Shades of Fire Engine Red #DB161D
Tints of Fire Engine Red #DB161D
RGB
CMYK
RGB Variations
Color information
#DB161D (or 0xDB161D) is known color: Fire Engine Red. HEX triplet: DB, 16 and 1D. RGB value is (219,22,29). Sum of RGB (Red+Green+Blue) = 219+22+29=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB161D is #24E9E2. Grayscale: #515151. Windows color (decimal): -2419171 or 1906395. OLE color: 1906395.
HSL color Cylindrical-coordinate representation of color #DB161D: hue angle of 357.87º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB161D is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 29 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.14 |
| HSL | 357.87º | 0.82% | 0.47% | - |
| HSV(B) | 357.87º | 0.9% | 0.86% | - |
| XYZ | 29.72 | 15.72 | 2.63 | - |
| YUV | 81.7 | 98.27 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 29 | 0 | 0.90 | 0.87 | 0.14 | 357.87 | 0.82 | 0.47 |
| Hex | DB | 16 | 1D | 0 | 5A | 57 | E | 166 | 52 | 2F |
| Octal | 333 | 26 | 35 | 0 | 132 | 127 | 16 | 546 | 122 | 57 |
| Binary | 11011011 | 10110 | 11101 | 0 | 1011010 | 1010111 | 1110 | 101100110 | 1010010 | 101111 |
Color Harmonies of #DB161D
Complementary color
Monochromatic Colors of #DB161D
Black with #DB161D
Text Example
Text Example
White with #DB161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB161D; }
p { color: rgb(219,22,29); }
H1.HeaderClassName
{
color: #DB161D;
}
.AnyTagClassName
{
color: #DB161D;
}
</style>
background-color css
<style>
a { background-color: #DB161D; }
a { background-color: rgb(219,22,29); }
div.DivClassName
{
background-color: #DB161D;
}
.BgClassName
{
background-color: #DB161D;
}
</style>
border-color css
<style>
span { border-color: #DB161D; }
span { border-color: rgb(219,22,29); }
td.TdClassName
{
border-color: #DB161D;
}
.TagClassName
{
border-color: #DB161D;
}
</style>