Shades of Fire Engine Red #DB1113
Tints of Fire Engine Red #DB1113
RGB
CMYK
RGB Variations
Color information
#DB1113 (or 0xDB1113) is known color: Fire Engine Red. HEX triplet: DB, 11 and 13. RGB value is (219,17,19). Sum of RGB (Red+Green+Blue) = 219+17+19=255 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.88% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1113 is #24EEEC. Grayscale: #4D4D4D. Windows color (decimal): -2420461 or 1249755. OLE color: 1249755.
HSL color Cylindrical-coordinate representation of color #DB1113: hue angle of 359.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1113 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 19 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.14 |
| HSL | 359.41º | 0.86% | 0.46% | - |
| HSV(B) | 359.41º | 0.92% | 0.86% | - |
| XYZ | 29.53 | 15.51 | 2.05 | - |
| YUV | 77.63 | 94.92 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 19 | 0 | 0.92 | 0.91 | 0.14 | 359.41 | 0.86 | 0.46 |
| Hex | DB | 11 | 13 | 0 | 5C | 5B | E | 167 | 56 | 2E |
| Octal | 333 | 21 | 23 | 0 | 134 | 133 | 16 | 547 | 126 | 56 |
| Binary | 11011011 | 10001 | 10011 | 0 | 1011100 | 1011011 | 1110 | 101100111 | 1010110 | 101110 |
Color Harmonies of #DB1113
Complementary color
Monochromatic Colors of #DB1113
Black with #DB1113
Text Example
Text Example
White with #DB1113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1113; }
p { color: rgb(219,17,19); }
H1.HeaderClassName
{
color: #DB1113;
}
.AnyTagClassName
{
color: #DB1113;
}
</style>
background-color css
<style>
a { background-color: #DB1113; }
a { background-color: rgb(219,17,19); }
div.DivClassName
{
background-color: #DB1113;
}
.BgClassName
{
background-color: #DB1113;
}
</style>
border-color css
<style>
span { border-color: #DB1113; }
span { border-color: rgb(219,17,19); }
td.TdClassName
{
border-color: #DB1113;
}
.TagClassName
{
border-color: #DB1113;
}
</style>