Shades of Fire Engine Red #DB091F
Tints of Fire Engine Red #DB091F
RGB
CMYK
RGB Variations
Color information
#DB091F (or 0xDB091F) is known color: Fire Engine Red. HEX triplet: DB, 09 and 1F. RGB value is (219,9,31). Sum of RGB (Red+Green+Blue) = 219+9+31=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB091F is #24F6E0. Grayscale: #4A4A4A. Windows color (decimal): -2422497 or 2034139. OLE color: 2034139.
HSL color Cylindrical-coordinate representation of color #DB091F: hue angle of 353.71º 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 #DB091F is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.14 |
| HSL | 353.71º | 0.92% | 0.45% | - |
| HSV(B) | 353.71º | 0.96% | 0.86% | - |
| XYZ | 29.56 | 15.35 | 2.7 | - |
| YUV | 74.3 | 103.57 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 31 | 0 | 0.96 | 0.86 | 0.14 | 353.71 | 0.92 | 0.45 |
| Hex | DB | 9 | 1F | 0 | 60 | 56 | E | 162 | 5C | 2D |
| Octal | 333 | 11 | 37 | 0 | 140 | 126 | 16 | 542 | 134 | 55 |
| Binary | 11011011 | 1001 | 11111 | 0 | 1100000 | 1010110 | 1110 | 101100010 | 1011100 | 101101 |
Color Harmonies of #DB091F
Complementary color
Monochromatic Colors of #DB091F
Black with #DB091F
Text Example
Text Example
White with #DB091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB091F; }
p { color: rgb(219,9,31); }
H1.HeaderClassName
{
color: #DB091F;
}
.AnyTagClassName
{
color: #DB091F;
}
</style>
background-color css
<style>
a { background-color: #DB091F; }
a { background-color: rgb(219,9,31); }
div.DivClassName
{
background-color: #DB091F;
}
.BgClassName
{
background-color: #DB091F;
}
</style>
border-color css
<style>
span { border-color: #DB091F; }
span { border-color: rgb(219,9,31); }
td.TdClassName
{
border-color: #DB091F;
}
.TagClassName
{
border-color: #DB091F;
}
</style>