Shades of Fire Engine Red #DB161C
Tints of Fire Engine Red #DB161C
RGB
CMYK
RGB Variations
Color information
#DB161C (or 0xDB161C) is known color: Fire Engine Red. HEX triplet: DB, 16 and 1C. RGB value is (219,22,28). Sum of RGB (Red+Green+Blue) = 219+22+28=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB161C is #24E9E3. Grayscale: #515151. Windows color (decimal): -2419172 or 1840859. OLE color: 1840859.
HSL color Cylindrical-coordinate representation of color #DB161C: hue angle of 358.17º 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 #DB161C is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 28 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.14 |
| HSL | 358.17º | 0.82% | 0.47% | - |
| HSV(B) | 358.17º | 0.9% | 0.86% | - |
| XYZ | 29.71 | 15.72 | 2.57 | - |
| YUV | 81.59 | 97.77 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 28 | 0 | 0.90 | 0.87 | 0.14 | 358.17 | 0.82 | 0.47 |
| Hex | DB | 16 | 1C | 0 | 5A | 57 | E | 166 | 52 | 2F |
| Octal | 333 | 26 | 34 | 0 | 132 | 127 | 16 | 546 | 122 | 57 |
| Binary | 11011011 | 10110 | 11100 | 0 | 1011010 | 1010111 | 1110 | 101100110 | 1010010 | 101111 |
Color Harmonies of #DB161C
Complementary color
Monochromatic Colors of #DB161C
Black with #DB161C
Text Example
Text Example
White with #DB161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB161C; }
p { color: rgb(219,22,28); }
H1.HeaderClassName
{
color: #DB161C;
}
.AnyTagClassName
{
color: #DB161C;
}
</style>
background-color css
<style>
a { background-color: #DB161C; }
a { background-color: rgb(219,22,28); }
div.DivClassName
{
background-color: #DB161C;
}
.BgClassName
{
background-color: #DB161C;
}
</style>
border-color css
<style>
span { border-color: #DB161C; }
span { border-color: rgb(219,22,28); }
td.TdClassName
{
border-color: #DB161C;
}
.TagClassName
{
border-color: #DB161C;
}
</style>