#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 of #D22D2D | Value |
|---|---|
| RGB | 210, 45, 45 |
| HSL | 0, 0.65, 0.5 |
| HSV | 0°, 79°, 82° |
| XYZ | 27.99, 15.77, 4.05 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11010010 | 101101 | 101101 |
| Octal | 322 | 55 | 55 |
| Decimal | 210 | 45 | 45 |
| Hex | D2 | 2D | 2D |
Shades of #D22D2D
Tints of #D22D2D
.mybgColor {background-color: #D22D2D;}
.myforeColor {color: #D22D2D;}
.myborderColor {border:3px solid #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,
<div style="background-color:#D22D2D">Div content here</div>
<div style="border:3px solid #D22D2D">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(210, 45, 45, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #D22D2D;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
