Shades of Fire Engine Red #D80924
Tints of Fire Engine Red #D80924
RGB
CMYK
RGB Variations
Color information
#D80924 (or 0xD80924) is known color: Fire Engine Red. HEX triplet: D8, 09 and 24. RGB value is (216,9,36). Sum of RGB (Red+Green+Blue) = 216+9+36=261 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.76% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 216 - color contains mainly: red. Hex color #D80924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80924 is #27F6DB. Grayscale: #4A4A4A. Windows color (decimal): -2619100 or 2361816. OLE color: 2361816.
HSL color Cylindrical-coordinate representation of color #D80924: hue angle of 352.17º 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 #D80924 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 36 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.15 |
| HSL | 352.17º | 0.92% | 0.44% | - |
| HSV(B) | 352.17º | 0.96% | 0.85% | - |
| XYZ | 28.74 | 14.92 | 3.03 | - |
| YUV | 73.97 | 106.58 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 36 | 0 | 0.96 | 0.83 | 0.15 | 352.17 | 0.92 | 0.44 |
| Hex | D8 | 9 | 24 | 0 | 60 | 53 | F | 160 | 5C | 2C |
| Octal | 330 | 11 | 44 | 0 | 140 | 123 | 17 | 540 | 134 | 54 |
| Binary | 11011000 | 1001 | 100100 | 0 | 1100000 | 1010011 | 1111 | 101100000 | 1011100 | 101100 |
Color Harmonies of #D80924
Complementary color
Monochromatic Colors of #D80924
Black with #D80924
Text Example
Text Example
White with #D80924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80924; }
p { color: rgb(216,9,36); }
H1.HeaderClassName
{
color: #D80924;
}
.AnyTagClassName
{
color: #D80924;
}
</style>
background-color css
<style>
a { background-color: #D80924; }
a { background-color: rgb(216,9,36); }
div.DivClassName
{
background-color: #D80924;
}
.BgClassName
{
background-color: #D80924;
}
</style>
border-color css
<style>
span { border-color: #D80924; }
span { border-color: rgb(216,9,36); }
td.TdClassName
{
border-color: #D80924;
}
.TagClassName
{
border-color: #D80924;
}
</style>