Shades of Fire Engine Red #DB1619
Tints of Fire Engine Red #DB1619
RGB
CMYK
RGB Variations
Color information
#DB1619 (or 0xDB1619) is known color: Fire Engine Red. HEX triplet: DB, 16 and 19. RGB value is (219,22,25). Sum of RGB (Red+Green+Blue) = 219+22+25=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1619 is #24E9E6. Grayscale: #515151. Windows color (decimal): -2419175 or 1644251. OLE color: 1644251.
HSL color Cylindrical-coordinate representation of color #DB1619: hue angle of 359.09º 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 #DB1619 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 25 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.14 |
| HSL | 359.09º | 0.82% | 0.47% | - |
| HSV(B) | 359.09º | 0.9% | 0.86% | - |
| XYZ | 29.68 | 15.7 | 2.39 | - |
| YUV | 81.25 | 96.27 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 25 | 0 | 0.90 | 0.89 | 0.14 | 359.09 | 0.82 | 0.47 |
| Hex | DB | 16 | 19 | 0 | 5A | 59 | E | 167 | 52 | 2F |
| Octal | 333 | 26 | 31 | 0 | 132 | 131 | 16 | 547 | 122 | 57 |
| Binary | 11011011 | 10110 | 11001 | 0 | 1011010 | 1011001 | 1110 | 101100111 | 1010010 | 101111 |
Color Harmonies of #DB1619
Complementary color
Monochromatic Colors of #DB1619
Black with #DB1619
Text Example
Text Example
White with #DB1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1619; }
p { color: rgb(219,22,25); }
H1.HeaderClassName
{
color: #DB1619;
}
.AnyTagClassName
{
color: #DB1619;
}
</style>
background-color css
<style>
a { background-color: #DB1619; }
a { background-color: rgb(219,22,25); }
div.DivClassName
{
background-color: #DB1619;
}
.BgClassName
{
background-color: #DB1619;
}
</style>
border-color css
<style>
span { border-color: #DB1619; }
span { border-color: rgb(219,22,25); }
td.TdClassName
{
border-color: #DB1619;
}
.TagClassName
{
border-color: #DB1619;
}
</style>