Shades of Fire Engine Red #DB1617
Tints of Fire Engine Red #DB1617
RGB
CMYK
RGB Variations
Color information
#DB1617 (or 0xDB1617) is known color: Fire Engine Red. HEX triplet: DB, 16 and 17. RGB value is (219,22,23). Sum of RGB (Red+Green+Blue) = 219+22+23=264 (34% of max value = 765). Red value is 219 (85.94% from 255 or 82.95% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1617 is #24E9E8. Grayscale: #515151. Windows color (decimal): -2419177 or 1513179. OLE color: 1513179.
HSL color Cylindrical-coordinate representation of color #DB1617: hue angle of 359.7º 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 #DB1617 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 23 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.14 |
| HSL | 359.7º | 0.82% | 0.47% | - |
| HSV(B) | 359.7º | 0.9% | 0.86% | - |
| XYZ | 29.65 | 15.7 | 2.28 | - |
| YUV | 81.02 | 95.27 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 23 | 0 | 0.90 | 0.89 | 0.14 | 359.7 | 0.82 | 0.47 |
| Hex | DB | 16 | 17 | 0 | 5A | 59 | E | 168 | 52 | 2F |
| Octal | 333 | 26 | 27 | 0 | 132 | 131 | 16 | 550 | 122 | 57 |
| Binary | 11011011 | 10110 | 10111 | 0 | 1011010 | 1011001 | 1110 | 101101000 | 1010010 | 101111 |
Color Harmonies of #DB1617
Complementary color
Monochromatic Colors of #DB1617
Black with #DB1617
Text Example
Text Example
White with #DB1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1617; }
p { color: rgb(219,22,23); }
H1.HeaderClassName
{
color: #DB1617;
}
.AnyTagClassName
{
color: #DB1617;
}
</style>
background-color css
<style>
a { background-color: #DB1617; }
a { background-color: rgb(219,22,23); }
div.DivClassName
{
background-color: #DB1617;
}
.BgClassName
{
background-color: #DB1617;
}
</style>
border-color css
<style>
span { border-color: #DB1617; }
span { border-color: rgb(219,22,23); }
td.TdClassName
{
border-color: #DB1617;
}
.TagClassName
{
border-color: #DB1617;
}
</style>