Shades of Brick Red #D22C48
Tints of Brick Red #D22C48
RGB
CMYK
RGB Variations
Color information
#D22C48 (or 0xD22C48) is known color: Brick Red. HEX triplet: D2, 2C and 48. RGB value is (210,44,72). Sum of RGB (Red+Green+Blue) = 210+44+72=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22C48 is #2DD3B7. Grayscale: #606060. Windows color (decimal): -3003320 or 4730066. OLE color: 4730066.
HSL color Cylindrical-coordinate representation of color #D22C48: hue angle of 349.88º 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 #D22C48 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 72 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.18 |
| HSL | 349.88º | 0.65% | 0.5% | - |
| HSV(B) | 349.88º | 0.79% | 0.82% | - |
| XYZ | 28.65 | 15.97 | 7.7 | - |
| YUV | 96.83 | 114 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 72 | 0 | 0.79 | 0.66 | 0.18 | 349.88 | 0.65 | 0.5 |
| Hex | D2 | 2C | 48 | 0 | 4F | 42 | 12 | 15E | 41 | 32 |
| Octal | 322 | 54 | 110 | 0 | 117 | 102 | 22 | 536 | 101 | 62 |
| Binary | 11010010 | 101100 | 1001000 | 0 | 1001111 | 1000010 | 10010 | 101011110 | 1000001 | 110010 |
Color Harmonies of #D22C48
Complementary color
Monochromatic Colors of #D22C48
Black with #D22C48
Text Example
Text Example
White with #D22C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C48; }
p { color: rgb(210,44,72); }
H1.HeaderClassName
{
color: #D22C48;
}
.AnyTagClassName
{
color: #D22C48;
}
</style>
background-color css
<style>
a { background-color: #D22C48; }
a { background-color: rgb(210,44,72); }
div.DivClassName
{
background-color: #D22C48;
}
.BgClassName
{
background-color: #D22C48;
}
</style>
border-color css
<style>
span { border-color: #D22C48; }
span { border-color: rgb(210,44,72); }
td.TdClassName
{
border-color: #D22C48;
}
.TagClassName
{
border-color: #D22C48;
}
</style>