Shades of Fire Engine Red #D2222C
Tints of Fire Engine Red #D2222C
RGB
CMYK
RGB Variations
Color information
#D2222C (or 0xD2222C) is known color: Fire Engine Red. HEX triplet: D2, 22 and 2C. RGB value is (210,34,44). Sum of RGB (Red+Green+Blue) = 210+34+44=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D2222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2222C is #2DDDD3. Grayscale: #575757. Windows color (decimal): -3005908 or 2892498. OLE color: 2892498.
HSL color Cylindrical-coordinate representation of color #D2222C: hue angle of 356.59º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2222C is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 44 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.18 |
| HSL | 356.59º | 0.72% | 0.48% | - |
| HSV(B) | 356.59º | 0.84% | 0.82% | - |
| XYZ | 27.6 | 15.03 | 3.83 | - |
| YUV | 87.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 44 | 0 | 0.84 | 0.79 | 0.18 | 356.59 | 0.72 | 0.48 |
| Hex | D2 | 22 | 2C | 0 | 54 | 4F | 12 | 165 | 48 | 30 |
| Octal | 322 | 42 | 54 | 0 | 124 | 117 | 22 | 545 | 110 | 60 |
| Binary | 11010010 | 100010 | 101100 | 0 | 1010100 | 1001111 | 10010 | 101100101 | 1001000 | 110000 |
Color Harmonies of #D2222C
Complementary color
Monochromatic Colors of #D2222C
Black with #D2222C
Text Example
Text Example
White with #D2222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2222C; }
p { color: rgb(210,34,44); }
H1.HeaderClassName
{
color: #D2222C;
}
.AnyTagClassName
{
color: #D2222C;
}
</style>
background-color css
<style>
a { background-color: #D2222C; }
a { background-color: rgb(210,34,44); }
div.DivClassName
{
background-color: #D2222C;
}
.BgClassName
{
background-color: #D2222C;
}
</style>
border-color css
<style>
span { border-color: #D2222C; }
span { border-color: rgb(210,34,44); }
td.TdClassName
{
border-color: #D2222C;
}
.TagClassName
{
border-color: #D2222C;
}
</style>