Shades of Fire Engine Red #DB121B
Tints of Fire Engine Red #DB121B
RGB
CMYK
RGB Variations
Color information
#DB121B (or 0xDB121B) is known color: Fire Engine Red. HEX triplet: DB, 12 and 1B. RGB value is (219,18,27). Sum of RGB (Red+Green+Blue) = 219+18+27=264 (34% of max value = 765). Red value is 219 (85.94% from 255 or 82.95% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 219 - color contains mainly: red. Hex color #DB121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB121B is #24EDE4. Grayscale: #4F4F4F. Windows color (decimal): -2420197 or 1774299. OLE color: 1774299.
HSL color Cylindrical-coordinate representation of color #DB121B: hue angle of 357.31º 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 #DB121B is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 27 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.14 |
| HSL | 357.31º | 0.85% | 0.46% | - |
| HSV(B) | 357.31º | 0.92% | 0.86% | - |
| XYZ | 29.63 | 15.57 | 2.48 | - |
| YUV | 79.13 | 98.59 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 27 | 0 | 0.92 | 0.88 | 0.14 | 357.31 | 0.85 | 0.46 |
| Hex | DB | 12 | 1B | 0 | 5C | 58 | E | 165 | 55 | 2E |
| Octal | 333 | 22 | 33 | 0 | 134 | 130 | 16 | 545 | 125 | 56 |
| Binary | 11011011 | 10010 | 11011 | 0 | 1011100 | 1011000 | 1110 | 101100101 | 1010101 | 101110 |
Color Harmonies of #DB121B
Complementary color
Monochromatic Colors of #DB121B
Black with #DB121B
Text Example
Text Example
White with #DB121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB121B; }
p { color: rgb(219,18,27); }
H1.HeaderClassName
{
color: #DB121B;
}
.AnyTagClassName
{
color: #DB121B;
}
</style>
background-color css
<style>
a { background-color: #DB121B; }
a { background-color: rgb(219,18,27); }
div.DivClassName
{
background-color: #DB121B;
}
.BgClassName
{
background-color: #DB121B;
}
</style>
border-color css
<style>
span { border-color: #DB121B; }
span { border-color: rgb(219,18,27); }
td.TdClassName
{
border-color: #DB121B;
}
.TagClassName
{
border-color: #DB121B;
}
</style>