Shades of Fire Engine Red #DB1318
Tints of Fire Engine Red #DB1318
RGB
CMYK
RGB Variations
Color information
#DB1318 (or 0xDB1318) is known color: Fire Engine Red. HEX triplet: DB, 13 and 18. RGB value is (219,19,24). Sum of RGB (Red+Green+Blue) = 219+19+24=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1318 is #24ECE7. Grayscale: #4F4F4F. Windows color (decimal): -2419944 or 1577947. OLE color: 1577947.
HSL color Cylindrical-coordinate representation of color #DB1318: hue angle of 358.5º 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 #DB1318 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 24 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.14 |
| HSL | 358.5º | 0.84% | 0.47% | - |
| HSV(B) | 358.5º | 0.91% | 0.86% | - |
| XYZ | 29.61 | 15.59 | 2.31 | - |
| YUV | 79.37 | 96.76 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 24 | 0 | 0.91 | 0.89 | 0.14 | 358.5 | 0.84 | 0.47 |
| Hex | DB | 13 | 18 | 0 | 5B | 59 | E | 166 | 54 | 2F |
| Octal | 333 | 23 | 30 | 0 | 133 | 131 | 16 | 546 | 124 | 57 |
| Binary | 11011011 | 10011 | 11000 | 0 | 1011011 | 1011001 | 1110 | 101100110 | 1010100 | 101111 |
Color Harmonies of #DB1318
Complementary color
Monochromatic Colors of #DB1318
Black with #DB1318
Text Example
Text Example
White with #DB1318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1318; }
p { color: rgb(219,19,24); }
H1.HeaderClassName
{
color: #DB1318;
}
.AnyTagClassName
{
color: #DB1318;
}
</style>
background-color css
<style>
a { background-color: #DB1318; }
a { background-color: rgb(219,19,24); }
div.DivClassName
{
background-color: #DB1318;
}
.BgClassName
{
background-color: #DB1318;
}
</style>
border-color css
<style>
span { border-color: #DB1318; }
span { border-color: rgb(219,19,24); }
td.TdClassName
{
border-color: #DB1318;
}
.TagClassName
{
border-color: #DB1318;
}
</style>