Color spaces of #d11915
RGB | 209 | 25 | 21 |
---|---|---|---|
HSL | 0.00 | 0.82 | 0.45 |
HSV | 1° | 90° | 82° |
CMYK | 0.00 | 0.88 | 0.90 0.18 |
XYZ | 26.7775 | 14.3047 | 2.0592 |
Yxy | 14.3047 | 0.6207 | 0.3316 |
Hunter Lab | 37.8216 | 60.1895 | 23.2470 |
CIE-Lab | 44.6668 | 66.2838 | 51.3123 |
#d11915 color RGB value is (209,25,21).
#d11915 hex color red value is 209, green value is 25 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #d11915 hue: 0.00 , saturation: 0.82 and the lightness value of d11915 is 0.45.
The process color (four color CMYK) of #d11915 color hex is 0.00, 0.88, 0.90, 0.18. Web safe color of #d11915 is #cc0000. Color #d11915 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00011001 | 00010101 |
Octal | 321 | 31 | 25 |
Decimal | 209 | 25 | 21 |
Hex | D1 | 19 | 15 |
Shades of #d11915
Tints of #d11915
RGB Percentages of Color #d11915
CMYK Percentages of Color #d11915
Complementary Color
#d11915 | #15cdd1 |
#d11915 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d11915 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d11915 Color CSS Codes
.mybgcolor {background-color:#d11915; } .myforecolor {color:#d11915; } .mybordercolor {border:3px solid #d11915; }
#d11915 Text Font Color
<p style="color:#d11915">Text here</p>
This sample text font color is #d11915
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.
#d11915 Background Color
<div style="background-color:#d11915">
Div content here</div>
This div background color is #d11915
#d11915 Border Color
<div style="border:3px solid #d11915">
Div here</div>
This div border color is #d11915
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,25,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d11915; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d11915; -webkit-box-shadow: 1px 1px 3px 2px #d11915; box-shadow: 1px 1px 3px 2px #d11915; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,25,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d11915">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d11915; -webkit-box-shadow: 1px 1px 3px 2px #d11915; box-shadow: 1px 1px 3px 2px #d11915;">
Div content here</div>
This div box has shadow with color #d11915
Comments
No comments written yet.
Please login to write comment.