Shades of Fire Engine Red #DB1929
Tints of Fire Engine Red #DB1929
RGB
CMYK
RGB Variations
Color information
#DB1929 (or 0xDB1929) is known color: Fire Engine Red. HEX triplet: DB, 19 and 29. RGB value is (219,25,41). Sum of RGB (Red+Green+Blue) = 219+25+41=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1929 is #24E6D6. Grayscale: #545454. Windows color (decimal): -2418391 or 2693595. OLE color: 2693595.
HSL color Cylindrical-coordinate representation of color #DB1929: hue angle of 355.05º 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 #DB1929 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 41 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.14 |
| HSL | 355.05º | 0.8% | 0.48% | - |
| HSV(B) | 355.05º | 0.89% | 0.86% | - |
| XYZ | 29.96 | 15.92 | 3.59 | - |
| YUV | 84.83 | 103.27 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 41 | 0 | 0.89 | 0.81 | 0.14 | 355.05 | 0.8 | 0.48 |
| Hex | DB | 19 | 29 | 0 | 59 | 51 | E | 163 | 50 | 30 |
| Octal | 333 | 31 | 51 | 0 | 131 | 121 | 16 | 543 | 120 | 60 |
| Binary | 11011011 | 11001 | 101001 | 0 | 1011001 | 1010001 | 1110 | 101100011 | 1010000 | 110000 |
Color Harmonies of #DB1929
Complementary color
Monochromatic Colors of #DB1929
Black with #DB1929
Text Example
Text Example
White with #DB1929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1929; }
p { color: rgb(219,25,41); }
H1.HeaderClassName
{
color: #DB1929;
}
.AnyTagClassName
{
color: #DB1929;
}
</style>
background-color css
<style>
a { background-color: #DB1929; }
a { background-color: rgb(219,25,41); }
div.DivClassName
{
background-color: #DB1929;
}
.BgClassName
{
background-color: #DB1929;
}
</style>
border-color css
<style>
span { border-color: #DB1929; }
span { border-color: rgb(219,25,41); }
td.TdClassName
{
border-color: #DB1929;
}
.TagClassName
{
border-color: #DB1929;
}
</style>