Shades of Fire Engine Red #D70F21
Tints of Fire Engine Red #D70F21
RGB
CMYK
RGB Variations
Color information
#D70F21 (or 0xD70F21) is known color: Fire Engine Red. HEX triplet: D7, 0F and 21. RGB value is (215,15,33). Sum of RGB (Red+Green+Blue) = 215+15+33=263 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.75% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70F21 is #28F0DE. Grayscale: #4C4C4C. Windows color (decimal): -2683103 or 2166743. OLE color: 2166743.
HSL color Cylindrical-coordinate representation of color #D70F21: hue angle of 354.6º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70F21 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 33 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.16 |
| HSL | 354.6º | 0.87% | 0.45% | - |
| HSV(B) | 354.6º | 0.93% | 0.84% | - |
| XYZ | 28.47 | 14.9 | 2.81 | - |
| YUV | 76.85 | 103.26 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 33 | 0 | 0.93 | 0.85 | 0.16 | 354.6 | 0.87 | 0.45 |
| Hex | D7 | F | 21 | 0 | 5D | 55 | 10 | 163 | 57 | 2D |
| Octal | 327 | 17 | 41 | 0 | 135 | 125 | 20 | 543 | 127 | 55 |
| Binary | 11010111 | 1111 | 100001 | 0 | 1011101 | 1010101 | 10000 | 101100011 | 1010111 | 101101 |
Color Harmonies of #D70F21
Complementary color
Monochromatic Colors of #D70F21
Black with #D70F21
Text Example
Text Example
White with #D70F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F21; }
p { color: rgb(215,15,33); }
H1.HeaderClassName
{
color: #D70F21;
}
.AnyTagClassName
{
color: #D70F21;
}
</style>
background-color css
<style>
a { background-color: #D70F21; }
a { background-color: rgb(215,15,33); }
div.DivClassName
{
background-color: #D70F21;
}
.BgClassName
{
background-color: #D70F21;
}
</style>
border-color css
<style>
span { border-color: #D70F21; }
span { border-color: rgb(215,15,33); }
td.TdClassName
{
border-color: #D70F21;
}
.TagClassName
{
border-color: #D70F21;
}
</style>