#ff2000 color space conversions
Hex:
#ff2000
RGB:
255, 32, 0
CMY:
0, 87, 100
CMYK:
0, 87, 100, 0
HSL:
8°, 100.0000%, 50.0000%
HSV (HSB):
8°, 100.0000%, 100.0000%
XYZ:
41.7565, 22.2930, 2.1022
xyY:
0.6312, 0.3370, 22.2930
CIE-Lab:
54.3365, 76.9259, 67.6162
CIE-LCH:
54.3365, 102.4185, 41.3148
CIE-Luv:
54.3365, 168.7368, 39.7424
Hunter-Lab:
47.2155, 75.2350, 30.4111
#ff2000 color charts
#ff2000 color shades, tints & tones
#ff2000 color schemes
#ff2000 color preview, HTML & CSS examples
This text has a color of #ff2000
<p style="color:#ff2000;">Text here</p>
.mytext {color:#ff2000;}
This box has a color of #ff2000
<div style="background-color:#ff2000;">Content here</div>
.mybackground {background-color:#ff2000;}
Border around this has a color of #ff2000
<div style="border:2px solid #ff2000;">Content here</div>
.myborder {border:2px solid #ff2000;}