Shades of Fire Engine Red #DB0928
Tints of Fire Engine Red #DB0928
RGB
CMYK
RGB Variations
Color information
#DB0928 (or 0xDB0928) is known color: Fire Engine Red. HEX triplet: DB, 09 and 28. RGB value is (219,9,40). Sum of RGB (Red+Green+Blue) = 219+9+40=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0928 is #24F6D7. Grayscale: #4B4B4B. Windows color (decimal): -2422488 or 2623963. OLE color: 2623963.
HSL color Cylindrical-coordinate representation of color #DB0928: hue angle of 351.14º 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 #DB0928 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 40 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.14 |
| HSL | 351.14º | 0.92% | 0.45% | - |
| HSV(B) | 351.14º | 0.96% | 0.86% | - |
| XYZ | 29.69 | 15.41 | 3.42 | - |
| YUV | 75.32 | 108.07 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 40 | 0 | 0.96 | 0.82 | 0.14 | 351.14 | 0.92 | 0.45 |
| Hex | DB | 9 | 28 | 0 | 60 | 52 | E | 15F | 5C | 2D |
| Octal | 333 | 11 | 50 | 0 | 140 | 122 | 16 | 537 | 134 | 55 |
| Binary | 11011011 | 1001 | 101000 | 0 | 1100000 | 1010010 | 1110 | 101011111 | 1011100 | 101101 |
Color Harmonies of #DB0928
Complementary color
Monochromatic Colors of #DB0928
Black with #DB0928
Text Example
Text Example
White with #DB0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0928; }
p { color: rgb(219,9,40); }
H1.HeaderClassName
{
color: #DB0928;
}
.AnyTagClassName
{
color: #DB0928;
}
</style>
background-color css
<style>
a { background-color: #DB0928; }
a { background-color: rgb(219,9,40); }
div.DivClassName
{
background-color: #DB0928;
}
.BgClassName
{
background-color: #DB0928;
}
</style>
border-color css
<style>
span { border-color: #DB0928; }
span { border-color: rgb(219,9,40); }
td.TdClassName
{
border-color: #DB0928;
}
.TagClassName
{
border-color: #DB0928;
}
</style>