Shades of Fire Engine Red #D80921
Tints of Fire Engine Red #D80921
RGB
CMYK
RGB Variations
Color information
#D80921 (or 0xD80921) is known color: Fire Engine Red. HEX triplet: D8, 09 and 21. RGB value is (216,9,33). Sum of RGB (Red+Green+Blue) = 216+9+33=258 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.72% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 216 - color contains mainly: red. Hex color #D80921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80921 is #27F6DE. Grayscale: #494949. Windows color (decimal): -2619103 or 2165208. OLE color: 2165208.
HSL color Cylindrical-coordinate representation of color #D80921: hue angle of 353.04º 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 #D80921 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 33 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.15 |
| HSL | 353.04º | 0.92% | 0.44% | - |
| HSV(B) | 353.04º | 0.96% | 0.85% | - |
| XYZ | 28.69 | 14.9 | 2.8 | - |
| YUV | 73.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 33 | 0 | 0.96 | 0.85 | 0.15 | 353.04 | 0.92 | 0.44 |
| Hex | D8 | 9 | 21 | 0 | 60 | 55 | F | 161 | 5C | 2C |
| Octal | 330 | 11 | 41 | 0 | 140 | 125 | 17 | 541 | 134 | 54 |
| Binary | 11011000 | 1001 | 100001 | 0 | 1100000 | 1010101 | 1111 | 101100001 | 1011100 | 101100 |
Color Harmonies of #D80921
Complementary color
Monochromatic Colors of #D80921
Black with #D80921
Text Example
Text Example
White with #D80921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80921; }
p { color: rgb(216,9,33); }
H1.HeaderClassName
{
color: #D80921;
}
.AnyTagClassName
{
color: #D80921;
}
</style>
background-color css
<style>
a { background-color: #D80921; }
a { background-color: rgb(216,9,33); }
div.DivClassName
{
background-color: #D80921;
}
.BgClassName
{
background-color: #D80921;
}
</style>
border-color css
<style>
span { border-color: #D80921; }
span { border-color: rgb(216,9,33); }
td.TdClassName
{
border-color: #D80921;
}
.TagClassName
{
border-color: #D80921;
}
</style>