Shades of Fire Engine Red #DB1120
Tints of Fire Engine Red #DB1120
RGB
CMYK
RGB Variations
Color information
#DB1120 (or 0xDB1120) is known color: Fire Engine Red. HEX triplet: DB, 11 and 20. RGB value is (219,17,32). Sum of RGB (Red+Green+Blue) = 219+17+32=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1120 is #24EEDF. Grayscale: #4F4F4F. Windows color (decimal): -2420448 or 2101723. OLE color: 2101723.
HSL color Cylindrical-coordinate representation of color #DB1120: hue angle of 355.54º 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 #DB1120 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 32 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.14 |
| HSL | 355.54º | 0.86% | 0.46% | - |
| HSV(B) | 355.54º | 0.92% | 0.86% | - |
| XYZ | 29.67 | 15.57 | 2.81 | - |
| YUV | 79.11 | 101.42 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 32 | 0 | 0.92 | 0.85 | 0.14 | 355.54 | 0.86 | 0.46 |
| Hex | DB | 11 | 20 | 0 | 5C | 55 | E | 164 | 56 | 2E |
| Octal | 333 | 21 | 40 | 0 | 134 | 125 | 16 | 544 | 126 | 56 |
| Binary | 11011011 | 10001 | 100000 | 0 | 1011100 | 1010101 | 1110 | 101100100 | 1010110 | 101110 |
Color Harmonies of #DB1120
Complementary color
Monochromatic Colors of #DB1120
Black with #DB1120
Text Example
Text Example
White with #DB1120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1120; }
p { color: rgb(219,17,32); }
H1.HeaderClassName
{
color: #DB1120;
}
.AnyTagClassName
{
color: #DB1120;
}
</style>
background-color css
<style>
a { background-color: #DB1120; }
a { background-color: rgb(219,17,32); }
div.DivClassName
{
background-color: #DB1120;
}
.BgClassName
{
background-color: #DB1120;
}
</style>
border-color css
<style>
span { border-color: #DB1120; }
span { border-color: rgb(219,17,32); }
td.TdClassName
{
border-color: #DB1120;
}
.TagClassName
{
border-color: #DB1120;
}
</style>