Shades of Fire Engine Red #DB1828
Tints of Fire Engine Red #DB1828
RGB
CMYK
RGB Variations
Color information
#DB1828 (or 0xDB1828) is known color: Fire Engine Red. HEX triplet: DB, 18 and 28. RGB value is (219,24,40). Sum of RGB (Red+Green+Blue) = 219+24+40=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1828 is #24E7D7. Grayscale: #545454. Windows color (decimal): -2418648 or 2627803. OLE color: 2627803.
HSL color Cylindrical-coordinate representation of color #DB1828: hue angle of 355.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1828 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 40 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.14 |
| HSL | 355.08º | 0.8% | 0.48% | - |
| HSV(B) | 355.08º | 0.89% | 0.86% | - |
| XYZ | 29.92 | 15.87 | 3.49 | - |
| YUV | 84.13 | 103.1 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 40 | 0 | 0.89 | 0.82 | 0.14 | 355.08 | 0.8 | 0.48 |
| Hex | DB | 18 | 28 | 0 | 59 | 52 | E | 163 | 50 | 30 |
| Octal | 333 | 30 | 50 | 0 | 131 | 122 | 16 | 543 | 120 | 60 |
| Binary | 11011011 | 11000 | 101000 | 0 | 1011001 | 1010010 | 1110 | 101100011 | 1010000 | 110000 |
Color Harmonies of #DB1828
Complementary color
Monochromatic Colors of #DB1828
Black with #DB1828
Text Example
Text Example
White with #DB1828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1828; }
p { color: rgb(219,24,40); }
H1.HeaderClassName
{
color: #DB1828;
}
.AnyTagClassName
{
color: #DB1828;
}
</style>
background-color css
<style>
a { background-color: #DB1828; }
a { background-color: rgb(219,24,40); }
div.DivClassName
{
background-color: #DB1828;
}
.BgClassName
{
background-color: #DB1828;
}
</style>
border-color css
<style>
span { border-color: #DB1828; }
span { border-color: rgb(219,24,40); }
td.TdClassName
{
border-color: #DB1828;
}
.TagClassName
{
border-color: #DB1828;
}
</style>