Shades of Fire Engine Red #DB181E
Tints of Fire Engine Red #DB181E
RGB
CMYK
RGB Variations
Color information
#DB181E (or 0xDB181E) is known color: Fire Engine Red. HEX triplet: DB, 18 and 1E. RGB value is (219,24,30). Sum of RGB (Red+Green+Blue) = 219+24+30=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB181E is #24E7E1. Grayscale: #535353. Windows color (decimal): -2418658 or 1972443. OLE color: 1972443.
HSL color Cylindrical-coordinate representation of color #DB181E: hue angle of 358.15º 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 #DB181E is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 30 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.14 |
| HSL | 358.15º | 0.8% | 0.48% | - |
| HSV(B) | 358.15º | 0.89% | 0.86% | - |
| XYZ | 29.77 | 15.81 | 2.71 | - |
| YUV | 82.99 | 98.1 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 30 | 0 | 0.89 | 0.86 | 0.14 | 358.15 | 0.8 | 0.48 |
| Hex | DB | 18 | 1E | 0 | 59 | 56 | E | 166 | 50 | 30 |
| Octal | 333 | 30 | 36 | 0 | 131 | 126 | 16 | 546 | 120 | 60 |
| Binary | 11011011 | 11000 | 11110 | 0 | 1011001 | 1010110 | 1110 | 101100110 | 1010000 | 110000 |
Color Harmonies of #DB181E
Complementary color
Monochromatic Colors of #DB181E
Black with #DB181E
Text Example
Text Example
White with #DB181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB181E; }
p { color: rgb(219,24,30); }
H1.HeaderClassName
{
color: #DB181E;
}
.AnyTagClassName
{
color: #DB181E;
}
</style>
background-color css
<style>
a { background-color: #DB181E; }
a { background-color: rgb(219,24,30); }
div.DivClassName
{
background-color: #DB181E;
}
.BgClassName
{
background-color: #DB181E;
}
</style>
border-color css
<style>
span { border-color: #DB181E; }
span { border-color: rgb(219,24,30); }
td.TdClassName
{
border-color: #DB181E;
}
.TagClassName
{
border-color: #DB181E;
}
</style>