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