Shades of Fire Engine Red #DB1029
Tints of Fire Engine Red #DB1029
RGB
CMYK
RGB Variations
Color information
#DB1029 (or 0xDB1029) is known color: Fire Engine Red. HEX triplet: DB, 10 and 29. RGB value is (219,16,41). Sum of RGB (Red+Green+Blue) = 219+16+41=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1029 is #24EFD6. Grayscale: #4F4F4F. Windows color (decimal): -2420695 or 2691291. OLE color: 2691291.
HSL color Cylindrical-coordinate representation of color #DB1029: hue angle of 352.61º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1029 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 41 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.14 |
| HSL | 352.61º | 0.86% | 0.46% | - |
| HSV(B) | 352.61º | 0.93% | 0.86% | - |
| XYZ | 29.8 | 15.59 | 3.54 | - |
| YUV | 79.55 | 106.25 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 41 | 0 | 0.93 | 0.81 | 0.14 | 352.61 | 0.86 | 0.46 |
| Hex | DB | 10 | 29 | 0 | 5D | 51 | E | 161 | 56 | 2E |
| Octal | 333 | 20 | 51 | 0 | 135 | 121 | 16 | 541 | 126 | 56 |
| Binary | 11011011 | 10000 | 101001 | 0 | 1011101 | 1010001 | 1110 | 101100001 | 1010110 | 101110 |
Color Harmonies of #DB1029
Complementary color
Monochromatic Colors of #DB1029
Black with #DB1029
Text Example
Text Example
White with #DB1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1029; }
p { color: rgb(219,16,41); }
H1.HeaderClassName
{
color: #DB1029;
}
.AnyTagClassName
{
color: #DB1029;
}
</style>
background-color css
<style>
a { background-color: #DB1029; }
a { background-color: rgb(219,16,41); }
div.DivClassName
{
background-color: #DB1029;
}
.BgClassName
{
background-color: #DB1029;
}
</style>
border-color css
<style>
span { border-color: #DB1029; }
span { border-color: rgb(219,16,41); }
td.TdClassName
{
border-color: #DB1029;
}
.TagClassName
{
border-color: #DB1029;
}
</style>