color details

Color Details
#D2013A Color Hex

#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
Color spaces of #D2013AValue
RGB210, 1, 58
HSL0.95, 0.99, 0.41
HSV344°, 100°, 82°
XYZ27.36, 14.03, 5.27
Base Numbers
Base Red Green Blue
Binary 11010010 1 111010
Octal 322 1 72
Decimal 210 1 58
Hex D2 1 3A

RGB Percentages for Color #D2013A

78.07%
0.37%
21.56%

CMYK Percentages of the Color #D2013A

99.52%
72.38%
17.65%
CSS Codes for Color #D2013A
.mybgColor {background-color: #D2013A;}
.myforeColor {color: #D2013A;}
.myborderColor {border:3px solid #D2013A;}
Text Font Color #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,

Background Color #D2013A

<div style="background-color:#D2013A">Div content here</div>

The background color of this div is #D2013A
Border Color #D2013A

<div style="border:3px solid #D2013A">Div here</div>

The border color of this div is #D2013A
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210, 1, 58, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #D2013A;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #D2013A
Scroll to Top