Color spaces of #de0529
RGB | 222 | 5 | 41 |
---|---|---|---|
HSL | 0.97 | 0.96 | 0.45 |
HSV | 350° | 98° | 87° |
CMYK | 0.00 | 0.98 | 0.82 0.13 |
XYZ | 30.5787 | 15.7982 | 3.5355 |
Yxy | 15.7982 | 0.6126 | 0.3165 |
Hunter Lab | 39.7469 | 67.7690 | 22.5490 |
CIE-Lab | 46.7086 | 72.3118 | 44.3125 |
#de0529 color RGB value is (222,5,41).
#de0529 hex color red value is 222, green value is 5 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #de0529 hue: 0.97 , saturation: 0.96 and the lightness value of de0529 is 0.45.
The process color (four color CMYK) of #de0529 color hex is 0.00, 0.98, 0.82, 0.13. Web safe color of #de0529 is #cc0033. Color #de0529 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00000101 | 00101001 |
Octal | 336 | 5 | 51 |
Decimal | 222 | 5 | 41 |
Hex | DE | 5 | 29 |
Shades of #de0529
Tints of #de0529
RGB Percentages of Color #de0529
CMYK Percentages of Color #de0529
Complementary Color
#de0529 | #05deba |
#de0529 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de0529 Color Preview on White Background
Lorem ipsum dolor sit amet.
#de0529 Color CSS Codes
.mybgcolor {background-color:#de0529; } .myforecolor {color:#de0529; } .mybordercolor {border:3px solid #de0529; }
#de0529 Text Font Color
<p style="color:#de0529">Text here</p>
This sample text font color is #de0529
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#de0529 Background Color
<div style="background-color:#de0529">
Div content here</div>
This div background color is #de0529
#de0529 Border Color
<div style="border:3px solid #de0529">
Div here</div>
This div border color is #de0529
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,5,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de0529; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de0529; -webkit-box-shadow: 1px 1px 3px 2px #de0529; box-shadow: 1px 1px 3px 2px #de0529; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,5,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de0529">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de0529; -webkit-box-shadow: 1px 1px 3px 2px #de0529; box-shadow: 1px 1px 3px 2px #de0529;">
Div content here</div>
This div box has shadow with color #de0529
Comments
No comments written yet.
Please login to write comment.