Shades of Fire Engine Red #DB2226
Tints of Fire Engine Red #DB2226
RGB
CMYK
RGB Variations
Color information
#DB2226 (or 0xDB2226) is known color: Fire Engine Red. HEX triplet: DB, 22 and 26. RGB value is (219,34,38). Sum of RGB (Red+Green+Blue) = 219+34+38=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2226 is #24DDD9. Grayscale: #595959. Windows color (decimal): -2416090 or 2499291. OLE color: 2499291.
HSL color Cylindrical-coordinate representation of color #DB2226: hue angle of 358.7º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2226 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 38 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.14 |
| HSL | 358.7º | 0.73% | 0.5% | - |
| HSV(B) | 358.7º | 0.84% | 0.86% | - |
| XYZ | 30.14 | 16.34 | 3.4 | - |
| YUV | 89.77 | 98.79 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 38 | 0 | 0.84 | 0.83 | 0.14 | 358.7 | 0.73 | 0.5 |
| Hex | DB | 22 | 26 | 0 | 54 | 53 | E | 167 | 49 | 32 |
| Octal | 333 | 42 | 46 | 0 | 124 | 123 | 16 | 547 | 111 | 62 |
| Binary | 11011011 | 100010 | 100110 | 0 | 1010100 | 1010011 | 1110 | 101100111 | 1001001 | 110010 |
Color Harmonies of #DB2226
Complementary color
Monochromatic Colors of #DB2226
Black with #DB2226
Text Example
Text Example
White with #DB2226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2226; }
p { color: rgb(219,34,38); }
H1.HeaderClassName
{
color: #DB2226;
}
.AnyTagClassName
{
color: #DB2226;
}
</style>
background-color css
<style>
a { background-color: #DB2226; }
a { background-color: rgb(219,34,38); }
div.DivClassName
{
background-color: #DB2226;
}
.BgClassName
{
background-color: #DB2226;
}
</style>
border-color css
<style>
span { border-color: #DB2226; }
span { border-color: rgb(219,34,38); }
td.TdClassName
{
border-color: #DB2226;
}
.TagClassName
{
border-color: #DB2226;
}
</style>