Shades of Fire Engine Red #DB0828
Tints of Fire Engine Red #DB0828
RGB
CMYK
RGB Variations
Color information
#DB0828 (or 0xDB0828) is known color: Fire Engine Red. HEX triplet: DB, 08 and 28. RGB value is (219,8,40). Sum of RGB (Red+Green+Blue) = 219+8+40=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0828 is #24F7D7. Grayscale: #4A4A4A. Windows color (decimal): -2422744 or 2623707. OLE color: 2623707.
HSL color Cylindrical-coordinate representation of color #DB0828: hue angle of 350.9º degrees, saturation: 0.93, 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 #DB0828 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 40 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.14 |
| HSL | 350.9º | 0.93% | 0.45% | - |
| HSV(B) | 350.9º | 0.96% | 0.86% | - |
| XYZ | 29.68 | 15.39 | 3.41 | - |
| YUV | 74.74 | 108.4 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 40 | 0 | 0.96 | 0.82 | 0.14 | 350.9 | 0.93 | 0.45 |
| Hex | DB | 8 | 28 | 0 | 60 | 52 | E | 15F | 5D | 2D |
| Octal | 333 | 10 | 50 | 0 | 140 | 122 | 16 | 537 | 135 | 55 |
| Binary | 11011011 | 1000 | 101000 | 0 | 1100000 | 1010010 | 1110 | 101011111 | 1011101 | 101101 |
Color Harmonies of #DB0828
Complementary color
Monochromatic Colors of #DB0828
Black with #DB0828
Text Example
Text Example
White with #DB0828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0828; }
p { color: rgb(219,8,40); }
H1.HeaderClassName
{
color: #DB0828;
}
.AnyTagClassName
{
color: #DB0828;
}
</style>
background-color css
<style>
a { background-color: #DB0828; }
a { background-color: rgb(219,8,40); }
div.DivClassName
{
background-color: #DB0828;
}
.BgClassName
{
background-color: #DB0828;
}
</style>
border-color css
<style>
span { border-color: #DB0828; }
span { border-color: rgb(219,8,40); }
td.TdClassName
{
border-color: #DB0828;
}
.TagClassName
{
border-color: #DB0828;
}
</style>