Hex | 5d221c |
RGB | 93 , 34 , 28 |
RGB % | 60.0, 21.9, 18.1 |
HSL | 5.5, 53.7, 23.7 |
HSV | 5.5, 69.9, 36.5 |
CMYK | 0,161.8,178.2,162 |
XYZ | 0.053, 0.036, 0.015 |
xyY | 0.511, 0.343, 0.036 |
CIE-LAB | 0.221, 0.266, 0.178 |
CIE-LUV | 0.221, 0.396, 0.111 |
CIE-HCL | 33.77, 0.32, 0.221 |
Binary | 01011101,00100010,00011100 |
#5d221c HTML/CSS Color Name is Red Oxide / Caput mortuum / Red.
In a RGB color space, #5d221c color RGB value is (Red:93,Green:34,Blue:28). it is composed of 60.0% red, 21.9% green and 18.1% blue. The process color (four color CMYK) of #5d221c color hex is 0,161.8,178.2,162. HSL of color #5d221c hue: 5.5 , saturation: 53.7 and the lightness value of 5d221c is 23.7. Mainly color is Red. Reverse color is: #a2dde3.
The color codes conversion takes 1.580627 milliseconds.
.bgcolor {background-color:#5d221c; .textcolor {color:#5d221c; } .bordercolor {border:3px solid #5d221c; }
<p style="color:#5d221c">Text here</p>
<p style="background-color:#5d221c;">Content here</p>
<div style="border:1px solid #5d221c;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #5d221c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5d221c; -webkit-box-shadow: 1px 1px 3px 2px #5d221c; box-shadow: 1px 1px 3px 2px #5d221c; }
<p style="text-shadow: 4px 4px 2px #5d221c">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #5d221c; -webkit-box-shadow: 1px 1px 3px 2px #5d221c; box-shadow: 1px 1px 3px 2px #5d221c;">
Content here</div>