Shades of Fire Engine Red #DB091E
Tints of Fire Engine Red #DB091E
RGB
CMYK
RGB Variations
Color information
#DB091E (or 0xDB091E) is known color: Fire Engine Red. HEX triplet: DB, 09 and 1E. RGB value is (219,9,30). Sum of RGB (Red+Green+Blue) = 219+9+30=258 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.88% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 219 - color contains mainly: red. Hex color #DB091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB091E is #24F6E1. Grayscale: #4A4A4A. Windows color (decimal): -2422498 or 1968603. OLE color: 1968603.
HSL color Cylindrical-coordinate representation of color #DB091E: hue angle of 354º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB091E is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 30 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.14 |
| HSL | 354º | 0.92% | 0.45% | - |
| HSV(B) | 354º | 0.96% | 0.86% | - |
| XYZ | 29.55 | 15.35 | 2.63 | - |
| YUV | 74.18 | 103.07 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 30 | 0 | 0.96 | 0.86 | 0.14 | 354 | 0.92 | 0.45 |
| Hex | DB | 9 | 1E | 0 | 60 | 56 | E | 162 | 5C | 2D |
| Octal | 333 | 11 | 36 | 0 | 140 | 126 | 16 | 542 | 134 | 55 |
| Binary | 11011011 | 1001 | 11110 | 0 | 1100000 | 1010110 | 1110 | 101100010 | 1011100 | 101101 |
Color Harmonies of #DB091E
Complementary color
Monochromatic Colors of #DB091E
Black with #DB091E
Text Example
Text Example
White with #DB091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB091E; }
p { color: rgb(219,9,30); }
H1.HeaderClassName
{
color: #DB091E;
}
.AnyTagClassName
{
color: #DB091E;
}
</style>
background-color css
<style>
a { background-color: #DB091E; }
a { background-color: rgb(219,9,30); }
div.DivClassName
{
background-color: #DB091E;
}
.BgClassName
{
background-color: #DB091E;
}
</style>
border-color css
<style>
span { border-color: #DB091E; }
span { border-color: rgb(219,9,30); }
td.TdClassName
{
border-color: #DB091E;
}
.TagClassName
{
border-color: #DB091E;
}
</style>