Shades of Fire Engine Red #DB151E
Tints of Fire Engine Red #DB151E
RGB
CMYK
RGB Variations
Color information
#DB151E (or 0xDB151E) is known color: Fire Engine Red. HEX triplet: DB, 15 and 1E. RGB value is (219,21,30). Sum of RGB (Red+Green+Blue) = 219+21+30=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB151E is #24EAE1. Grayscale: #515151. Windows color (decimal): -2419426 or 1971675. OLE color: 1971675.
HSL color Cylindrical-coordinate representation of color #DB151E: hue angle of 357.27º 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 #DB151E is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 30 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.14 |
| HSL | 357.27º | 0.83% | 0.47% | - |
| HSV(B) | 357.27º | 0.9% | 0.86% | - |
| XYZ | 29.72 | 15.69 | 2.69 | - |
| YUV | 81.23 | 99.1 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 30 | 0 | 0.90 | 0.86 | 0.14 | 357.27 | 0.83 | 0.47 |
| Hex | DB | 15 | 1E | 0 | 5A | 56 | E | 165 | 52 | 2F |
| Octal | 333 | 25 | 36 | 0 | 132 | 126 | 16 | 545 | 122 | 57 |
| Binary | 11011011 | 10101 | 11110 | 0 | 1011010 | 1010110 | 1110 | 101100101 | 1010010 | 101111 |
Color Harmonies of #DB151E
Complementary color
Monochromatic Colors of #DB151E
Black with #DB151E
Text Example
Text Example
White with #DB151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB151E; }
p { color: rgb(219,21,30); }
H1.HeaderClassName
{
color: #DB151E;
}
.AnyTagClassName
{
color: #DB151E;
}
</style>
background-color css
<style>
a { background-color: #DB151E; }
a { background-color: rgb(219,21,30); }
div.DivClassName
{
background-color: #DB151E;
}
.BgClassName
{
background-color: #DB151E;
}
</style>
border-color css
<style>
span { border-color: #DB151E; }
span { border-color: rgb(219,21,30); }
td.TdClassName
{
border-color: #DB151E;
}
.TagClassName
{
border-color: #DB151E;
}
</style>