Shades of Fire Engine Red #DB1020
Tints of Fire Engine Red #DB1020
RGB
CMYK
RGB Variations
Color information
#DB1020 (or 0xDB1020) is known color: Fire Engine Red. HEX triplet: DB, 10 and 20. RGB value is (219,16,32). Sum of RGB (Red+Green+Blue) = 219+16+32=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1020 is #24EFDF. Grayscale: #4E4E4E. Windows color (decimal): -2420704 or 2101467. OLE color: 2101467.
HSL color Cylindrical-coordinate representation of color #DB1020: hue angle of 355.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1020 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 32 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.14 |
| HSL | 355.27º | 0.86% | 0.46% | - |
| HSV(B) | 355.27º | 0.93% | 0.86% | - |
| XYZ | 29.66 | 15.53 | 2.8 | - |
| YUV | 78.52 | 101.75 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 32 | 0 | 0.93 | 0.85 | 0.14 | 355.27 | 0.86 | 0.46 |
| Hex | DB | 10 | 20 | 0 | 5D | 55 | E | 163 | 56 | 2E |
| Octal | 333 | 20 | 40 | 0 | 135 | 125 | 16 | 543 | 126 | 56 |
| Binary | 11011011 | 10000 | 100000 | 0 | 1011101 | 1010101 | 1110 | 101100011 | 1010110 | 101110 |
Color Harmonies of #DB1020
Complementary color
Monochromatic Colors of #DB1020
Black with #DB1020
Text Example
Text Example
White with #DB1020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1020; }
p { color: rgb(219,16,32); }
H1.HeaderClassName
{
color: #DB1020;
}
.AnyTagClassName
{
color: #DB1020;
}
</style>
background-color css
<style>
a { background-color: #DB1020; }
a { background-color: rgb(219,16,32); }
div.DivClassName
{
background-color: #DB1020;
}
.BgClassName
{
background-color: #DB1020;
}
</style>
border-color css
<style>
span { border-color: #DB1020; }
span { border-color: rgb(219,16,32); }
td.TdClassName
{
border-color: #DB1020;
}
.TagClassName
{
border-color: #DB1020;
}
</style>