Shades of Fire Engine Red #DB162A
Tints of Fire Engine Red #DB162A
RGB
CMYK
RGB Variations
Color information
#DB162A (or 0xDB162A) is known color: Fire Engine Red. HEX triplet: DB, 16 and 2A. RGB value is (219,22,42). Sum of RGB (Red+Green+Blue) = 219+22+42=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB162A is #24E9D5. Grayscale: #535353. Windows color (decimal): -2419158 or 2758363. OLE color: 2758363.
HSL color Cylindrical-coordinate representation of color #DB162A: hue angle of 353.91º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB162A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 42 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.14 |
| HSL | 353.91º | 0.82% | 0.47% | - |
| HSV(B) | 353.91º | 0.9% | 0.86% | - |
| XYZ | 29.92 | 15.8 | 3.66 | - |
| YUV | 83.18 | 104.77 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 42 | 0 | 0.90 | 0.81 | 0.14 | 353.91 | 0.82 | 0.47 |
| Hex | DB | 16 | 2A | 0 | 5A | 51 | E | 162 | 52 | 2F |
| Octal | 333 | 26 | 52 | 0 | 132 | 121 | 16 | 542 | 122 | 57 |
| Binary | 11011011 | 10110 | 101010 | 0 | 1011010 | 1010001 | 1110 | 101100010 | 1010010 | 101111 |
Color Harmonies of #DB162A
Complementary color
Monochromatic Colors of #DB162A
Black with #DB162A
Text Example
Text Example
White with #DB162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB162A; }
p { color: rgb(219,22,42); }
H1.HeaderClassName
{
color: #DB162A;
}
.AnyTagClassName
{
color: #DB162A;
}
</style>
background-color css
<style>
a { background-color: #DB162A; }
a { background-color: rgb(219,22,42); }
div.DivClassName
{
background-color: #DB162A;
}
.BgClassName
{
background-color: #DB162A;
}
</style>
border-color css
<style>
span { border-color: #DB162A; }
span { border-color: rgb(219,22,42); }
td.TdClassName
{
border-color: #DB162A;
}
.TagClassName
{
border-color: #DB162A;
}
</style>