Shades of Fire Engine Red #DB1229
Tints of Fire Engine Red #DB1229
RGB
CMYK
RGB Variations
Color information
#DB1229 (or 0xDB1229) is known color: Fire Engine Red. HEX triplet: DB, 12 and 29. RGB value is (219,18,41). Sum of RGB (Red+Green+Blue) = 219+18+41=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1229 is #24EDD6. Grayscale: #505050. Windows color (decimal): -2420183 or 2691803. OLE color: 2691803.
HSL color Cylindrical-coordinate representation of color #DB1229: hue angle of 353.13º degrees, saturation: 0.85, 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 #DB1229 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 41 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.14 |
| HSL | 353.13º | 0.85% | 0.46% | - |
| HSV(B) | 353.13º | 0.92% | 0.86% | - |
| XYZ | 29.83 | 15.65 | 3.55 | - |
| YUV | 80.72 | 105.59 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 41 | 0 | 0.92 | 0.81 | 0.14 | 353.13 | 0.85 | 0.46 |
| Hex | DB | 12 | 29 | 0 | 5C | 51 | E | 161 | 55 | 2E |
| Octal | 333 | 22 | 51 | 0 | 134 | 121 | 16 | 541 | 125 | 56 |
| Binary | 11011011 | 10010 | 101001 | 0 | 1011100 | 1010001 | 1110 | 101100001 | 1010101 | 101110 |
Color Harmonies of #DB1229
Complementary color
Monochromatic Colors of #DB1229
Black with #DB1229
Text Example
Text Example
White with #DB1229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1229; }
p { color: rgb(219,18,41); }
H1.HeaderClassName
{
color: #DB1229;
}
.AnyTagClassName
{
color: #DB1229;
}
</style>
background-color css
<style>
a { background-color: #DB1229; }
a { background-color: rgb(219,18,41); }
div.DivClassName
{
background-color: #DB1229;
}
.BgClassName
{
background-color: #DB1229;
}
</style>
border-color css
<style>
span { border-color: #DB1229; }
span { border-color: rgb(219,18,41); }
td.TdClassName
{
border-color: #DB1229;
}
.TagClassName
{
border-color: #DB1229;
}
</style>