Shades of Fire Engine Red #DB1222
Tints of Fire Engine Red #DB1222
RGB
CMYK
RGB Variations
Color information
#DB1222 (or 0xDB1222) is known color: Fire Engine Red. HEX triplet: DB, 12 and 22. RGB value is (219,18,34). Sum of RGB (Red+Green+Blue) = 219+18+34=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1222 is #24EDDD. Grayscale: #505050. Windows color (decimal): -2420190 or 2233051. OLE color: 2233051.
HSL color Cylindrical-coordinate representation of color #DB1222: hue angle of 355.22º degrees, saturation: 0.85, 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 #DB1222 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 34 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.14 |
| HSL | 355.22º | 0.85% | 0.46% | - |
| HSV(B) | 355.22º | 0.92% | 0.86% | - |
| XYZ | 29.72 | 15.61 | 2.96 | - |
| YUV | 79.92 | 102.09 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 34 | 0 | 0.92 | 0.84 | 0.14 | 355.22 | 0.85 | 0.46 |
| Hex | DB | 12 | 22 | 0 | 5C | 54 | E | 163 | 55 | 2E |
| Octal | 333 | 22 | 42 | 0 | 134 | 124 | 16 | 543 | 125 | 56 |
| Binary | 11011011 | 10010 | 100010 | 0 | 1011100 | 1010100 | 1110 | 101100011 | 1010101 | 101110 |
Color Harmonies of #DB1222
Complementary color
Monochromatic Colors of #DB1222
Black with #DB1222
Text Example
Text Example
White with #DB1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1222; }
p { color: rgb(219,18,34); }
H1.HeaderClassName
{
color: #DB1222;
}
.AnyTagClassName
{
color: #DB1222;
}
</style>
background-color css
<style>
a { background-color: #DB1222; }
a { background-color: rgb(219,18,34); }
div.DivClassName
{
background-color: #DB1222;
}
.BgClassName
{
background-color: #DB1222;
}
</style>
border-color css
<style>
span { border-color: #DB1222; }
span { border-color: rgb(219,18,34); }
td.TdClassName
{
border-color: #DB1222;
}
.TagClassName
{
border-color: #DB1222;
}
</style>