Shades of Fire Engine Red #DB111E
Tints of Fire Engine Red #DB111E
RGB
CMYK
RGB Variations
Color information
#DB111E (or 0xDB111E) is known color: Fire Engine Red. HEX triplet: DB, 11 and 1E. RGB value is (219,17,30). Sum of RGB (Red+Green+Blue) = 219+17+30=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB111E is #24EEE1. Grayscale: #4F4F4F. Windows color (decimal): -2420450 or 1970651. OLE color: 1970651.
HSL color Cylindrical-coordinate representation of color #DB111E: hue angle of 356.14º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB111E is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 30 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.14 |
| HSL | 356.14º | 0.86% | 0.46% | - |
| HSV(B) | 356.14º | 0.92% | 0.86% | - |
| XYZ | 29.65 | 15.55 | 2.67 | - |
| YUV | 78.88 | 100.42 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 30 | 0 | 0.92 | 0.86 | 0.14 | 356.14 | 0.86 | 0.46 |
| Hex | DB | 11 | 1E | 0 | 5C | 56 | E | 164 | 56 | 2E |
| Octal | 333 | 21 | 36 | 0 | 134 | 126 | 16 | 544 | 126 | 56 |
| Binary | 11011011 | 10001 | 11110 | 0 | 1011100 | 1010110 | 1110 | 101100100 | 1010110 | 101110 |
Color Harmonies of #DB111E
Complementary color
Monochromatic Colors of #DB111E
Black with #DB111E
Text Example
Text Example
White with #DB111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB111E; }
p { color: rgb(219,17,30); }
H1.HeaderClassName
{
color: #DB111E;
}
.AnyTagClassName
{
color: #DB111E;
}
</style>
background-color css
<style>
a { background-color: #DB111E; }
a { background-color: rgb(219,17,30); }
div.DivClassName
{
background-color: #DB111E;
}
.BgClassName
{
background-color: #DB111E;
}
</style>
border-color css
<style>
span { border-color: #DB111E; }
span { border-color: rgb(219,17,30); }
td.TdClassName
{
border-color: #DB111E;
}
.TagClassName
{
border-color: #DB111E;
}
</style>