Shades of Fire Engine Red #DB121E
Tints of Fire Engine Red #DB121E
RGB
CMYK
RGB Variations
Color information
#DB121E (or 0xDB121E) is known color: Fire Engine Red. HEX triplet: DB, 12 and 1E. RGB value is (219,18,30). Sum of RGB (Red+Green+Blue) = 219+18+30=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB121E is #24EDE1. Grayscale: #4F4F4F. Windows color (decimal): -2420194 or 1970907. OLE color: 1970907.
HSL color Cylindrical-coordinate representation of color #DB121E: hue angle of 356.42º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB121E is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 30 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.14 |
| HSL | 356.42º | 0.85% | 0.46% | - |
| HSV(B) | 356.42º | 0.92% | 0.86% | - |
| XYZ | 29.66 | 15.59 | 2.67 | - |
| YUV | 79.47 | 100.09 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 30 | 0 | 0.92 | 0.86 | 0.14 | 356.42 | 0.85 | 0.46 |
| Hex | DB | 12 | 1E | 0 | 5C | 56 | E | 164 | 55 | 2E |
| Octal | 333 | 22 | 36 | 0 | 134 | 126 | 16 | 544 | 125 | 56 |
| Binary | 11011011 | 10010 | 11110 | 0 | 1011100 | 1010110 | 1110 | 101100100 | 1010101 | 101110 |
Color Harmonies of #DB121E
Complementary color
Monochromatic Colors of #DB121E
Black with #DB121E
Text Example
Text Example
White with #DB121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB121E; }
p { color: rgb(219,18,30); }
H1.HeaderClassName
{
color: #DB121E;
}
.AnyTagClassName
{
color: #DB121E;
}
</style>
background-color css
<style>
a { background-color: #DB121E; }
a { background-color: rgb(219,18,30); }
div.DivClassName
{
background-color: #DB121E;
}
.BgClassName
{
background-color: #DB121E;
}
</style>
border-color css
<style>
span { border-color: #DB121E; }
span { border-color: rgb(219,18,30); }
td.TdClassName
{
border-color: #DB121E;
}
.TagClassName
{
border-color: #DB121E;
}
</style>