Shades of Fire Engine Red #DB112A
Tints of Fire Engine Red #DB112A
RGB
CMYK
RGB Variations
Color information
#DB112A (or 0xDB112A) is known color: Fire Engine Red. HEX triplet: DB, 11 and 2A. RGB value is (219,17,42). Sum of RGB (Red+Green+Blue) = 219+17+42=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB112A is #24EED5. Grayscale: #505050. Windows color (decimal): -2420438 or 2757083. OLE color: 2757083.
HSL color Cylindrical-coordinate representation of color #DB112A: hue angle of 352.57º 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 #DB112A is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 42 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.14 |
| HSL | 352.57º | 0.86% | 0.46% | - |
| HSV(B) | 352.57º | 0.92% | 0.86% | - |
| XYZ | 29.83 | 15.63 | 3.63 | - |
| YUV | 80.25 | 106.42 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 42 | 0 | 0.92 | 0.81 | 0.14 | 352.57 | 0.86 | 0.46 |
| Hex | DB | 11 | 2A | 0 | 5C | 51 | E | 161 | 56 | 2E |
| Octal | 333 | 21 | 52 | 0 | 134 | 121 | 16 | 541 | 126 | 56 |
| Binary | 11011011 | 10001 | 101010 | 0 | 1011100 | 1010001 | 1110 | 101100001 | 1010110 | 101110 |
Color Harmonies of #DB112A
Complementary color
Monochromatic Colors of #DB112A
Black with #DB112A
Text Example
Text Example
White with #DB112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB112A; }
p { color: rgb(219,17,42); }
H1.HeaderClassName
{
color: #DB112A;
}
.AnyTagClassName
{
color: #DB112A;
}
</style>
background-color css
<style>
a { background-color: #DB112A; }
a { background-color: rgb(219,17,42); }
div.DivClassName
{
background-color: #DB112A;
}
.BgClassName
{
background-color: #DB112A;
}
</style>
border-color css
<style>
span { border-color: #DB112A; }
span { border-color: rgb(219,17,42); }
td.TdClassName
{
border-color: #DB112A;
}
.TagClassName
{
border-color: #DB112A;
}
</style>