Shades of Fire Engine Red #D7202B
Tints of Fire Engine Red #D7202B
RGB
CMYK
RGB Variations
Color information
#D7202B (or 0xD7202B) is known color: Fire Engine Red. HEX triplet: D7, 20 and 2B. RGB value is (215,32,43). Sum of RGB (Red+Green+Blue) = 215+32+43=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D7202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7202B is #28DFD4. Grayscale: #585858. Windows color (decimal): -2678741 or 2826455. OLE color: 2826455.
HSL color Cylindrical-coordinate representation of color #D7202B: hue angle of 356.39º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7202B is Cyan = 0, Magento = 0.85, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 43 | - |
| CMYK | 0 | 0.85 | 0.8 | 0.16 |
| HSL | 356.39º | 0.74% | 0.48% | - |
| HSV(B) | 356.39º | 0.85% | 0.84% | - |
| XYZ | 28.98 | 15.65 | 3.78 | - |
| YUV | 87.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 43 | 0 | 0.85 | 0.8 | 0.16 | 356.39 | 0.74 | 0.48 |
| Hex | D7 | 20 | 2B | 0 | 55 | 50 | 10 | 164 | 4A | 30 |
| Octal | 327 | 40 | 53 | 0 | 125 | 120 | 20 | 544 | 112 | 60 |
| Binary | 11010111 | 100000 | 101011 | 0 | 1010101 | 1010000 | 10000 | 101100100 | 1001010 | 110000 |
Color Harmonies of #D7202B
Complementary color
Monochromatic Colors of #D7202B
Black with #D7202B
Text Example
Text Example
White with #D7202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7202B; }
p { color: rgb(215,32,43); }
H1.HeaderClassName
{
color: #D7202B;
}
.AnyTagClassName
{
color: #D7202B;
}
</style>
background-color css
<style>
a { background-color: #D7202B; }
a { background-color: rgb(215,32,43); }
div.DivClassName
{
background-color: #D7202B;
}
.BgClassName
{
background-color: #D7202B;
}
</style>
border-color css
<style>
span { border-color: #D7202B; }
span { border-color: rgb(215,32,43); }
td.TdClassName
{
border-color: #D7202B;
}
.TagClassName
{
border-color: #D7202B;
}
</style>