Shades of Fire Engine Red #DB1116
Tints of Fire Engine Red #DB1116
RGB
CMYK
RGB Variations
Color information
#DB1116 (or 0xDB1116) is known color: Fire Engine Red. HEX triplet: DB, 11 and 16. RGB value is (219,17,22). Sum of RGB (Red+Green+Blue) = 219+17+22=258 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.88% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1116 is #24EEE9. Grayscale: #4E4E4E. Windows color (decimal): -2420458 or 1446363. OLE color: 1446363.
HSL color Cylindrical-coordinate representation of color #DB1116: hue angle of 358.51º 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 #DB1116 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 22 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.14 |
| HSL | 358.51º | 0.86% | 0.46% | - |
| HSV(B) | 358.51º | 0.92% | 0.86% | - |
| XYZ | 29.56 | 15.52 | 2.2 | - |
| YUV | 77.97 | 96.42 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 22 | 0 | 0.92 | 0.90 | 0.14 | 358.51 | 0.86 | 0.46 |
| Hex | DB | 11 | 16 | 0 | 5C | 5A | E | 167 | 56 | 2E |
| Octal | 333 | 21 | 26 | 0 | 134 | 132 | 16 | 547 | 126 | 56 |
| Binary | 11011011 | 10001 | 10110 | 0 | 1011100 | 1011010 | 1110 | 101100111 | 1010110 | 101110 |
Color Harmonies of #DB1116
Complementary color
Monochromatic Colors of #DB1116
Black with #DB1116
Text Example
Text Example
White with #DB1116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1116; }
p { color: rgb(219,17,22); }
H1.HeaderClassName
{
color: #DB1116;
}
.AnyTagClassName
{
color: #DB1116;
}
</style>
background-color css
<style>
a { background-color: #DB1116; }
a { background-color: rgb(219,17,22); }
div.DivClassName
{
background-color: #DB1116;
}
.BgClassName
{
background-color: #DB1116;
}
</style>
border-color css
<style>
span { border-color: #DB1116; }
span { border-color: rgb(219,17,22); }
td.TdClassName
{
border-color: #DB1116;
}
.TagClassName
{
border-color: #DB1116;
}
</style>