Shades of Fire Engine Red #DB1926
Tints of Fire Engine Red #DB1926
RGB
CMYK
RGB Variations
Color information
#DB1926 (or 0xDB1926) is known color: Fire Engine Red. HEX triplet: DB, 19 and 26. RGB value is (219,25,38). Sum of RGB (Red+Green+Blue) = 219+25+38=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1926 is #24E6D9. Grayscale: #545454. Windows color (decimal): -2418394 or 2496987. OLE color: 2496987.
HSL color Cylindrical-coordinate representation of color #DB1926: hue angle of 355.98º 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 #DB1926 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 38 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.14 |
| HSL | 355.98º | 0.8% | 0.48% | - |
| HSV(B) | 355.98º | 0.89% | 0.86% | - |
| XYZ | 29.91 | 15.9 | 3.33 | - |
| YUV | 84.49 | 101.77 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 38 | 0 | 0.89 | 0.83 | 0.14 | 355.98 | 0.8 | 0.48 |
| Hex | DB | 19 | 26 | 0 | 59 | 53 | E | 164 | 50 | 30 |
| Octal | 333 | 31 | 46 | 0 | 131 | 123 | 16 | 544 | 120 | 60 |
| Binary | 11011011 | 11001 | 100110 | 0 | 1011001 | 1010011 | 1110 | 101100100 | 1010000 | 110000 |
Color Harmonies of #DB1926
Complementary color
Monochromatic Colors of #DB1926
Black with #DB1926
Text Example
Text Example
White with #DB1926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1926; }
p { color: rgb(219,25,38); }
H1.HeaderClassName
{
color: #DB1926;
}
.AnyTagClassName
{
color: #DB1926;
}
</style>
background-color css
<style>
a { background-color: #DB1926; }
a { background-color: rgb(219,25,38); }
div.DivClassName
{
background-color: #DB1926;
}
.BgClassName
{
background-color: #DB1926;
}
</style>
border-color css
<style>
span { border-color: #DB1926; }
span { border-color: rgb(219,25,38); }
td.TdClassName
{
border-color: #DB1926;
}
.TagClassName
{
border-color: #DB1926;
}
</style>