Shades of Fire Engine Red #DB1516
Tints of Fire Engine Red #DB1516
RGB
CMYK
RGB Variations
Color information
#DB1516 (or 0xDB1516) is known color: Fire Engine Red. HEX triplet: DB, 15 and 16. RGB value is (219,21,22). Sum of RGB (Red+Green+Blue) = 219+21+22=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1516 is #24EAE9. Grayscale: #505050. Windows color (decimal): -2419434 or 1447387. OLE color: 1447387.
HSL color Cylindrical-coordinate representation of color #DB1516: 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 #DB1516 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 22 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.14 |
| HSL | 359.7º | 0.83% | 0.47% | - |
| HSV(B) | 359.7º | 0.9% | 0.86% | - |
| XYZ | 29.63 | 15.65 | 2.22 | - |
| YUV | 80.32 | 95.1 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 22 | 0 | 0.90 | 0.90 | 0.14 | 359.7 | 0.83 | 0.47 |
| Hex | DB | 15 | 16 | 0 | 5A | 5A | E | 168 | 52 | 2F |
| Octal | 333 | 25 | 26 | 0 | 132 | 132 | 16 | 550 | 122 | 57 |
| Binary | 11011011 | 10101 | 10110 | 0 | 1011010 | 1011010 | 1110 | 101101000 | 1010010 | 101111 |
Color Harmonies of #DB1516
Complementary color
Monochromatic Colors of #DB1516
Black with #DB1516
Text Example
Text Example
White with #DB1516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1516; }
p { color: rgb(219,21,22); }
H1.HeaderClassName
{
color: #DB1516;
}
.AnyTagClassName
{
color: #DB1516;
}
</style>
background-color css
<style>
a { background-color: #DB1516; }
a { background-color: rgb(219,21,22); }
div.DivClassName
{
background-color: #DB1516;
}
.BgClassName
{
background-color: #DB1516;
}
</style>
border-color css
<style>
span { border-color: #DB1516; }
span { border-color: rgb(219,21,22); }
td.TdClassName
{
border-color: #DB1516;
}
.TagClassName
{
border-color: #DB1516;
}
</style>