33 PT to REM
Result
33 pt = 2.7588 rem
Explanation
- PT — 33
To convert 33 points to REM you need to multiply PT value by 0.0836, in our case: 33 × 0.0836. In result we'll receive that 33 pt is equal to 2.7588 rem
CSS code for 33 PT to REM
p { font-size: 2.7588rem }
HTML (inline CSS):
<p style="font-size: 2.7588rem">Hello World<p>