Shades of Fire Engine Red #DB1317
Tints of Fire Engine Red #DB1317
RGB
CMYK
RGB Variations
Color information
#DB1317 (or 0xDB1317) is known color: Fire Engine Red. HEX triplet: DB, 13 and 17. RGB value is (219,19,23). Sum of RGB (Red+Green+Blue) = 219+19+23=261 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.91% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1317 is #24ECE8. Grayscale: #4F4F4F. Windows color (decimal): -2419945 or 1512411. OLE color: 1512411.
HSL color Cylindrical-coordinate representation of color #DB1317: hue angle of 358.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1317 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 23 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.14 |
| HSL | 358.8º | 0.84% | 0.47% | - |
| HSV(B) | 358.8º | 0.91% | 0.86% | - |
| XYZ | 29.6 | 15.59 | 2.26 | - |
| YUV | 79.26 | 96.26 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 23 | 0 | 0.91 | 0.89 | 0.14 | 358.8 | 0.84 | 0.47 |
| Hex | DB | 13 | 17 | 0 | 5B | 59 | E | 167 | 54 | 2F |
| Octal | 333 | 23 | 27 | 0 | 133 | 131 | 16 | 547 | 124 | 57 |
| Binary | 11011011 | 10011 | 10111 | 0 | 1011011 | 1011001 | 1110 | 101100111 | 1010100 | 101111 |
Color Harmonies of #DB1317
Complementary color
Monochromatic Colors of #DB1317
Black with #DB1317
Text Example
Text Example
White with #DB1317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1317; }
p { color: rgb(219,19,23); }
H1.HeaderClassName
{
color: #DB1317;
}
.AnyTagClassName
{
color: #DB1317;
}
</style>
background-color css
<style>
a { background-color: #DB1317; }
a { background-color: rgb(219,19,23); }
div.DivClassName
{
background-color: #DB1317;
}
.BgClassName
{
background-color: #DB1317;
}
</style>
border-color css
<style>
span { border-color: #DB1317; }
span { border-color: rgb(219,19,23); }
td.TdClassName
{
border-color: #DB1317;
}
.TagClassName
{
border-color: #DB1317;
}
</style>