Shades of Fire Engine Red #D2202B
Tints of Fire Engine Red #D2202B
RGB
CMYK
RGB Variations
Color information
#D2202B (or 0xD2202B) is known color: Fire Engine Red. HEX triplet: D2, 20 and 2B. RGB value is (210,32,43). Sum of RGB (Red+Green+Blue) = 210+32+43=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D2202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2202B is #2DDFD4. Grayscale: #565656. Windows color (decimal): -3006421 or 2826450. OLE color: 2826450.
HSL color Cylindrical-coordinate representation of color #D2202B: hue angle of 356.29º 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 #D2202B is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 43 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.18 |
| HSL | 356.29º | 0.74% | 0.47% | - |
| HSV(B) | 356.29º | 0.85% | 0.82% | - |
| XYZ | 27.53 | 14.91 | 3.71 | - |
| YUV | 86.48 | 103.47 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 43 | 0 | 0.85 | 0.80 | 0.18 | 356.29 | 0.74 | 0.47 |
| Hex | D2 | 20 | 2B | 0 | 55 | 50 | 12 | 164 | 4A | 2F |
| Octal | 322 | 40 | 53 | 0 | 125 | 120 | 22 | 544 | 112 | 57 |
| Binary | 11010010 | 100000 | 101011 | 0 | 1010101 | 1010000 | 10010 | 101100100 | 1001010 | 101111 |
Color Harmonies of #D2202B
Complementary color
Monochromatic Colors of #D2202B
Black with #D2202B
Text Example
Text Example
White with #D2202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2202B; }
p { color: rgb(210,32,43); }
H1.HeaderClassName
{
color: #D2202B;
}
.AnyTagClassName
{
color: #D2202B;
}
</style>
background-color css
<style>
a { background-color: #D2202B; }
a { background-color: rgb(210,32,43); }
div.DivClassName
{
background-color: #D2202B;
}
.BgClassName
{
background-color: #D2202B;
}
</style>
border-color css
<style>
span { border-color: #D2202B; }
span { border-color: rgb(210,32,43); }
td.TdClassName
{
border-color: #D2202B;
}
.TagClassName
{
border-color: #D2202B;
}
</style>