Shades of Fire Engine Red #DB1F27
Tints of Fire Engine Red #DB1F27
RGB
CMYK
RGB Variations
Color information
#DB1F27 (or 0xDB1F27) is known color: Fire Engine Red. HEX triplet: DB, 1F and 27. RGB value is (219,31,39). Sum of RGB (Red+Green+Blue) = 219+31+39=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1F27 is #24E0D8. Grayscale: #585858. Windows color (decimal): -2416857 or 2564059. OLE color: 2564059.
HSL color Cylindrical-coordinate representation of color #DB1F27: hue angle of 357.45º 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 #DB1F27 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 39 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.14 |
| HSL | 357.45º | 0.75% | 0.49% | - |
| HSV(B) | 357.45º | 0.86% | 0.86% | - |
| XYZ | 30.07 | 16.19 | 3.46 | - |
| YUV | 88.12 | 100.28 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 39 | 0 | 0.86 | 0.82 | 0.14 | 357.45 | 0.75 | 0.49 |
| Hex | DB | 1F | 27 | 0 | 56 | 52 | E | 165 | 4B | 31 |
| Octal | 333 | 37 | 47 | 0 | 126 | 122 | 16 | 545 | 113 | 61 |
| Binary | 11011011 | 11111 | 100111 | 0 | 1010110 | 1010010 | 1110 | 101100101 | 1001011 | 110001 |
Color Harmonies of #DB1F27
Complementary color
Monochromatic Colors of #DB1F27
Black with #DB1F27
Text Example
Text Example
White with #DB1F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F27; }
p { color: rgb(219,31,39); }
H1.HeaderClassName
{
color: #DB1F27;
}
.AnyTagClassName
{
color: #DB1F27;
}
</style>
background-color css
<style>
a { background-color: #DB1F27; }
a { background-color: rgb(219,31,39); }
div.DivClassName
{
background-color: #DB1F27;
}
.BgClassName
{
background-color: #DB1F27;
}
</style>
border-color css
<style>
span { border-color: #DB1F27; }
span { border-color: rgb(219,31,39); }
td.TdClassName
{
border-color: #DB1F27;
}
.TagClassName
{
border-color: #DB1F27;
}
</style>