Shades of Fire Engine Red #D2222A
Tints of Fire Engine Red #D2222A
RGB
CMYK
RGB Variations
Color information
#D2222A (or 0xD2222A) is known color: Fire Engine Red. HEX triplet: D2, 22 and 2A. RGB value is (210,34,42). Sum of RGB (Red+Green+Blue) = 210+34+42=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D2222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2222A is #2DDDD5. Grayscale: #575757. Windows color (decimal): -3005910 or 2761426. OLE color: 2761426.
HSL color Cylindrical-coordinate representation of color #D2222A: hue angle of 357.27º 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 #D2222A is Cyan = 0, Magento = 0.84, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 42 | - |
| CMYK | 0 | 0.84 | 0.8 | 0.18 |
| HSL | 357.27º | 0.72% | 0.48% | - |
| HSV(B) | 357.27º | 0.84% | 0.82% | - |
| XYZ | 27.57 | 15.01 | 3.64 | - |
| YUV | 87.54 | 102.31 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 42 | 0 | 0.84 | 0.8 | 0.18 | 357.27 | 0.72 | 0.48 |
| Hex | D2 | 22 | 2A | 0 | 54 | 50 | 12 | 165 | 48 | 30 |
| Octal | 322 | 42 | 52 | 0 | 124 | 120 | 22 | 545 | 110 | 60 |
| Binary | 11010010 | 100010 | 101010 | 0 | 1010100 | 1010000 | 10010 | 101100101 | 1001000 | 110000 |
Color Harmonies of #D2222A
Complementary color
Monochromatic Colors of #D2222A
Black with #D2222A
Text Example
Text Example
White with #D2222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2222A; }
p { color: rgb(210,34,42); }
H1.HeaderClassName
{
color: #D2222A;
}
.AnyTagClassName
{
color: #D2222A;
}
</style>
background-color css
<style>
a { background-color: #D2222A; }
a { background-color: rgb(210,34,42); }
div.DivClassName
{
background-color: #D2222A;
}
.BgClassName
{
background-color: #D2222A;
}
</style>
border-color css
<style>
span { border-color: #D2222A; }
span { border-color: rgb(210,34,42); }
td.TdClassName
{
border-color: #D2222A;
}
.TagClassName
{
border-color: #D2222A;
}
</style>