Shades of Fire Engine Red #D80B20
Tints of Fire Engine Red #D80B20
RGB
CMYK
RGB Variations
Color information
#D80B20 (or 0xD80B20) is known color: Fire Engine Red. HEX triplet: D8, 0B and 20. RGB value is (216,11,32). Sum of RGB (Red+Green+Blue) = 216+11+32=259 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.40% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80B20 is #27F4DF. Grayscale: #4A4A4A. Windows color (decimal): -2618592 or 2100184. OLE color: 2100184.
HSL color Cylindrical-coordinate representation of color #D80B20: hue angle of 353.85º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80B20 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 32 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.15 |
| HSL | 353.85º | 0.9% | 0.45% | - |
| HSV(B) | 353.85º | 0.95% | 0.85% | - |
| XYZ | 28.7 | 14.94 | 2.74 | - |
| YUV | 74.69 | 103.92 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 32 | 0 | 0.95 | 0.85 | 0.15 | 353.85 | 0.9 | 0.45 |
| Hex | D8 | B | 20 | 0 | 5F | 55 | F | 162 | 5A | 2D |
| Octal | 330 | 13 | 40 | 0 | 137 | 125 | 17 | 542 | 132 | 55 |
| Binary | 11011000 | 1011 | 100000 | 0 | 1011111 | 1010101 | 1111 | 101100010 | 1011010 | 101101 |
Color Harmonies of #D80B20
Complementary color
Monochromatic Colors of #D80B20
Black with #D80B20
Text Example
Text Example
White with #D80B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80B20; }
p { color: rgb(216,11,32); }
H1.HeaderClassName
{
color: #D80B20;
}
.AnyTagClassName
{
color: #D80B20;
}
</style>
background-color css
<style>
a { background-color: #D80B20; }
a { background-color: rgb(216,11,32); }
div.DivClassName
{
background-color: #D80B20;
}
.BgClassName
{
background-color: #D80B20;
}
</style>
border-color css
<style>
span { border-color: #D80B20; }
span { border-color: rgb(216,11,32); }
td.TdClassName
{
border-color: #D80B20;
}
.TagClassName
{
border-color: #D80B20;
}
</style>