Shades of Fire Engine Red #DB1022
Tints of Fire Engine Red #DB1022
RGB
CMYK
RGB Variations
Color information
#DB1022 (or 0xDB1022) is known color: Fire Engine Red. HEX triplet: DB, 10 and 22. RGB value is (219,16,34). Sum of RGB (Red+Green+Blue) = 219+16+34=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1022 is #24EFDD. Grayscale: #4E4E4E. Windows color (decimal): -2420702 or 2232539. OLE color: 2232539.
HSL color Cylindrical-coordinate representation of color #DB1022: hue angle of 354.68º 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 #DB1022 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 34 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.14 |
| HSL | 354.68º | 0.86% | 0.46% | - |
| HSV(B) | 354.68º | 0.93% | 0.86% | - |
| XYZ | 29.69 | 15.55 | 2.95 | - |
| YUV | 78.75 | 102.75 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 34 | 0 | 0.93 | 0.84 | 0.14 | 354.68 | 0.86 | 0.46 |
| Hex | DB | 10 | 22 | 0 | 5D | 54 | E | 163 | 56 | 2E |
| Octal | 333 | 20 | 42 | 0 | 135 | 124 | 16 | 543 | 126 | 56 |
| Binary | 11011011 | 10000 | 100010 | 0 | 1011101 | 1010100 | 1110 | 101100011 | 1010110 | 101110 |
Color Harmonies of #DB1022
Complementary color
Monochromatic Colors of #DB1022
Black with #DB1022
Text Example
Text Example
White with #DB1022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1022; }
p { color: rgb(219,16,34); }
H1.HeaderClassName
{
color: #DB1022;
}
.AnyTagClassName
{
color: #DB1022;
}
</style>
background-color css
<style>
a { background-color: #DB1022; }
a { background-color: rgb(219,16,34); }
div.DivClassName
{
background-color: #DB1022;
}
.BgClassName
{
background-color: #DB1022;
}
</style>
border-color css
<style>
span { border-color: #DB1022; }
span { border-color: rgb(219,16,34); }
td.TdClassName
{
border-color: #DB1022;
}
.TagClassName
{
border-color: #DB1022;
}
</style>