Shades of Fire Engine Red #D80920
Tints of Fire Engine Red #D80920
RGB
CMYK
RGB Variations
Color information
#D80920 (or 0xD80920) is known color: Fire Engine Red. HEX triplet: D8, 09 and 20. RGB value is (216,9,32). Sum of RGB (Red+Green+Blue) = 216+9+32=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D80920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80920 is #27F6DF. Grayscale: #494949. Windows color (decimal): -2619104 or 2099672. OLE color: 2099672.
HSL color Cylindrical-coordinate representation of color #D80920: hue angle of 353.33º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80920 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 32 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.15 |
| HSL | 353.33º | 0.92% | 0.44% | - |
| HSV(B) | 353.33º | 0.96% | 0.85% | - |
| XYZ | 28.68 | 14.9 | 2.73 | - |
| YUV | 73.52 | 104.58 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 32 | 0 | 0.96 | 0.85 | 0.15 | 353.33 | 0.92 | 0.44 |
| Hex | D8 | 9 | 20 | 0 | 60 | 55 | F | 161 | 5C | 2C |
| Octal | 330 | 11 | 40 | 0 | 140 | 125 | 17 | 541 | 134 | 54 |
| Binary | 11011000 | 1001 | 100000 | 0 | 1100000 | 1010101 | 1111 | 101100001 | 1011100 | 101100 |
Color Harmonies of #D80920
Complementary color
Monochromatic Colors of #D80920
Black with #D80920
Text Example
Text Example
White with #D80920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80920; }
p { color: rgb(216,9,32); }
H1.HeaderClassName
{
color: #D80920;
}
.AnyTagClassName
{
color: #D80920;
}
</style>
background-color css
<style>
a { background-color: #D80920; }
a { background-color: rgb(216,9,32); }
div.DivClassName
{
background-color: #D80920;
}
.BgClassName
{
background-color: #D80920;
}
</style>
border-color css
<style>
span { border-color: #D80920; }
span { border-color: rgb(216,9,32); }
td.TdClassName
{
border-color: #D80920;
}
.TagClassName
{
border-color: #D80920;
}
</style>