Html Css Color HEX #DB3111 Harley Davidson Orange
📋 copy color: '#DB3111'red 219 ◦ green 49 ◦ blue 17
Shades of Harley Davidson Orange #DB3111
Tints of Harley Davidson Orange #DB3111
RGB
CMYK
RGB Variations
Color information
#DB3111 (or 0xDB3111) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 11. RGB value is (219,49,17). Sum of RGB (Red+Green+Blue) = 219+49+17=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3111 is #24CEEE. Grayscale: #606060. Windows color (decimal): -2412271 or 1126875. OLE color: 1126875.
HSL color Cylindrical-coordinate representation of color #DB3111: hue angle of 9.5º 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 #DB3111 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 17 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.14 |
| HSL | 9.5º | 0.86% | 0.46% | - |
| HSV(B) | 9.5º | 0.92% | 0.86% | - |
| XYZ | 30.41 | 17.3 | 2.27 | - |
| YUV | 96.18 | 83.32 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 17 | 0 | 0.78 | 0.92 | 0.14 | 9.5 | 0.86 | 0.46 |
| Hex | DB | 31 | 11 | 0 | 4E | 5C | E | A | 56 | 2E |
| Octal | 333 | 61 | 21 | 0 | 116 | 134 | 16 | 12 | 126 | 56 |
| Binary | 11011011 | 110001 | 10001 | 0 | 1001110 | 1011100 | 1110 | 1010 | 1010110 | 101110 |
Color Harmonies of #DB3111
Complementary color
Monochromatic Colors of #DB3111
Black with #DB3111
Text Example
Text Example
White with #DB3111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3111; }
p { color: rgb(219,49,17); }
H1.HeaderClassName
{
color: #DB3111;
}
.AnyTagClassName
{
color: #DB3111;
}
</style>
background-color css
<style>
a { background-color: #DB3111; }
a { background-color: rgb(219,49,17); }
div.DivClassName
{
background-color: #DB3111;
}
.BgClassName
{
background-color: #DB3111;
}
</style>
border-color css
<style>
span { border-color: #DB3111; }
span { border-color: rgb(219,49,17); }
td.TdClassName
{
border-color: #DB3111;
}
.TagClassName
{
border-color: #DB3111;
}
</style>