Shades of Fire Engine Red #DB1015
Tints of Fire Engine Red #DB1015
RGB
CMYK
RGB Variations
Color information
#DB1015 (or 0xDB1015) is known color: Fire Engine Red. HEX triplet: DB, 10 and 15. RGB value is (219,16,21). Sum of RGB (Red+Green+Blue) = 219+16+21=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1015 is #24EFEA. Grayscale: #4D4D4D. Windows color (decimal): -2420715 or 1380571. OLE color: 1380571.
HSL color Cylindrical-coordinate representation of color #DB1015: hue angle of 358.52º 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 #DB1015 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 21 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.14 |
| HSL | 358.52º | 0.86% | 0.46% | - |
| HSV(B) | 358.52º | 0.93% | 0.86% | - |
| XYZ | 29.53 | 15.48 | 2.14 | - |
| YUV | 77.27 | 96.25 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 21 | 0 | 0.93 | 0.90 | 0.14 | 358.52 | 0.86 | 0.46 |
| Hex | DB | 10 | 15 | 0 | 5D | 5A | E | 167 | 56 | 2E |
| Octal | 333 | 20 | 25 | 0 | 135 | 132 | 16 | 547 | 126 | 56 |
| Binary | 11011011 | 10000 | 10101 | 0 | 1011101 | 1011010 | 1110 | 101100111 | 1010110 | 101110 |
Color Harmonies of #DB1015
Complementary color
Monochromatic Colors of #DB1015
Black with #DB1015
Text Example
Text Example
White with #DB1015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1015; }
p { color: rgb(219,16,21); }
H1.HeaderClassName
{
color: #DB1015;
}
.AnyTagClassName
{
color: #DB1015;
}
</style>
background-color css
<style>
a { background-color: #DB1015; }
a { background-color: rgb(219,16,21); }
div.DivClassName
{
background-color: #DB1015;
}
.BgClassName
{
background-color: #DB1015;
}
</style>
border-color css
<style>
span { border-color: #DB1015; }
span { border-color: rgb(219,16,21); }
td.TdClassName
{
border-color: #DB1015;
}
.TagClassName
{
border-color: #DB1015;
}
</style>