Color spaces of #d1202a
RGB | 209 | 32 | 42 |
---|---|---|---|
HSL | 0.99 | 0.73 | 0.47 |
HSV | 357° | 85° | 82° |
CMYK | 0.00 | 0.85 | 0.80 0.18 |
XYZ | 27.2289 | 14.7555 | 3.6035 |
Yxy | 14.7555 | 0.5973 | 0.3237 |
Hunter Lab | 38.4129 | 59.3068 | 21.3270 |
CIE-Lab | 45.2975 | 65.3969 | 41.4730 |
#d1202a color RGB value is (209,32,42).
#d1202a hex color red value is 209, green value is 32 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d1202a hue: 0.99 , saturation: 0.73 and the lightness value of d1202a is 0.47.
The process color (four color CMYK) of #d1202a color hex is 0.00, 0.85, 0.80, 0.18. Web safe color of #d1202a is #cc3333. Color #d1202a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00100000 | 00101010 |
Octal | 321 | 40 | 52 |
Decimal | 209 | 32 | 42 |
Hex | D1 | 20 | 2A |
Shades of #d1202a
Tints of #d1202a
RGB Percentages of Color #d1202a
CMYK Percentages of Color #d1202a
Complementary Color
#d1202a | #20d1c7 |
#d1202a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1202a Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1202a Color CSS Codes
.mybgcolor {background-color:#d1202a; } .myforecolor {color:#d1202a; } .mybordercolor {border:3px solid #d1202a; }
#d1202a Text Font Color
<p style="color:#d1202a">Text here</p>
This sample text font color is #d1202a
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.
#d1202a Background Color
<div style="background-color:#d1202a">
Div content here</div>
This div background color is #d1202a
#d1202a Border Color
<div style="border:3px solid #d1202a">
Div here</div>
This div border color is #d1202a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,32,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1202a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1202a; -webkit-box-shadow: 1px 1px 3px 2px #d1202a; box-shadow: 1px 1px 3px 2px #d1202a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,32,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1202a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1202a; -webkit-box-shadow: 1px 1px 3px 2px #d1202a; box-shadow: 1px 1px 3px 2px #d1202a;">
Div content here</div>
This div box has shadow with color #d1202a
Comments
No comments written yet.
Please login to write comment.