Shades of Brick Red #D22D4D
Tints of Brick Red #D22D4D
RGB
CMYK
RGB Variations
Color information
#D22D4D (or 0xD22D4D) is known color: Brick Red. HEX triplet: D2, 2D and 4D. RGB value is (210,45,77). Sum of RGB (Red+Green+Blue) = 210+45+77=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22D4D is #2DD2B2. Grayscale: #626262. Windows color (decimal): -3003059 or 5058002. OLE color: 5058002.
HSL color Cylindrical-coordinate representation of color #D22D4D: hue angle of 348.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22D4D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 77 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.18 |
| HSL | 348.36º | 0.65% | 0.5% | - |
| HSV(B) | 348.36º | 0.79% | 0.82% | - |
| XYZ | 28.86 | 16.11 | 8.61 | - |
| YUV | 97.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 77 | 0 | 0.79 | 0.63 | 0.18 | 348.36 | 0.65 | 0.5 |
| Hex | D2 | 2D | 4D | 0 | 4F | 3F | 12 | 15C | 41 | 32 |
| Octal | 322 | 55 | 115 | 0 | 117 | 77 | 22 | 534 | 101 | 62 |
| Binary | 11010010 | 101101 | 1001101 | 0 | 1001111 | 111111 | 10010 | 101011100 | 1000001 | 110010 |
Color Harmonies of #D22D4D
Complementary color
Monochromatic Colors of #D22D4D
Black with #D22D4D
Text Example
Text Example
White with #D22D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22D4D; }
p { color: rgb(210,45,77); }
H1.HeaderClassName
{
color: #D22D4D;
}
.AnyTagClassName
{
color: #D22D4D;
}
</style>
background-color css
<style>
a { background-color: #D22D4D; }
a { background-color: rgb(210,45,77); }
div.DivClassName
{
background-color: #D22D4D;
}
.BgClassName
{
background-color: #D22D4D;
}
</style>
border-color css
<style>
span { border-color: #D22D4D; }
span { border-color: rgb(210,45,77); }
td.TdClassName
{
border-color: #D22D4D;
}
.TagClassName
{
border-color: #D22D4D;
}
</style>