Shades of Fire Engine Red #DB0622
Tints of Fire Engine Red #DB0622
RGB
CMYK
RGB Variations
Color information
#DB0622 (or 0xDB0622) is known color: Fire Engine Red. HEX triplet: DB, 06 and 22. RGB value is (219,6,34). Sum of RGB (Red+Green+Blue) = 219+6+34=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0622 is #24F9DD. Grayscale: #484848. Windows color (decimal): -2423262 or 2229979. OLE color: 2229979.
HSL color Cylindrical-coordinate representation of color #DB0622: hue angle of 352.11º degrees, saturation: 0.95, 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 #DB0622 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.14 |
| HSL | 352.11º | 0.95% | 0.44% | - |
| HSV(B) | 352.11º | 0.97% | 0.86% | - |
| XYZ | 29.57 | 15.31 | 2.91 | - |
| YUV | 72.88 | 106.07 | 232.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 34 | 0 | 0.97 | 0.84 | 0.14 | 352.11 | 0.95 | 0.44 |
| Hex | DB | 6 | 22 | 0 | 61 | 54 | E | 160 | 5F | 2C |
| Octal | 333 | 6 | 42 | 0 | 141 | 124 | 16 | 540 | 137 | 54 |
| Binary | 11011011 | 110 | 100010 | 0 | 1100001 | 1010100 | 1110 | 101100000 | 1011111 | 101100 |
Color Harmonies of #DB0622
Complementary color
Monochromatic Colors of #DB0622
Black with #DB0622
Text Example
Text Example
White with #DB0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0622; }
p { color: rgb(219,6,34); }
H1.HeaderClassName
{
color: #DB0622;
}
.AnyTagClassName
{
color: #DB0622;
}
</style>
background-color css
<style>
a { background-color: #DB0622; }
a { background-color: rgb(219,6,34); }
div.DivClassName
{
background-color: #DB0622;
}
.BgClassName
{
background-color: #DB0622;
}
</style>
border-color css
<style>
span { border-color: #DB0622; }
span { border-color: rgb(219,6,34); }
td.TdClassName
{
border-color: #DB0622;
}
.TagClassName
{
border-color: #DB0622;
}
</style>