Html Css Color HEX #DB4110 Harley Davidson Orange
📋 copy color: '#DB4110'red 219 ◦ green 65 ◦ blue 16
Shades of Harley Davidson Orange #DB4110
Tints of Harley Davidson Orange #DB4110
RGB
CMYK
RGB Variations
Color information
#DB4110 (or 0xDB4110) is known color: Harley Davidson Orange. HEX triplet: DB, 41 and 10. RGB value is (219,65,16). Sum of RGB (Red+Green+Blue) = 219+65+16=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4110 is #24BEEF. Grayscale: #696969. Windows color (decimal): -2408176 or 1065435. OLE color: 1065435.
HSL color Cylindrical-coordinate representation of color #DB4110: hue angle of 14.48º 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 #DB4110 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 16 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.14 |
| HSL | 14.48º | 0.86% | 0.46% | - |
| HSV(B) | 14.48º | 0.93% | 0.86% | - |
| XYZ | 31.2 | 18.88 | 2.49 | - |
| YUV | 105.46 | 77.52 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 16 | 0 | 0.70 | 0.93 | 0.14 | 14.48 | 0.86 | 0.46 |
| Hex | DB | 41 | 10 | 0 | 46 | 5D | E | E | 56 | 2E |
| Octal | 333 | 101 | 20 | 0 | 106 | 135 | 16 | 16 | 126 | 56 |
| Binary | 11011011 | 1000001 | 10000 | 0 | 1000110 | 1011101 | 1110 | 1110 | 1010110 | 101110 |
Color Harmonies of #DB4110
Complementary color
Monochromatic Colors of #DB4110
Black with #DB4110
Text Example
Text Example
White with #DB4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4110; }
p { color: rgb(219,65,16); }
H1.HeaderClassName
{
color: #DB4110;
}
.AnyTagClassName
{
color: #DB4110;
}
</style>
background-color css
<style>
a { background-color: #DB4110; }
a { background-color: rgb(219,65,16); }
div.DivClassName
{
background-color: #DB4110;
}
.BgClassName
{
background-color: #DB4110;
}
</style>
border-color css
<style>
span { border-color: #DB4110; }
span { border-color: rgb(219,65,16); }
td.TdClassName
{
border-color: #DB4110;
}
.TagClassName
{
border-color: #DB4110;
}
</style>