Html Css Color HEX #DB1711 Harley Davidson Orange
📋 copy color: '#DB1711'red 219 ◦ green 23 ◦ blue 17
Shades of Harley Davidson Orange #DB1711
Tints of Harley Davidson Orange #DB1711
RGB
CMYK
RGB Variations
Color information
#DB1711 (or 0xDB1711) is known color: Harley Davidson Orange. HEX triplet: DB, 17 and 11. RGB value is (219,23,17). Sum of RGB (Red+Green+Blue) = 219+23+17=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1711 is #24E8EE. Grayscale: #515151. Windows color (decimal): -2418927 or 1120219. OLE color: 1120219.
HSL color Cylindrical-coordinate representation of color #DB1711: hue angle of 1.78º 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 #DB1711 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 17 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.14 |
| HSL | 1.78º | 0.86% | 0.46% | - |
| HSV(B) | 1.78º | 0.92% | 0.86% | - |
| XYZ | 29.62 | 15.71 | 2 | - |
| YUV | 80.92 | 91.93 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 17 | 0 | 0.89 | 0.92 | 0.14 | 1.78 | 0.86 | 0.46 |
| Hex | DB | 17 | 11 | 0 | 59 | 5C | E | 2 | 56 | 2E |
| Octal | 333 | 27 | 21 | 0 | 131 | 134 | 16 | 2 | 126 | 56 |
| Binary | 11011011 | 10111 | 10001 | 0 | 1011001 | 1011100 | 1110 | 10 | 1010110 | 101110 |
Color Harmonies of #DB1711
Complementary color
Monochromatic Colors of #DB1711
Black with #DB1711
Text Example
Text Example
White with #DB1711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1711; }
p { color: rgb(219,23,17); }
H1.HeaderClassName
{
color: #DB1711;
}
.AnyTagClassName
{
color: #DB1711;
}
</style>
background-color css
<style>
a { background-color: #DB1711; }
a { background-color: rgb(219,23,17); }
div.DivClassName
{
background-color: #DB1711;
}
.BgClassName
{
background-color: #DB1711;
}
</style>
border-color css
<style>
span { border-color: #DB1711; }
span { border-color: rgb(219,23,17); }
td.TdClassName
{
border-color: #DB1711;
}
.TagClassName
{
border-color: #DB1711;
}
</style>