Shades of Fire Engine Red #D2202A
Tints of Fire Engine Red #D2202A
RGB
CMYK
RGB Variations
Color information
#D2202A (or 0xD2202A) is known color: Fire Engine Red. HEX triplet: D2, 20 and 2A. RGB value is (210,32,42). Sum of RGB (Red+Green+Blue) = 210+32+42=284 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.94% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 210 - color contains mainly: red. Hex color #D2202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2202A is #2DDFD5. Grayscale: #565656. Windows color (decimal): -3006422 or 2760914. OLE color: 2760914.
HSL color Cylindrical-coordinate representation of color #D2202A: hue angle of 356.63º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2202A is Cyan = 0, Magento = 0.85, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 42 | - |
| CMYK | 0 | 0.85 | 0.8 | 0.18 |
| HSL | 356.63º | 0.74% | 0.47% | - |
| HSV(B) | 356.63º | 0.85% | 0.82% | - |
| XYZ | 27.51 | 14.9 | 3.62 | - |
| YUV | 86.36 | 102.97 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 42 | 0 | 0.85 | 0.8 | 0.18 | 356.63 | 0.74 | 0.47 |
| Hex | D2 | 20 | 2A | 0 | 55 | 50 | 12 | 165 | 4A | 2F |
| Octal | 322 | 40 | 52 | 0 | 125 | 120 | 22 | 545 | 112 | 57 |
| Binary | 11010010 | 100000 | 101010 | 0 | 1010101 | 1010000 | 10010 | 101100101 | 1001010 | 101111 |
Color Harmonies of #D2202A
Complementary color
Monochromatic Colors of #D2202A
Black with #D2202A
Text Example
Text Example
White with #D2202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2202A; }
p { color: rgb(210,32,42); }
H1.HeaderClassName
{
color: #D2202A;
}
.AnyTagClassName
{
color: #D2202A;
}
</style>
background-color css
<style>
a { background-color: #D2202A; }
a { background-color: rgb(210,32,42); }
div.DivClassName
{
background-color: #D2202A;
}
.BgClassName
{
background-color: #D2202A;
}
</style>
border-color css
<style>
span { border-color: #D2202A; }
span { border-color: rgb(210,32,42); }
td.TdClassName
{
border-color: #D2202A;
}
.TagClassName
{
border-color: #D2202A;
}
</style>