Shades of Fire Engine Red #DB1920
Tints of Fire Engine Red #DB1920
RGB
CMYK
RGB Variations
Color information
#DB1920 (or 0xDB1920) is known color: Fire Engine Red. HEX triplet: DB, 19 and 20. RGB value is (219,25,32). Sum of RGB (Red+Green+Blue) = 219+25+32=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1920 is #24E6DF. Grayscale: #535353. Windows color (decimal): -2418400 or 2103771. OLE color: 2103771.
HSL color Cylindrical-coordinate representation of color #DB1920: hue angle of 357.84º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1920 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 32 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.14 |
| HSL | 357.84º | 0.8% | 0.48% | - |
| HSV(B) | 357.84º | 0.89% | 0.86% | - |
| XYZ | 29.82 | 15.86 | 2.86 | - |
| YUV | 83.8 | 98.77 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 32 | 0 | 0.89 | 0.85 | 0.14 | 357.84 | 0.8 | 0.48 |
| Hex | DB | 19 | 20 | 0 | 59 | 55 | E | 166 | 50 | 30 |
| Octal | 333 | 31 | 40 | 0 | 131 | 125 | 16 | 546 | 120 | 60 |
| Binary | 11011011 | 11001 | 100000 | 0 | 1011001 | 1010101 | 1110 | 101100110 | 1010000 | 110000 |
Color Harmonies of #DB1920
Complementary color
Monochromatic Colors of #DB1920
Black with #DB1920
Text Example
Text Example
White with #DB1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1920; }
p { color: rgb(219,25,32); }
H1.HeaderClassName
{
color: #DB1920;
}
.AnyTagClassName
{
color: #DB1920;
}
</style>
background-color css
<style>
a { background-color: #DB1920; }
a { background-color: rgb(219,25,32); }
div.DivClassName
{
background-color: #DB1920;
}
.BgClassName
{
background-color: #DB1920;
}
</style>
border-color css
<style>
span { border-color: #DB1920; }
span { border-color: rgb(219,25,32); }
td.TdClassName
{
border-color: #DB1920;
}
.TagClassName
{
border-color: #DB1920;
}
</style>