Shades of Fire Engine Red #DB1618
Tints of Fire Engine Red #DB1618
RGB
CMYK
RGB Variations
Color information
#DB1618 (or 0xDB1618) is known color: Fire Engine Red. HEX triplet: DB, 16 and 18. RGB value is (219,22,24). Sum of RGB (Red+Green+Blue) = 219+22+24=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1618 is #24E9E7. Grayscale: #515151. Windows color (decimal): -2419176 or 1578715. OLE color: 1578715.
HSL color Cylindrical-coordinate representation of color #DB1618: hue angle of 359.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1618 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 24 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.14 |
| HSL | 359.39º | 0.82% | 0.47% | - |
| HSV(B) | 359.39º | 0.9% | 0.86% | - |
| XYZ | 29.67 | 15.7 | 2.33 | - |
| YUV | 81.13 | 95.77 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 24 | 0 | 0.90 | 0.89 | 0.14 | 359.39 | 0.82 | 0.47 |
| Hex | DB | 16 | 18 | 0 | 5A | 59 | E | 167 | 52 | 2F |
| Octal | 333 | 26 | 30 | 0 | 132 | 131 | 16 | 547 | 122 | 57 |
| Binary | 11011011 | 10110 | 11000 | 0 | 1011010 | 1011001 | 1110 | 101100111 | 1010010 | 101111 |
Color Harmonies of #DB1618
Complementary color
Monochromatic Colors of #DB1618
Black with #DB1618
Text Example
Text Example
White with #DB1618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1618; }
p { color: rgb(219,22,24); }
H1.HeaderClassName
{
color: #DB1618;
}
.AnyTagClassName
{
color: #DB1618;
}
</style>
background-color css
<style>
a { background-color: #DB1618; }
a { background-color: rgb(219,22,24); }
div.DivClassName
{
background-color: #DB1618;
}
.BgClassName
{
background-color: #DB1618;
}
</style>
border-color css
<style>
span { border-color: #DB1618; }
span { border-color: rgb(219,22,24); }
td.TdClassName
{
border-color: #DB1618;
}
.TagClassName
{
border-color: #DB1618;
}
</style>