Shades of Fire Engine Red #DB171B
Tints of Fire Engine Red #DB171B
RGB
CMYK
RGB Variations
Color information
#DB171B (or 0xDB171B) is known color: Fire Engine Red. HEX triplet: DB, 17 and 1B. RGB value is (219,23,27). Sum of RGB (Red+Green+Blue) = 219+23+27=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB171B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB171B is #24E8E4. Grayscale: #525252. Windows color (decimal): -2418917 or 1775579. OLE color: 1775579.
HSL color Cylindrical-coordinate representation of color #DB171B: hue angle of 358.78º 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 #DB171B is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 27 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.14 |
| HSL | 358.78º | 0.81% | 0.47% | - |
| HSV(B) | 358.78º | 0.89% | 0.86% | - |
| XYZ | 29.72 | 15.75 | 2.51 | - |
| YUV | 82.06 | 96.93 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 27 | 0 | 0.89 | 0.88 | 0.14 | 358.78 | 0.81 | 0.47 |
| Hex | DB | 17 | 1B | 0 | 59 | 58 | E | 167 | 51 | 2F |
| Octal | 333 | 27 | 33 | 0 | 131 | 130 | 16 | 547 | 121 | 57 |
| Binary | 11011011 | 10111 | 11011 | 0 | 1011001 | 1011000 | 1110 | 101100111 | 1010001 | 101111 |
Color Harmonies of #DB171B
Complementary color
Monochromatic Colors of #DB171B
Black with #DB171B
Text Example
Text Example
White with #DB171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB171B; }
p { color: rgb(219,23,27); }
H1.HeaderClassName
{
color: #DB171B;
}
.AnyTagClassName
{
color: #DB171B;
}
</style>
background-color css
<style>
a { background-color: #DB171B; }
a { background-color: rgb(219,23,27); }
div.DivClassName
{
background-color: #DB171B;
}
.BgClassName
{
background-color: #DB171B;
}
</style>
border-color css
<style>
span { border-color: #DB171B; }
span { border-color: rgb(219,23,27); }
td.TdClassName
{
border-color: #DB171B;
}
.TagClassName
{
border-color: #DB171B;
}
</style>