Shades of Fire Engine Red #DB2124
Tints of Fire Engine Red #DB2124
RGB
CMYK
RGB Variations
Color information
#DB2124 (or 0xDB2124) is known color: Fire Engine Red. HEX triplet: DB, 21 and 24. RGB value is (219,33,36). Sum of RGB (Red+Green+Blue) = 219+33+36=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2124 is #24DEDB. Grayscale: #595959. Windows color (decimal): -2416348 or 2367963. OLE color: 2367963.
HSL color Cylindrical-coordinate representation of color #DB2124: hue angle of 359.03º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2124 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 36 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.14 |
| HSL | 359.03º | 0.74% | 0.49% | - |
| HSV(B) | 359.03º | 0.85% | 0.86% | - |
| XYZ | 30.08 | 16.28 | 3.23 | - |
| YUV | 88.96 | 98.12 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 36 | 0 | 0.85 | 0.84 | 0.14 | 359.03 | 0.74 | 0.49 |
| Hex | DB | 21 | 24 | 0 | 55 | 54 | E | 167 | 4A | 31 |
| Octal | 333 | 41 | 44 | 0 | 125 | 124 | 16 | 547 | 112 | 61 |
| Binary | 11011011 | 100001 | 100100 | 0 | 1010101 | 1010100 | 1110 | 101100111 | 1001010 | 110001 |
Color Harmonies of #DB2124
Complementary color
Monochromatic Colors of #DB2124
Black with #DB2124
Text Example
Text Example
White with #DB2124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2124; }
p { color: rgb(219,33,36); }
H1.HeaderClassName
{
color: #DB2124;
}
.AnyTagClassName
{
color: #DB2124;
}
</style>
background-color css
<style>
a { background-color: #DB2124; }
a { background-color: rgb(219,33,36); }
div.DivClassName
{
background-color: #DB2124;
}
.BgClassName
{
background-color: #DB2124;
}
</style>
border-color css
<style>
span { border-color: #DB2124; }
span { border-color: rgb(219,33,36); }
td.TdClassName
{
border-color: #DB2124;
}
.TagClassName
{
border-color: #DB2124;
}
</style>