Html Css Color HEX #DB3711 Harley Davidson Orange
📋 copy color: '#DB3711'red 219 ◦ green 55 ◦ blue 17
Shades of Harley Davidson Orange #DB3711
Tints of Harley Davidson Orange #DB3711
RGB
CMYK
RGB Variations
Color information
#DB3711 (or 0xDB3711) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 11. RGB value is (219,55,17). Sum of RGB (Red+Green+Blue) = 219+55+17=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3711 is #24C8EE. Grayscale: #646464. Windows color (decimal): -2410735 or 1128411. OLE color: 1128411.
HSL color Cylindrical-coordinate representation of color #DB3711: hue angle of 11.29º 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 #DB3711 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 17 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.14 |
| HSL | 11.29º | 0.86% | 0.46% | - |
| HSV(B) | 11.29º | 0.92% | 0.86% | - |
| XYZ | 30.68 | 17.83 | 2.36 | - |
| YUV | 99.7 | 81.33 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 17 | 0 | 0.75 | 0.92 | 0.14 | 11.29 | 0.86 | 0.46 |
| Hex | DB | 37 | 11 | 0 | 4B | 5C | E | B | 56 | 2E |
| Octal | 333 | 67 | 21 | 0 | 113 | 134 | 16 | 13 | 126 | 56 |
| Binary | 11011011 | 110111 | 10001 | 0 | 1001011 | 1011100 | 1110 | 1011 | 1010110 | 101110 |
Color Harmonies of #DB3711
Complementary color
Monochromatic Colors of #DB3711
Black with #DB3711
Text Example
Text Example
White with #DB3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3711; }
p { color: rgb(219,55,17); }
H1.HeaderClassName
{
color: #DB3711;
}
.AnyTagClassName
{
color: #DB3711;
}
</style>
background-color css
<style>
a { background-color: #DB3711; }
a { background-color: rgb(219,55,17); }
div.DivClassName
{
background-color: #DB3711;
}
.BgClassName
{
background-color: #DB3711;
}
</style>
border-color css
<style>
span { border-color: #DB3711; }
span { border-color: rgb(219,55,17); }
td.TdClassName
{
border-color: #DB3711;
}
.TagClassName
{
border-color: #DB3711;
}
</style>