Shades of Fire Engine Red #DB0926
Tints of Fire Engine Red #DB0926
RGB
CMYK
RGB Variations
Color information
#DB0926 (or 0xDB0926) is known color: Fire Engine Red. HEX triplet: DB, 09 and 26. RGB value is (219,9,38). Sum of RGB (Red+Green+Blue) = 219+9+38=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0926 is #24F6D9. Grayscale: #4B4B4B. Windows color (decimal): -2422490 or 2492891. OLE color: 2492891.
HSL color Cylindrical-coordinate representation of color #DB0926: hue angle of 351.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 #DB0926 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 38 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.14 |
| HSL | 351.71º | 0.92% | 0.45% | - |
| HSV(B) | 351.71º | 0.96% | 0.86% | - |
| XYZ | 29.66 | 15.4 | 3.24 | - |
| YUV | 75.1 | 107.07 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 38 | 0 | 0.96 | 0.83 | 0.14 | 351.71 | 0.92 | 0.45 |
| Hex | DB | 9 | 26 | 0 | 60 | 53 | E | 160 | 5C | 2D |
| Octal | 333 | 11 | 46 | 0 | 140 | 123 | 16 | 540 | 134 | 55 |
| Binary | 11011011 | 1001 | 100110 | 0 | 1100000 | 1010011 | 1110 | 101100000 | 1011100 | 101101 |
Color Harmonies of #DB0926
Complementary color
Monochromatic Colors of #DB0926
Black with #DB0926
Text Example
Text Example
White with #DB0926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0926; }
p { color: rgb(219,9,38); }
H1.HeaderClassName
{
color: #DB0926;
}
.AnyTagClassName
{
color: #DB0926;
}
</style>
background-color css
<style>
a { background-color: #DB0926; }
a { background-color: rgb(219,9,38); }
div.DivClassName
{
background-color: #DB0926;
}
.BgClassName
{
background-color: #DB0926;
}
</style>
border-color css
<style>
span { border-color: #DB0926; }
span { border-color: rgb(219,9,38); }
td.TdClassName
{
border-color: #DB0926;
}
.TagClassName
{
border-color: #DB0926;
}
</style>