Color spaces of #d11534
RGB | 209 | 21 | 52 |
---|---|---|---|
HSL | 0.97 | 0.82 | 0.45 |
HSV | 350° | 90° | 82° |
CMYK | 0.00 | 0.90 | 0.75 0.18 |
XYZ | 27.1825 | 14.3396 | 4.5839 |
Yxy | 14.3396 | 0.5896 | 0.3110 |
Hunter Lab | 37.8677 | 61.8640 | 19.3303 |
CIE-Lab | 44.7161 | 67.7156 | 35.1076 |
#d11534 color RGB value is (209,21,52).
#d11534 hex color red value is 209, green value is 21 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #d11534 hue: 0.97 , saturation: 0.82 and the lightness value of d11534 is 0.45.
The process color (four color CMYK) of #d11534 color hex is 0.00, 0.90, 0.75, 0.18. Web safe color of #d11534 is #cc0033. Color #d11534 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00010101 | 00110100 |
Octal | 321 | 25 | 64 |
Decimal | 209 | 21 | 52 |
Hex | D1 | 15 | 34 |
Shades of #d11534
Tints of #d11534
RGB Percentages of Color #d11534
CMYK Percentages of Color #d11534
Complementary Color
#d11534 | #15d1b2 |
#d11534 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d11534 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d11534 Color CSS Codes
.mybgcolor {background-color:#d11534; } .myforecolor {color:#d11534; } .mybordercolor {border:3px solid #d11534; }
#d11534 Text Font Color
<p style="color:#d11534">Text here</p>
This sample text font color is #d11534
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.
#d11534 Background Color
<div style="background-color:#d11534">
Div content here</div>
This div background color is #d11534
#d11534 Border Color
<div style="border:3px solid #d11534">
Div here</div>
This div border color is #d11534
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,21,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d11534; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d11534; -webkit-box-shadow: 1px 1px 3px 2px #d11534; box-shadow: 1px 1px 3px 2px #d11534; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,21,52, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d11534">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d11534; -webkit-box-shadow: 1px 1px 3px 2px #d11534; box-shadow: 1px 1px 3px 2px #d11534;">
Div content here</div>
This div box has shadow with color #d11534
Comments
No comments written yet.
Please login to write comment.