Color spaces of #de112e
RGB | 222 | 17 | 46 |
---|---|---|---|
HSL | 0.98 | 0.86 | 0.47 |
HSV | 352° | 92° | 87° |
CMYK | 0.00 | 0.92 | 0.79 0.13 |
XYZ | 30.8178 | 16.1277 | 4.0735 |
Yxy | 16.1277 | 0.6040 | 0.3161 |
Hunter Lab | 40.1593 | 66.7001 | 22.0975 |
CIE-Lab | 47.1416 | 71.3362 | 41.9741 |
#de112e color RGB value is (222,17,46).
#de112e hex color red value is 222, green value is 17 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #de112e hue: 0.98 , saturation: 0.86 and the lightness value of de112e is 0.47.
The process color (four color CMYK) of #de112e color hex is 0.00, 0.92, 0.79, 0.13. Web safe color of #de112e is #cc0033. Color #de112e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00010001 | 00101110 |
Octal | 336 | 21 | 56 |
Decimal | 222 | 17 | 46 |
Hex | DE | 11 | 2E |
Shades of #de112e
Tints of #de112e
RGB Percentages of Color #de112e
CMYK Percentages of Color #de112e
Complementary Color
#de112e | #11dec1 |
#de112e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de112e Color Preview on White Background
Lorem ipsum dolor sit amet.
#de112e Color CSS Codes
.mybgcolor {background-color:#de112e; } .myforecolor {color:#de112e; } .mybordercolor {border:3px solid #de112e; }
#de112e Text Font Color
<p style="color:#de112e">Text here</p>
This sample text font color is #de112e
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.
#de112e Background Color
<div style="background-color:#de112e">
Div content here</div>
This div background color is #de112e
#de112e Border Color
<div style="border:3px solid #de112e">
Div here</div>
This div border color is #de112e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,17,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de112e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de112e; -webkit-box-shadow: 1px 1px 3px 2px #de112e; box-shadow: 1px 1px 3px 2px #de112e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,17,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de112e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de112e; -webkit-box-shadow: 1px 1px 3px 2px #de112e; box-shadow: 1px 1px 3px 2px #de112e;">
Div content here</div>
This div box has shadow with color #de112e
Comments
No comments written yet.
Please login to write comment.