Shades of Fire Engine Red #DB1F28
Tints of Fire Engine Red #DB1F28
RGB
CMYK
RGB Variations
Color information
#DB1F28 (or 0xDB1F28) is known color: Fire Engine Red. HEX triplet: DB, 1F and 28. RGB value is (219,31,40). Sum of RGB (Red+Green+Blue) = 219+31+40=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1F28 is #24E0D7. Grayscale: #585858. Windows color (decimal): -2416856 or 2629595. OLE color: 2629595.
HSL color Cylindrical-coordinate representation of color #DB1F28: hue angle of 357.13º degrees, saturation: 0.75, 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 #DB1F28 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 40 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.14 |
| HSL | 357.13º | 0.75% | 0.49% | - |
| HSV(B) | 357.13º | 0.86% | 0.86% | - |
| XYZ | 30.09 | 16.19 | 3.55 | - |
| YUV | 88.24 | 100.78 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 40 | 0 | 0.86 | 0.82 | 0.14 | 357.13 | 0.75 | 0.49 |
| Hex | DB | 1F | 28 | 0 | 56 | 52 | E | 165 | 4B | 31 |
| Octal | 333 | 37 | 50 | 0 | 126 | 122 | 16 | 545 | 113 | 61 |
| Binary | 11011011 | 11111 | 101000 | 0 | 1010110 | 1010010 | 1110 | 101100101 | 1001011 | 110001 |
Color Harmonies of #DB1F28
Complementary color
Monochromatic Colors of #DB1F28
Black with #DB1F28
Text Example
Text Example
White with #DB1F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F28; }
p { color: rgb(219,31,40); }
H1.HeaderClassName
{
color: #DB1F28;
}
.AnyTagClassName
{
color: #DB1F28;
}
</style>
background-color css
<style>
a { background-color: #DB1F28; }
a { background-color: rgb(219,31,40); }
div.DivClassName
{
background-color: #DB1F28;
}
.BgClassName
{
background-color: #DB1F28;
}
</style>
border-color css
<style>
span { border-color: #DB1F28; }
span { border-color: rgb(219,31,40); }
td.TdClassName
{
border-color: #DB1F28;
}
.TagClassName
{
border-color: #DB1F28;
}
</style>