Html Css Color HEX #DB2016 Harley Davidson Orange
📋 copy color: '#DB2016'red 219 ◦ green 32 ◦ blue 22
Shades of Harley Davidson Orange #DB2016
Tints of Harley Davidson Orange #DB2016
RGB
CMYK
RGB Variations
Color information
#DB2016 (or 0xDB2016) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 16. RGB value is (219,32,22). Sum of RGB (Red+Green+Blue) = 219+32+22=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2016 is #24DFE9. Grayscale: #575757. Windows color (decimal): -2416618 or 1450203. OLE color: 1450203.
HSL color Cylindrical-coordinate representation of color #DB2016: hue angle of 3.05º 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 #DB2016 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 22 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.14 |
| HSL | 3.05º | 0.82% | 0.47% | - |
| HSV(B) | 3.05º | 0.9% | 0.86% | - |
| XYZ | 29.87 | 16.15 | 2.3 | - |
| YUV | 86.77 | 91.45 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 22 | 0 | 0.85 | 0.90 | 0.14 | 3.05 | 0.82 | 0.47 |
| Hex | DB | 20 | 16 | 0 | 55 | 5A | E | 3 | 52 | 2F |
| Octal | 333 | 40 | 26 | 0 | 125 | 132 | 16 | 3 | 122 | 57 |
| Binary | 11011011 | 100000 | 10110 | 0 | 1010101 | 1011010 | 1110 | 11 | 1010010 | 101111 |
Color Harmonies of #DB2016
Complementary color
Monochromatic Colors of #DB2016
Black with #DB2016
Text Example
Text Example
White with #DB2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2016; }
p { color: rgb(219,32,22); }
H1.HeaderClassName
{
color: #DB2016;
}
.AnyTagClassName
{
color: #DB2016;
}
</style>
background-color css
<style>
a { background-color: #DB2016; }
a { background-color: rgb(219,32,22); }
div.DivClassName
{
background-color: #DB2016;
}
.BgClassName
{
background-color: #DB2016;
}
</style>
border-color css
<style>
span { border-color: #DB2016; }
span { border-color: rgb(219,32,22); }
td.TdClassName
{
border-color: #DB2016;
}
.TagClassName
{
border-color: #DB2016;
}
</style>