Shades of Fire Engine Red #DB1019
Tints of Fire Engine Red #DB1019
RGB
CMYK
RGB Variations
Color information
#DB1019 (or 0xDB1019) is known color: Fire Engine Red. HEX triplet: DB, 10 and 19. RGB value is (219,16,25). Sum of RGB (Red+Green+Blue) = 219+16+25=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1019 is #24EFE6. Grayscale: #4D4D4D. Windows color (decimal): -2420711 or 1642715. OLE color: 1642715.
HSL color Cylindrical-coordinate representation of color #DB1019: hue angle of 357.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1019 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 25 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.14 |
| HSL | 357.34º | 0.86% | 0.46% | - |
| HSV(B) | 357.34º | 0.93% | 0.86% | - |
| XYZ | 29.57 | 15.5 | 2.35 | - |
| YUV | 77.72 | 98.25 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 25 | 0 | 0.93 | 0.89 | 0.14 | 357.34 | 0.86 | 0.46 |
| Hex | DB | 10 | 19 | 0 | 5D | 59 | E | 165 | 56 | 2E |
| Octal | 333 | 20 | 31 | 0 | 135 | 131 | 16 | 545 | 126 | 56 |
| Binary | 11011011 | 10000 | 11001 | 0 | 1011101 | 1011001 | 1110 | 101100101 | 1010110 | 101110 |
Color Harmonies of #DB1019
Complementary color
Monochromatic Colors of #DB1019
Black with #DB1019
Text Example
Text Example
White with #DB1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1019; }
p { color: rgb(219,16,25); }
H1.HeaderClassName
{
color: #DB1019;
}
.AnyTagClassName
{
color: #DB1019;
}
</style>
background-color css
<style>
a { background-color: #DB1019; }
a { background-color: rgb(219,16,25); }
div.DivClassName
{
background-color: #DB1019;
}
.BgClassName
{
background-color: #DB1019;
}
</style>
border-color css
<style>
span { border-color: #DB1019; }
span { border-color: rgb(219,16,25); }
td.TdClassName
{
border-color: #DB1019;
}
.TagClassName
{
border-color: #DB1019;
}
</style>