Hex | c02250 |
RGB | 192 , 34 , 80 |
RGB % | 62.7, 11.1, 26.1 |
HSL | 342.5, 69.9, 44.3 |
HSV | 342.5, 82.3, 75.3 |
CMYK | 0,209.8,148.8,63 |
XYZ | 0.238, 0.129, 0.088 |
xyY | 0.522, 0.284, 0.129 |
CIE-LAB | 0.427, 0.621, 0.146 |
CIE-LUV | 0.427, 1.061, 0.046 |
CIE-HCL | 13.194, 0.638, 0.427 |
Binary | 11000000,00100010,01010000 |
#c02250 HTML/CSS Color Name is Old Rose / Pantone 7636 C / Red.
In a RGB color space, #c02250 color RGB value is (Red:192,Green:34,Blue:80). it is composed of 62.7% red, 11.1% green and 26.1% blue. The process color (four color CMYK) of #c02250 color hex is 0,209.8,148.8,63. HSL of color #c02250 hue: 342.5 , saturation: 69.9 and the lightness value of c02250 is 44.3. Mainly color is Red. Reverse color is: #3fddaf.
The color codes conversion takes 2.073586 milliseconds.
.bgcolor {background-color:#c02250; .textcolor {color:#c02250; } .bordercolor {border:3px solid #c02250; }
<p style="color:#c02250">Text here</p>
<p style="background-color:#c02250;">Content here</p>
<div style="border:1px solid #c02250;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #c02250; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c02250; -webkit-box-shadow: 1px 1px 3px 2px #c02250; box-shadow: 1px 1px 3px 2px #c02250; }
<p style="text-shadow: 4px 4px 2px #c02250">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #c02250; -webkit-box-shadow: 1px 1px 3px 2px #c02250; box-shadow: 1px 1px 3px 2px #c02250;">
Content here</div>