Shades of Fire Engine Red #DB1012
Tints of Fire Engine Red #DB1012
RGB
CMYK
RGB Variations
Color information
#DB1012 (or 0xDB1012) is known color: Fire Engine Red. HEX triplet: DB, 10 and 12. RGB value is (219,16,18). Sum of RGB (Red+Green+Blue) = 219+16+18=253 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.56% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1012 is #24EFED. Grayscale: #4D4D4D. Windows color (decimal): -2420718 or 1183963. OLE color: 1183963.
HSL color Cylindrical-coordinate representation of color #DB1012: 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.93%. Process color model (Four color, CMYK) of #DB1012 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 18 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.14 |
| HSL | 359.41º | 0.86% | 0.46% | - |
| HSV(B) | 359.41º | 0.93% | 0.86% | - |
| XYZ | 29.51 | 15.47 | 2 | - |
| YUV | 76.93 | 94.75 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 18 | 0 | 0.93 | 0.92 | 0.14 | 359.41 | 0.86 | 0.46 |
| Hex | DB | 10 | 12 | 0 | 5D | 5C | E | 167 | 56 | 2E |
| Octal | 333 | 20 | 22 | 0 | 135 | 134 | 16 | 547 | 126 | 56 |
| Binary | 11011011 | 10000 | 10010 | 0 | 1011101 | 1011100 | 1110 | 101100111 | 1010110 | 101110 |
Color Harmonies of #DB1012
Complementary color
Monochromatic Colors of #DB1012
Black with #DB1012
Text Example
Text Example
White with #DB1012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1012; }
p { color: rgb(219,16,18); }
H1.HeaderClassName
{
color: #DB1012;
}
.AnyTagClassName
{
color: #DB1012;
}
</style>
background-color css
<style>
a { background-color: #DB1012; }
a { background-color: rgb(219,16,18); }
div.DivClassName
{
background-color: #DB1012;
}
.BgClassName
{
background-color: #DB1012;
}
</style>
border-color css
<style>
span { border-color: #DB1012; }
span { border-color: rgb(219,16,18); }
td.TdClassName
{
border-color: #DB1012;
}
.TagClassName
{
border-color: #DB1012;
}
</style>