Shades of Fire Engine Red #DB0422
Tints of Fire Engine Red #DB0422
RGB
CMYK
RGB Variations
Color information
#DB0422 (or 0xDB0422) is known color: Fire Engine Red. HEX triplet: DB, 04 and 22. RGB value is (219,4,34). Sum of RGB (Red+Green+Blue) = 219+4+34=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0422 is #24FBDD. Grayscale: #474747. Windows color (decimal): -2423774 or 2229467. OLE color: 2229467.
HSL color Cylindrical-coordinate representation of color #DB0422: hue angle of 351.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0422 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 34 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.14 |
| HSL | 351.63º | 0.96% | 0.44% | - |
| HSV(B) | 351.63º | 0.98% | 0.86% | - |
| XYZ | 29.55 | 15.26 | 2.9 | - |
| YUV | 71.71 | 106.73 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 34 | 0 | 0.98 | 0.84 | 0.14 | 351.63 | 0.96 | 0.44 |
| Hex | DB | 4 | 22 | 0 | 62 | 54 | E | 160 | 60 | 2C |
| Octal | 333 | 4 | 42 | 0 | 142 | 124 | 16 | 540 | 140 | 54 |
| Binary | 11011011 | 100 | 100010 | 0 | 1100010 | 1010100 | 1110 | 101100000 | 1100000 | 101100 |
Color Harmonies of #DB0422
Complementary color
Monochromatic Colors of #DB0422
Black with #DB0422
Text Example
Text Example
White with #DB0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0422; }
p { color: rgb(219,4,34); }
H1.HeaderClassName
{
color: #DB0422;
}
.AnyTagClassName
{
color: #DB0422;
}
</style>
background-color css
<style>
a { background-color: #DB0422; }
a { background-color: rgb(219,4,34); }
div.DivClassName
{
background-color: #DB0422;
}
.BgClassName
{
background-color: #DB0422;
}
</style>
border-color css
<style>
span { border-color: #DB0422; }
span { border-color: rgb(219,4,34); }
td.TdClassName
{
border-color: #DB0422;
}
.TagClassName
{
border-color: #DB0422;
}
</style>