Shades of Fire Engine Red #DB1329
Tints of Fire Engine Red #DB1329
RGB
CMYK
RGB Variations
Color information
#DB1329 (or 0xDB1329) is known color: Fire Engine Red. HEX triplet: DB, 13 and 29. RGB value is (219,19,41). Sum of RGB (Red+Green+Blue) = 219+19+41=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1329 is #24ECD6. Grayscale: #515151. Windows color (decimal): -2419927 or 2692059. OLE color: 2692059.
HSL color Cylindrical-coordinate representation of color #DB1329: hue angle of 353.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1329 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 41 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.14 |
| HSL | 353.4º | 0.84% | 0.47% | - |
| HSV(B) | 353.4º | 0.91% | 0.86% | - |
| XYZ | 29.85 | 15.69 | 3.55 | - |
| YUV | 81.31 | 105.26 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 41 | 0 | 0.91 | 0.81 | 0.14 | 353.4 | 0.84 | 0.47 |
| Hex | DB | 13 | 29 | 0 | 5B | 51 | E | 161 | 54 | 2F |
| Octal | 333 | 23 | 51 | 0 | 133 | 121 | 16 | 541 | 124 | 57 |
| Binary | 11011011 | 10011 | 101001 | 0 | 1011011 | 1010001 | 1110 | 101100001 | 1010100 | 101111 |
Color Harmonies of #DB1329
Complementary color
Monochromatic Colors of #DB1329
Black with #DB1329
Text Example
Text Example
White with #DB1329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1329; }
p { color: rgb(219,19,41); }
H1.HeaderClassName
{
color: #DB1329;
}
.AnyTagClassName
{
color: #DB1329;
}
</style>
background-color css
<style>
a { background-color: #DB1329; }
a { background-color: rgb(219,19,41); }
div.DivClassName
{
background-color: #DB1329;
}
.BgClassName
{
background-color: #DB1329;
}
</style>
border-color css
<style>
span { border-color: #DB1329; }
span { border-color: rgb(219,19,41); }
td.TdClassName
{
border-color: #DB1329;
}
.TagClassName
{
border-color: #DB1329;
}
</style>