Color spaces of #d8201e
RGB | 216 | 32 | 30 |
---|---|---|---|
HSL | 0.00 | 0.76 | 0.48 |
HSV | 1° | 86° | 85° |
CMYK | 0.00 | 0.85 | 0.86 0.15 |
XYZ | 29.0698 | 15.7257 | 2.7315 |
Yxy | 15.7257 | 0.6116 | 0.3309 |
Hunter Lab | 39.6556 | 61.4531 | 23.6750 |
CIE-Lab | 46.6125 | 66.9953 | 49.4049 |
#d8201e color RGB value is (216,32,30).
#d8201e hex color red value is 216, green value is 32 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d8201e hue: 0.00 , saturation: 0.76 and the lightness value of d8201e is 0.48.
The process color (four color CMYK) of #d8201e color hex is 0.00, 0.85, 0.86, 0.15. Web safe color of #d8201e is #cc3333. Color #d8201e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 00100000 | 00011110 |
Octal | 330 | 40 | 36 |
Decimal | 216 | 32 | 30 |
Hex | D8 | 20 | 1E |
Shades of #d8201e
Tints of #d8201e
RGB Percentages of Color #d8201e
CMYK Percentages of Color #d8201e
Complementary Color
#d8201e | #1ed6d8 |
#d8201e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8201e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8201e Color CSS Codes
.mybgcolor {background-color:#d8201e; } .myforecolor {color:#d8201e; } .mybordercolor {border:3px solid #d8201e; }
#d8201e Text Font Color
<p style="color:#d8201e">Text here</p>
This sample text font color is #d8201e
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.
#d8201e Background Color
<div style="background-color:#d8201e">
Div content here</div>
This div background color is #d8201e
#d8201e Border Color
<div style="border:3px solid #d8201e">
Div here</div>
This div border color is #d8201e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,32,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8201e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8201e; -webkit-box-shadow: 1px 1px 3px 2px #d8201e; box-shadow: 1px 1px 3px 2px #d8201e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,32,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d8201e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8201e; -webkit-box-shadow: 1px 1px 3px 2px #d8201e; box-shadow: 1px 1px 3px 2px #d8201e;">
Div content here</div>
This div box has shadow with color #d8201e
Comments
No comments written yet.
Please login to write comment.