Shades of Brick Red #D22C3C
Tints of Brick Red #D22C3C
RGB
CMYK
RGB Variations
Color information
#D22C3C (or 0xD22C3C) is known color: Brick Red. HEX triplet: D2, 2C and 3C. RGB value is (210,44,60). Sum of RGB (Red+Green+Blue) = 210+44+60=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22C3C is #2DD3C3. Grayscale: #5F5F5F. Windows color (decimal): -3003332 or 3943634. OLE color: 3943634.
HSL color Cylindrical-coordinate representation of color #D22C3C: hue angle of 354.22º 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 #D22C3C is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 60 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.18 |
| HSL | 354.22º | 0.65% | 0.5% | - |
| HSV(B) | 354.22º | 0.79% | 0.82% | - |
| XYZ | 28.29 | 15.83 | 5.84 | - |
| YUV | 95.46 | 108 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 60 | 0 | 0.79 | 0.71 | 0.18 | 354.22 | 0.65 | 0.5 |
| Hex | D2 | 2C | 3C | 0 | 4F | 47 | 12 | 162 | 41 | 32 |
| Octal | 322 | 54 | 74 | 0 | 117 | 107 | 22 | 542 | 101 | 62 |
| Binary | 11010010 | 101100 | 111100 | 0 | 1001111 | 1000111 | 10010 | 101100010 | 1000001 | 110010 |
Color Harmonies of #D22C3C
Complementary color
Monochromatic Colors of #D22C3C
Black with #D22C3C
Text Example
Text Example
White with #D22C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C3C; }
p { color: rgb(210,44,60); }
H1.HeaderClassName
{
color: #D22C3C;
}
.AnyTagClassName
{
color: #D22C3C;
}
</style>
background-color css
<style>
a { background-color: #D22C3C; }
a { background-color: rgb(210,44,60); }
div.DivClassName
{
background-color: #D22C3C;
}
.BgClassName
{
background-color: #D22C3C;
}
</style>
border-color css
<style>
span { border-color: #D22C3C; }
span { border-color: rgb(210,44,60); }
td.TdClassName
{
border-color: #D22C3C;
}
.TagClassName
{
border-color: #D22C3C;
}
</style>