Shades of Fire Engine Red #DB2122
Tints of Fire Engine Red #DB2122
RGB
CMYK
RGB Variations
Color information
#DB2122 (or 0xDB2122) is known color: Fire Engine Red. HEX triplet: DB, 21 and 22. RGB value is (219,33,34). Sum of RGB (Red+Green+Blue) = 219+33+34=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2122 is #24DEDD. Grayscale: #585858. Windows color (decimal): -2416350 or 2236891. OLE color: 2236891.
HSL color Cylindrical-coordinate representation of color #DB2122: hue angle of 359.68º 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 #DB2122 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 34 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.14 |
| HSL | 359.68º | 0.74% | 0.49% | - |
| HSV(B) | 359.68º | 0.85% | 0.86% | - |
| XYZ | 30.05 | 16.26 | 3.07 | - |
| YUV | 88.73 | 97.12 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 34 | 0 | 0.85 | 0.84 | 0.14 | 359.68 | 0.74 | 0.49 |
| Hex | DB | 21 | 22 | 0 | 55 | 54 | E | 168 | 4A | 31 |
| Octal | 333 | 41 | 42 | 0 | 125 | 124 | 16 | 550 | 112 | 61 |
| Binary | 11011011 | 100001 | 100010 | 0 | 1010101 | 1010100 | 1110 | 101101000 | 1001010 | 110001 |
Color Harmonies of #DB2122
Complementary color
Monochromatic Colors of #DB2122
Black with #DB2122
Text Example
Text Example
White with #DB2122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2122; }
p { color: rgb(219,33,34); }
H1.HeaderClassName
{
color: #DB2122;
}
.AnyTagClassName
{
color: #DB2122;
}
</style>
background-color css
<style>
a { background-color: #DB2122; }
a { background-color: rgb(219,33,34); }
div.DivClassName
{
background-color: #DB2122;
}
.BgClassName
{
background-color: #DB2122;
}
</style>
border-color css
<style>
span { border-color: #DB2122; }
span { border-color: rgb(219,33,34); }
td.TdClassName
{
border-color: #DB2122;
}
.TagClassName
{
border-color: #DB2122;
}
</style>