Html Css Color HEX #DB1611 Harley Davidson Orange
📋 copy color: '#DB1611'red 219 ◦ green 22 ◦ blue 17
Shades of Harley Davidson Orange #DB1611
Tints of Harley Davidson Orange #DB1611
RGB
CMYK
RGB Variations
Color information
#DB1611 (or 0xDB1611) is known color: Harley Davidson Orange. HEX triplet: DB, 16 and 11. RGB value is (219,22,17). Sum of RGB (Red+Green+Blue) = 219+22+17=258 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.88% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1611 is #24E9EE. Grayscale: #505050. Windows color (decimal): -2419183 or 1119963. OLE color: 1119963.
HSL color Cylindrical-coordinate representation of color #DB1611: hue angle of 1.49º 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 #DB1611 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 17 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.14 |
| HSL | 1.49º | 0.86% | 0.46% | - |
| HSV(B) | 1.49º | 0.92% | 0.86% | - |
| XYZ | 29.6 | 15.67 | 2 | - |
| YUV | 80.33 | 92.27 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 17 | 0 | 0.90 | 0.92 | 0.14 | 1.49 | 0.86 | 0.46 |
| Hex | DB | 16 | 11 | 0 | 5A | 5C | E | 1 | 56 | 2E |
| Octal | 333 | 26 | 21 | 0 | 132 | 134 | 16 | 1 | 126 | 56 |
| Binary | 11011011 | 10110 | 10001 | 0 | 1011010 | 1011100 | 1110 | 1 | 1010110 | 101110 |
Color Harmonies of #DB1611
Complementary color
Monochromatic Colors of #DB1611
Black with #DB1611
Text Example
Text Example
White with #DB1611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1611; }
p { color: rgb(219,22,17); }
H1.HeaderClassName
{
color: #DB1611;
}
.AnyTagClassName
{
color: #DB1611;
}
</style>
background-color css
<style>
a { background-color: #DB1611; }
a { background-color: rgb(219,22,17); }
div.DivClassName
{
background-color: #DB1611;
}
.BgClassName
{
background-color: #DB1611;
}
</style>
border-color css
<style>
span { border-color: #DB1611; }
span { border-color: rgb(219,22,17); }
td.TdClassName
{
border-color: #DB1611;
}
.TagClassName
{
border-color: #DB1611;
}
</style>