Shades of Fire Engine Red #D80E1E
Tints of Fire Engine Red #D80E1E
RGB
CMYK
RGB Variations
Color information
#D80E1E (or 0xD80E1E) is known color: Fire Engine Red. HEX triplet: D8, 0E and 1E. RGB value is (216,14,30). Sum of RGB (Red+Green+Blue) = 216+14+30=260 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.08% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80E1E is #27F1E1. Grayscale: #4C4C4C. Windows color (decimal): -2617826 or 1969880. OLE color: 1969880.
HSL color Cylindrical-coordinate representation of color #D80E1E: hue angle of 355.25º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80E1E is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 30 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.15 |
| HSL | 355.25º | 0.88% | 0.45% | - |
| HSV(B) | 355.25º | 0.94% | 0.85% | - |
| XYZ | 28.71 | 15.01 | 2.61 | - |
| YUV | 76.22 | 101.92 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 30 | 0 | 0.94 | 0.86 | 0.15 | 355.25 | 0.88 | 0.45 |
| Hex | D8 | E | 1E | 0 | 5E | 56 | F | 163 | 58 | 2D |
| Octal | 330 | 16 | 36 | 0 | 136 | 126 | 17 | 543 | 130 | 55 |
| Binary | 11011000 | 1110 | 11110 | 0 | 1011110 | 1010110 | 1111 | 101100011 | 1011000 | 101101 |
Color Harmonies of #D80E1E
Complementary color
Monochromatic Colors of #D80E1E
Black with #D80E1E
Text Example
Text Example
White with #D80E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80E1E; }
p { color: rgb(216,14,30); }
H1.HeaderClassName
{
color: #D80E1E;
}
.AnyTagClassName
{
color: #D80E1E;
}
</style>
background-color css
<style>
a { background-color: #D80E1E; }
a { background-color: rgb(216,14,30); }
div.DivClassName
{
background-color: #D80E1E;
}
.BgClassName
{
background-color: #D80E1E;
}
</style>
border-color css
<style>
span { border-color: #D80E1E; }
span { border-color: rgb(216,14,30); }
td.TdClassName
{
border-color: #D80E1E;
}
.TagClassName
{
border-color: #D80E1E;
}
</style>