Shades of Fire Engine Red #DB121D
Tints of Fire Engine Red #DB121D
RGB
CMYK
RGB Variations
Color information
#DB121D (or 0xDB121D) is known color: Fire Engine Red. HEX triplet: DB, 12 and 1D. RGB value is (219,18,29). Sum of RGB (Red+Green+Blue) = 219+18+29=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB121D is #24EDE2. Grayscale: #4F4F4F. Windows color (decimal): -2420195 or 1905371. OLE color: 1905371.
HSL color Cylindrical-coordinate representation of color #DB121D: hue angle of 356.72º 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 #DB121D is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 29 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.14 |
| HSL | 356.72º | 0.85% | 0.46% | - |
| HSV(B) | 356.72º | 0.92% | 0.86% | - |
| XYZ | 29.65 | 15.58 | 2.61 | - |
| YUV | 79.35 | 99.59 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 29 | 0 | 0.92 | 0.87 | 0.14 | 356.72 | 0.85 | 0.46 |
| Hex | DB | 12 | 1D | 0 | 5C | 57 | E | 165 | 55 | 2E |
| Octal | 333 | 22 | 35 | 0 | 134 | 127 | 16 | 545 | 125 | 56 |
| Binary | 11011011 | 10010 | 11101 | 0 | 1011100 | 1010111 | 1110 | 101100101 | 1010101 | 101110 |
Color Harmonies of #DB121D
Complementary color
Monochromatic Colors of #DB121D
Black with #DB121D
Text Example
Text Example
White with #DB121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB121D; }
p { color: rgb(219,18,29); }
H1.HeaderClassName
{
color: #DB121D;
}
.AnyTagClassName
{
color: #DB121D;
}
</style>
background-color css
<style>
a { background-color: #DB121D; }
a { background-color: rgb(219,18,29); }
div.DivClassName
{
background-color: #DB121D;
}
.BgClassName
{
background-color: #DB121D;
}
</style>
border-color css
<style>
span { border-color: #DB121D; }
span { border-color: rgb(219,18,29); }
td.TdClassName
{
border-color: #DB121D;
}
.TagClassName
{
border-color: #DB121D;
}
</style>