color details

Color Details
#D22D2D Color Hex

#D22D2D color RGB value is (13, 34, 210).
#D22D2D hex color red value is 13, green value is 34, and blue value is 210.
Cylindrical-coordinate representations (HSL) of color #D22D2D hue: 233.6, saturation: 0.88 and lightness: 0.44.

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

Color Spaces
Color spaces of #D22D2DValue
RGB210, 45, 45
HSL0, 0.65, 0.5
HSV0°, 79°, 82°
XYZ27.99, 15.77, 4.05
Base Numbers
Base Red Green Blue
Binary 11010010 101101 101101
Octal 322 55 55
Decimal 210 45 45
Hex D2 2D 2D

RGB Percentages for Color #D22D2D

70%
15%
15%

CMYK Percentages of the Color #D22D2D

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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