Html Css Color HEX #DB3110 Harley Davidson Orange
📋 copy color: '#DB3110'red 219 ◦ green 49 ◦ blue 16
Shades of Harley Davidson Orange #DB3110
Tints of Harley Davidson Orange #DB3110
RGB
CMYK
RGB Variations
Color information
#DB3110 (or 0xDB3110) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 10. RGB value is (219,49,16). Sum of RGB (Red+Green+Blue) = 219+49+16=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3110 is #24CEEF. Grayscale: #606060. Windows color (decimal): -2412272 or 1061339. OLE color: 1061339.
HSL color Cylindrical-coordinate representation of color #DB3110: hue angle of 9.75º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB3110 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.14 |
| HSL | 9.75º | 0.86% | 0.46% | - |
| HSV(B) | 9.75º | 0.93% | 0.86% | - |
| XYZ | 30.41 | 17.29 | 2.23 | - |
| YUV | 96.07 | 82.82 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 16 | 0 | 0.78 | 0.93 | 0.14 | 9.75 | 0.86 | 0.46 |
| Hex | DB | 31 | 10 | 0 | 4E | 5D | E | A | 56 | 2E |
| Octal | 333 | 61 | 20 | 0 | 116 | 135 | 16 | 12 | 126 | 56 |
| Binary | 11011011 | 110001 | 10000 | 0 | 1001110 | 1011101 | 1110 | 1010 | 1010110 | 101110 |
Color Harmonies of #DB3110
Complementary color
Monochromatic Colors of #DB3110
Black with #DB3110
Text Example
Text Example
White with #DB3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3110; }
p { color: rgb(219,49,16); }
H1.HeaderClassName
{
color: #DB3110;
}
.AnyTagClassName
{
color: #DB3110;
}
</style>
background-color css
<style>
a { background-color: #DB3110; }
a { background-color: rgb(219,49,16); }
div.DivClassName
{
background-color: #DB3110;
}
.BgClassName
{
background-color: #DB3110;
}
</style>
border-color css
<style>
span { border-color: #DB3110; }
span { border-color: rgb(219,49,16); }
td.TdClassName
{
border-color: #DB3110;
}
.TagClassName
{
border-color: #DB3110;
}
</style>