color details

Color Details
#D2042D Color Hex

#D2042D color RGB value is (13, 32, 66).
#D2042D hex color red value is 13, green value is 32, and blue value is 66.
Cylindrical-coordinate representations (HSL) of color #D2042D hue: 218.49, saturation: 0.67 and lightness: 0.15.

The process color (four-color CMYK) of #D2042D color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #D2042D is #ff9999. Color #D2042D contains mainly RED.

Color Spaces
Color spaces of #D2042DValue
RGB210, 4, 45
HSL0.97, 0.96, 0.42
HSV348°, 98°, 82°
XYZ27.1, 13.98, 3.75
Base Numbers
Base Red Green Blue
Binary 11010010 100 101101
Octal 322 4 55
Decimal 210 4 45
Hex D2 4 2D

RGB Percentages for Color #D2042D

81.08%
1.54%
17.37%

CMYK Percentages of the Color #D2042D

98.1%
78.57%
17.65%
CSS Codes for Color #D2042D
.mybgColor {background-color: #D2042D;}
.myforeColor {color: #D2042D;}
.myborderColor {border:3px solid #D2042D;}
Text Font Color #D2042D

<p style="color:#D2042D">Text here</p>

This sample text is styled with the font color #D2042D. 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 #D2042D

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

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

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

The border color of this div is #D2042D
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(210, 4, 45, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #D2042D;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #D2042D;
-webkit-box-shadow: 1px 1px 3px #D2042D;
box-shadow: 1px 1px 3px #D2042D;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210, 4, 45, 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 #D2042D;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #D2042D; -webkit-box-shadow: 1px 1px 3px #D2042D; box-shadow: 1px 1px 3px #D2042D;">Div content here</div>

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