Shades of Fire Engine Red #DB1A29
Tints of Fire Engine Red #DB1A29
RGB
CMYK
RGB Variations
Color information
#DB1A29 (or 0xDB1A29) is known color: Fire Engine Red. HEX triplet: DB, 1A and 29. RGB value is (219,26,41). Sum of RGB (Red+Green+Blue) = 219+26+41=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A29 is #24E5D6. Grayscale: #555555. Windows color (decimal): -2418135 or 2693851. OLE color: 2693851.
HSL color Cylindrical-coordinate representation of color #DB1A29: hue angle of 355.34º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A29 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 41 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.14 |
| HSL | 355.34º | 0.79% | 0.48% | - |
| HSV(B) | 355.34º | 0.88% | 0.86% | - |
| XYZ | 29.98 | 15.96 | 3.6 | - |
| YUV | 85.42 | 102.94 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 41 | 0 | 0.88 | 0.81 | 0.14 | 355.34 | 0.79 | 0.48 |
| Hex | DB | 1A | 29 | 0 | 58 | 51 | E | 163 | 4F | 30 |
| Octal | 333 | 32 | 51 | 0 | 130 | 121 | 16 | 543 | 117 | 60 |
| Binary | 11011011 | 11010 | 101001 | 0 | 1011000 | 1010001 | 1110 | 101100011 | 1001111 | 110000 |
Color Harmonies of #DB1A29
Complementary color
Monochromatic Colors of #DB1A29
Black with #DB1A29
Text Example
Text Example
White with #DB1A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A29; }
p { color: rgb(219,26,41); }
H1.HeaderClassName
{
color: #DB1A29;
}
.AnyTagClassName
{
color: #DB1A29;
}
</style>
background-color css
<style>
a { background-color: #DB1A29; }
a { background-color: rgb(219,26,41); }
div.DivClassName
{
background-color: #DB1A29;
}
.BgClassName
{
background-color: #DB1A29;
}
</style>
border-color css
<style>
span { border-color: #DB1A29; }
span { border-color: rgb(219,26,41); }
td.TdClassName
{
border-color: #DB1A29;
}
.TagClassName
{
border-color: #DB1A29;
}
</style>