Shades of Fire Engine Red #DB1017
Tints of Fire Engine Red #DB1017
RGB
CMYK
RGB Variations
Color information
#DB1017 (or 0xDB1017) is known color: Fire Engine Red. HEX triplet: DB, 10 and 17. RGB value is (219,16,23). Sum of RGB (Red+Green+Blue) = 219+16+23=258 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.88% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1017 is #24EFE8. Grayscale: #4D4D4D. Windows color (decimal): -2420713 or 1511643. OLE color: 1511643.
HSL color Cylindrical-coordinate representation of color #DB1017: hue angle of 357.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1017 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 23 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.14 |
| HSL | 357.93º | 0.86% | 0.46% | - |
| HSV(B) | 357.93º | 0.93% | 0.86% | - |
| XYZ | 29.55 | 15.49 | 2.24 | - |
| YUV | 77.5 | 97.25 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 23 | 0 | 0.93 | 0.89 | 0.14 | 357.93 | 0.86 | 0.46 |
| Hex | DB | 10 | 17 | 0 | 5D | 59 | E | 166 | 56 | 2E |
| Octal | 333 | 20 | 27 | 0 | 135 | 131 | 16 | 546 | 126 | 56 |
| Binary | 11011011 | 10000 | 10111 | 0 | 1011101 | 1011001 | 1110 | 101100110 | 1010110 | 101110 |
Color Harmonies of #DB1017
Complementary color
Monochromatic Colors of #DB1017
Black with #DB1017
Text Example
Text Example
White with #DB1017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1017; }
p { color: rgb(219,16,23); }
H1.HeaderClassName
{
color: #DB1017;
}
.AnyTagClassName
{
color: #DB1017;
}
</style>
background-color css
<style>
a { background-color: #DB1017; }
a { background-color: rgb(219,16,23); }
div.DivClassName
{
background-color: #DB1017;
}
.BgClassName
{
background-color: #DB1017;
}
</style>
border-color css
<style>
span { border-color: #DB1017; }
span { border-color: rgb(219,16,23); }
td.TdClassName
{
border-color: #DB1017;
}
.TagClassName
{
border-color: #DB1017;
}
</style>