Shades of Fire Engine Red #DB1520
Tints of Fire Engine Red #DB1520
RGB
CMYK
RGB Variations
Color information
#DB1520 (or 0xDB1520) is known color: Fire Engine Red. HEX triplet: DB, 15 and 20. RGB value is (219,21,32). Sum of RGB (Red+Green+Blue) = 219+21+32=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1520 is #24EADF. Grayscale: #515151. Windows color (decimal): -2419424 or 2102747. OLE color: 2102747.
HSL color Cylindrical-coordinate representation of color #DB1520: hue angle of 356.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1520 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 32 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.14 |
| HSL | 356.67º | 0.83% | 0.47% | - |
| HSV(B) | 356.67º | 0.9% | 0.86% | - |
| XYZ | 29.74 | 15.7 | 2.83 | - |
| YUV | 81.46 | 100.1 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 32 | 0 | 0.90 | 0.85 | 0.14 | 356.67 | 0.83 | 0.47 |
| Hex | DB | 15 | 20 | 0 | 5A | 55 | E | 165 | 52 | 2F |
| Octal | 333 | 25 | 40 | 0 | 132 | 125 | 16 | 545 | 122 | 57 |
| Binary | 11011011 | 10101 | 100000 | 0 | 1011010 | 1010101 | 1110 | 101100101 | 1010010 | 101111 |
Color Harmonies of #DB1520
Complementary color
Monochromatic Colors of #DB1520
Black with #DB1520
Text Example
Text Example
White with #DB1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1520; }
p { color: rgb(219,21,32); }
H1.HeaderClassName
{
color: #DB1520;
}
.AnyTagClassName
{
color: #DB1520;
}
</style>
background-color css
<style>
a { background-color: #DB1520; }
a { background-color: rgb(219,21,32); }
div.DivClassName
{
background-color: #DB1520;
}
.BgClassName
{
background-color: #DB1520;
}
</style>
border-color css
<style>
span { border-color: #DB1520; }
span { border-color: rgb(219,21,32); }
td.TdClassName
{
border-color: #DB1520;
}
.TagClassName
{
border-color: #DB1520;
}
</style>