Shades of Fire Engine Red #D70820
Tints of Fire Engine Red #D70820
RGB
CMYK
RGB Variations
Color information
#D70820 (or 0xD70820) is known color: Fire Engine Red. HEX triplet: D7, 08 and 20. RGB value is (215,8,32). Sum of RGB (Red+Green+Blue) = 215+8+32=255 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.31% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 215 - color contains mainly: red. Hex color #D70820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70820 is #28F7DF. Grayscale: #484848. Windows color (decimal): -2684896 or 2099415. OLE color: 2099415.
HSL color Cylindrical-coordinate representation of color #D70820: hue angle of 353.04º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70820 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 32 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.16 |
| HSL | 353.04º | 0.93% | 0.44% | - |
| HSV(B) | 353.04º | 0.96% | 0.84% | - |
| XYZ | 28.37 | 14.73 | 2.71 | - |
| YUV | 72.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 32 | 0 | 0.96 | 0.85 | 0.16 | 353.04 | 0.93 | 0.44 |
| Hex | D7 | 8 | 20 | 0 | 60 | 55 | 10 | 161 | 5D | 2C |
| Octal | 327 | 10 | 40 | 0 | 140 | 125 | 20 | 541 | 135 | 54 |
| Binary | 11010111 | 1000 | 100000 | 0 | 1100000 | 1010101 | 10000 | 101100001 | 1011101 | 101100 |
Color Harmonies of #D70820
Complementary color
Monochromatic Colors of #D70820
Black with #D70820
Text Example
Text Example
White with #D70820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70820; }
p { color: rgb(215,8,32); }
H1.HeaderClassName
{
color: #D70820;
}
.AnyTagClassName
{
color: #D70820;
}
</style>
background-color css
<style>
a { background-color: #D70820; }
a { background-color: rgb(215,8,32); }
div.DivClassName
{
background-color: #D70820;
}
.BgClassName
{
background-color: #D70820;
}
</style>
border-color css
<style>
span { border-color: #D70820; }
span { border-color: rgb(215,8,32); }
td.TdClassName
{
border-color: #D70820;
}
.TagClassName
{
border-color: #D70820;
}
</style>