Shades of Fire Engine Red #DB191F
Tints of Fire Engine Red #DB191F
RGB
CMYK
RGB Variations
Color information
#DB191F (or 0xDB191F) is known color: Fire Engine Red. HEX triplet: DB, 19 and 1F. RGB value is (219,25,31). Sum of RGB (Red+Green+Blue) = 219+25+31=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB191F is #24E6E0. Grayscale: #535353. Windows color (decimal): -2418401 or 2038235. OLE color: 2038235.
HSL color Cylindrical-coordinate representation of color #DB191F: hue angle of 358.14º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB191F is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 31 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.14 |
| HSL | 358.14º | 0.8% | 0.48% | - |
| HSV(B) | 358.14º | 0.89% | 0.86% | - |
| XYZ | 29.81 | 15.85 | 2.79 | - |
| YUV | 83.69 | 98.27 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 31 | 0 | 0.89 | 0.86 | 0.14 | 358.14 | 0.8 | 0.48 |
| Hex | DB | 19 | 1F | 0 | 59 | 56 | E | 166 | 50 | 30 |
| Octal | 333 | 31 | 37 | 0 | 131 | 126 | 16 | 546 | 120 | 60 |
| Binary | 11011011 | 11001 | 11111 | 0 | 1011001 | 1010110 | 1110 | 101100110 | 1010000 | 110000 |
Color Harmonies of #DB191F
Complementary color
Monochromatic Colors of #DB191F
Black with #DB191F
Text Example
Text Example
White with #DB191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB191F; }
p { color: rgb(219,25,31); }
H1.HeaderClassName
{
color: #DB191F;
}
.AnyTagClassName
{
color: #DB191F;
}
</style>
background-color css
<style>
a { background-color: #DB191F; }
a { background-color: rgb(219,25,31); }
div.DivClassName
{
background-color: #DB191F;
}
.BgClassName
{
background-color: #DB191F;
}
</style>
border-color css
<style>
span { border-color: #DB191F; }
span { border-color: rgb(219,25,31); }
td.TdClassName
{
border-color: #DB191F;
}
.TagClassName
{
border-color: #DB191F;
}
</style>