Shades of Fire Engine Red #DB0620
Tints of Fire Engine Red #DB0620
RGB
CMYK
RGB Variations
Color information
#DB0620 (or 0xDB0620) is known color: Fire Engine Red. HEX triplet: DB, 06 and 20. RGB value is (219,6,32). Sum of RGB (Red+Green+Blue) = 219+6+32=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0620 is #24F9DF. Grayscale: #484848. Windows color (decimal): -2423264 or 2098907. OLE color: 2098907.
HSL color Cylindrical-coordinate representation of color #DB0620: hue angle of 352.68º 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 #DB0620 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 32 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.14 |
| HSL | 352.68º | 0.95% | 0.44% | - |
| HSV(B) | 352.68º | 0.97% | 0.86% | - |
| XYZ | 29.54 | 15.29 | 2.76 | - |
| YUV | 72.65 | 105.07 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 32 | 0 | 0.97 | 0.85 | 0.14 | 352.68 | 0.95 | 0.44 |
| Hex | DB | 6 | 20 | 0 | 61 | 55 | E | 161 | 5F | 2C |
| Octal | 333 | 6 | 40 | 0 | 141 | 125 | 16 | 541 | 137 | 54 |
| Binary | 11011011 | 110 | 100000 | 0 | 1100001 | 1010101 | 1110 | 101100001 | 1011111 | 101100 |
Color Harmonies of #DB0620
Complementary color
Monochromatic Colors of #DB0620
Black with #DB0620
Text Example
Text Example
White with #DB0620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0620; }
p { color: rgb(219,6,32); }
H1.HeaderClassName
{
color: #DB0620;
}
.AnyTagClassName
{
color: #DB0620;
}
</style>
background-color css
<style>
a { background-color: #DB0620; }
a { background-color: rgb(219,6,32); }
div.DivClassName
{
background-color: #DB0620;
}
.BgClassName
{
background-color: #DB0620;
}
</style>
border-color css
<style>
span { border-color: #DB0620; }
span { border-color: rgb(219,6,32); }
td.TdClassName
{
border-color: #DB0620;
}
.TagClassName
{
border-color: #DB0620;
}
</style>