Shades of Fire Engine Red #DB171D
Tints of Fire Engine Red #DB171D
RGB
CMYK
RGB Variations
Color information
#DB171D (or 0xDB171D) is known color: Fire Engine Red. HEX triplet: DB, 17 and 1D. RGB value is (219,23,29). Sum of RGB (Red+Green+Blue) = 219+23+29=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB171D is #24E8E2. Grayscale: #525252. Windows color (decimal): -2418915 or 1906651. OLE color: 1906651.
HSL color Cylindrical-coordinate representation of color #DB171D: hue angle of 358.16º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB171D is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 29 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.14 |
| HSL | 358.16º | 0.81% | 0.47% | - |
| HSV(B) | 358.16º | 0.89% | 0.86% | - |
| XYZ | 29.74 | 15.76 | 2.64 | - |
| YUV | 82.29 | 97.93 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 29 | 0 | 0.89 | 0.87 | 0.14 | 358.16 | 0.81 | 0.47 |
| Hex | DB | 17 | 1D | 0 | 59 | 57 | E | 166 | 51 | 2F |
| Octal | 333 | 27 | 35 | 0 | 131 | 127 | 16 | 546 | 121 | 57 |
| Binary | 11011011 | 10111 | 11101 | 0 | 1011001 | 1010111 | 1110 | 101100110 | 1010001 | 101111 |
Color Harmonies of #DB171D
Complementary color
Monochromatic Colors of #DB171D
Black with #DB171D
Text Example
Text Example
White with #DB171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB171D; }
p { color: rgb(219,23,29); }
H1.HeaderClassName
{
color: #DB171D;
}
.AnyTagClassName
{
color: #DB171D;
}
</style>
background-color css
<style>
a { background-color: #DB171D; }
a { background-color: rgb(219,23,29); }
div.DivClassName
{
background-color: #DB171D;
}
.BgClassName
{
background-color: #DB171D;
}
</style>
border-color css
<style>
span { border-color: #DB171D; }
span { border-color: rgb(219,23,29); }
td.TdClassName
{
border-color: #DB171D;
}
.TagClassName
{
border-color: #DB171D;
}
</style>