Color spaces of #d8153e
RGB | 216 | 21 | 62 |
---|---|---|---|
HSL | 0.96 | 0.82 | 0.46 |
HSV | 347° | 90° | 85° |
CMYK | 0.00 | 0.90 | 0.71 0.15 |
XYZ | 29.4566 | 15.4831 | 5.9934 |
Yxy | 15.4831 | 0.5783 | 0.3040 |
Hunter Lab | 39.3486 | 64.7663 | 18.5132 |
CIE-Lab | 46.2889 | 69.8778 | 31.3151 |
#d8153e color RGB value is (216,21,62).
#d8153e hex color red value is 216, green value is 21 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d8153e hue: 0.96 , saturation: 0.82 and the lightness value of d8153e is 0.46.
The process color (four color CMYK) of #d8153e color hex is 0.00, 0.90, 0.71, 0.15. Web safe color of #d8153e is #cc0033. Color #d8153e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 00010101 | 00111110 |
Octal | 330 | 25 | 76 |
Decimal | 216 | 21 | 62 |
Hex | D8 | 15 | 3E |
Shades of #d8153e
Tints of #d8153e
RGB Percentages of Color #d8153e
CMYK Percentages of Color #d8153e
Complementary Color
#d8153e | #15d8af |
#d8153e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8153e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8153e Color CSS Codes
.mybgcolor {background-color:#d8153e; } .myforecolor {color:#d8153e; } .mybordercolor {border:3px solid #d8153e; }
#d8153e Text Font Color
<p style="color:#d8153e">Text here</p>
This sample text font color is #d8153e
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.
#d8153e Background Color
<div style="background-color:#d8153e">
Div content here</div>
This div background color is #d8153e
#d8153e Border Color
<div style="border:3px solid #d8153e">
Div here</div>
This div border color is #d8153e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,21,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8153e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8153e; -webkit-box-shadow: 1px 1px 3px 2px #d8153e; box-shadow: 1px 1px 3px 2px #d8153e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,21,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d8153e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8153e; -webkit-box-shadow: 1px 1px 3px 2px #d8153e; box-shadow: 1px 1px 3px 2px #d8153e;">
Div content here</div>
This div box has shadow with color #d8153e
Comments
No comments written yet.
Please login to write comment.