Shades of Fire Engine Red #DB1E28
Tints of Fire Engine Red #DB1E28
RGB
CMYK
RGB Variations
Color information
#DB1E28 (or 0xDB1E28) is known color: Fire Engine Red. HEX triplet: DB, 1E and 28. RGB value is (219,30,40). Sum of RGB (Red+Green+Blue) = 219+30+40=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1E28 is #24E1D7. Grayscale: #575757. Windows color (decimal): -2417112 or 2629339. OLE color: 2629339.
HSL color Cylindrical-coordinate representation of color #DB1E28: hue angle of 356.83º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1E28 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 40 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.14 |
| HSL | 356.83º | 0.76% | 0.49% | - |
| HSV(B) | 356.83º | 0.86% | 0.86% | - |
| XYZ | 30.06 | 16.14 | 3.54 | - |
| YUV | 87.65 | 101.12 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 40 | 0 | 0.86 | 0.82 | 0.14 | 356.83 | 0.76 | 0.49 |
| Hex | DB | 1E | 28 | 0 | 56 | 52 | E | 165 | 4C | 31 |
| Octal | 333 | 36 | 50 | 0 | 126 | 122 | 16 | 545 | 114 | 61 |
| Binary | 11011011 | 11110 | 101000 | 0 | 1010110 | 1010010 | 1110 | 101100101 | 1001100 | 110001 |
Color Harmonies of #DB1E28
Complementary color
Monochromatic Colors of #DB1E28
Black with #DB1E28
Text Example
Text Example
White with #DB1E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E28; }
p { color: rgb(219,30,40); }
H1.HeaderClassName
{
color: #DB1E28;
}
.AnyTagClassName
{
color: #DB1E28;
}
</style>
background-color css
<style>
a { background-color: #DB1E28; }
a { background-color: rgb(219,30,40); }
div.DivClassName
{
background-color: #DB1E28;
}
.BgClassName
{
background-color: #DB1E28;
}
</style>
border-color css
<style>
span { border-color: #DB1E28; }
span { border-color: rgb(219,30,40); }
td.TdClassName
{
border-color: #DB1E28;
}
.TagClassName
{
border-color: #DB1E28;
}
</style>