#D2013A color RGB value is (13, 32, 19).
#D2013A hex color red value is 13, green value is 32, and blue value is 19.
Cylindrical-coordinate representations (HSL) of color #D2013A
hue: 138.95,
saturation: 0.42 and lightness: 0.09.
The process color (four-color CMYK) of #D2013A color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #D2013A is #ff9999. Color #D2013A contains mainly RED.
Color spaces of #D2013A | Value |
---|---|
RGB | 210, 1, 58 |
HSL | 0.95, 0.99, 0.41 |
HSV | 344°, 100°, 82° |
XYZ | 27.36, 14.03, 5.27 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 1 | 111010 |
Octal | 322 | 1 | 72 |
Decimal | 210 | 1 | 58 |
Hex | D2 | 1 | 3A |
Shades of #D2013A
Tints of #D2013A
.mybgColor {background-color: #D2013A;} .myforeColor {color: #D2013A;} .myborderColor {border:3px solid #D2013A;}
<p style="color:#D2013A">Text here</p>
This sample text is styled with the font color #D2013A. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#D2013A">Div content here</div>
<div style="border:3px solid #D2013A">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210, 1, 58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #D2013A; } .divShadow { -moz-box-shadow: 1px 1px 3px #D2013A; -webkit-box-shadow: 1px 1px 3px #D2013A; box-shadow: 1px 1px 3px #D2013A; }
<p style="text-shadow: 4px 4px 2px rgba(210, 1, 58, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #D2013A;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #D2013A;
-webkit-box-shadow: 1px 1px 3px #D2013A;
box-shadow: 1px 1px 3px #D2013A;">Div content here</div>