Shades of Fire Engine Red #DB0722
Tints of Fire Engine Red #DB0722
RGB
CMYK
RGB Variations
Color information
#DB0722 (or 0xDB0722) is known color: Fire Engine Red. HEX triplet: DB, 07 and 22. RGB value is (219,7,34). Sum of RGB (Red+Green+Blue) = 219+7+34=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0722 is #24F8DD. Grayscale: #494949. Windows color (decimal): -2423006 or 2230235. OLE color: 2230235.
HSL color Cylindrical-coordinate representation of color #DB0722: hue angle of 352.36º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0722 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 34 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.14 |
| HSL | 352.36º | 0.94% | 0.44% | - |
| HSV(B) | 352.36º | 0.97% | 0.86% | - |
| XYZ | 29.58 | 15.33 | 2.91 | - |
| YUV | 73.47 | 105.74 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 34 | 0 | 0.97 | 0.84 | 0.14 | 352.36 | 0.94 | 0.44 |
| Hex | DB | 7 | 22 | 0 | 61 | 54 | E | 160 | 5E | 2C |
| Octal | 333 | 7 | 42 | 0 | 141 | 124 | 16 | 540 | 136 | 54 |
| Binary | 11011011 | 111 | 100010 | 0 | 1100001 | 1010100 | 1110 | 101100000 | 1011110 | 101100 |
Color Harmonies of #DB0722
Complementary color
Monochromatic Colors of #DB0722
Black with #DB0722
Text Example
Text Example
White with #DB0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0722; }
p { color: rgb(219,7,34); }
H1.HeaderClassName
{
color: #DB0722;
}
.AnyTagClassName
{
color: #DB0722;
}
</style>
background-color css
<style>
a { background-color: #DB0722; }
a { background-color: rgb(219,7,34); }
div.DivClassName
{
background-color: #DB0722;
}
.BgClassName
{
background-color: #DB0722;
}
</style>
border-color css
<style>
span { border-color: #DB0722; }
span { border-color: rgb(219,7,34); }
td.TdClassName
{
border-color: #DB0722;
}
.TagClassName
{
border-color: #DB0722;
}
</style>