Shades of Fire Engine Red #DB1129
Tints of Fire Engine Red #DB1129
RGB
CMYK
RGB Variations
Color information
#DB1129 (or 0xDB1129) is known color: Fire Engine Red. HEX triplet: DB, 11 and 29. RGB value is (219,17,41). Sum of RGB (Red+Green+Blue) = 219+17+41=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1129 is #24EED6. Grayscale: #505050. Windows color (decimal): -2420439 or 2691547. OLE color: 2691547.
HSL color Cylindrical-coordinate representation of color #DB1129: hue angle of 352.87º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1129 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 41 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.14 |
| HSL | 352.87º | 0.86% | 0.46% | - |
| HSV(B) | 352.87º | 0.92% | 0.86% | - |
| XYZ | 29.81 | 15.62 | 3.54 | - |
| YUV | 80.13 | 105.92 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 41 | 0 | 0.92 | 0.81 | 0.14 | 352.87 | 0.86 | 0.46 |
| Hex | DB | 11 | 29 | 0 | 5C | 51 | E | 161 | 56 | 2E |
| Octal | 333 | 21 | 51 | 0 | 134 | 121 | 16 | 541 | 126 | 56 |
| Binary | 11011011 | 10001 | 101001 | 0 | 1011100 | 1010001 | 1110 | 101100001 | 1010110 | 101110 |
Color Harmonies of #DB1129
Complementary color
Monochromatic Colors of #DB1129
Black with #DB1129
Text Example
Text Example
White with #DB1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1129; }
p { color: rgb(219,17,41); }
H1.HeaderClassName
{
color: #DB1129;
}
.AnyTagClassName
{
color: #DB1129;
}
</style>
background-color css
<style>
a { background-color: #DB1129; }
a { background-color: rgb(219,17,41); }
div.DivClassName
{
background-color: #DB1129;
}
.BgClassName
{
background-color: #DB1129;
}
</style>
border-color css
<style>
span { border-color: #DB1129; }
span { border-color: rgb(219,17,41); }
td.TdClassName
{
border-color: #DB1129;
}
.TagClassName
{
border-color: #DB1129;
}
</style>