Html Css Color HEX #DB3F10 Harley Davidson Orange
📋 copy color: '#DB3F10'red 219 ◦ green 63 ◦ blue 16
Shades of Harley Davidson Orange #DB3F10
Tints of Harley Davidson Orange #DB3F10
RGB
CMYK
RGB Variations
Color information
#DB3F10 (or 0xDB3F10) is known color: Harley Davidson Orange. HEX triplet: DB, 3F and 10. RGB value is (219,63,16). Sum of RGB (Red+Green+Blue) = 219+63+16=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3F10 is #24C0EF. Grayscale: #686868. Windows color (decimal): -2408688 or 1064923. OLE color: 1064923.
HSL color Cylindrical-coordinate representation of color #DB3F10: hue angle of 13.89º 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 #DB3F10 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.14 |
| HSL | 13.89º | 0.86% | 0.46% | - |
| HSV(B) | 13.89º | 0.93% | 0.86% | - |
| XYZ | 31.08 | 18.65 | 2.45 | - |
| YUV | 104.29 | 78.18 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 16 | 0 | 0.71 | 0.93 | 0.14 | 13.89 | 0.86 | 0.46 |
| Hex | DB | 3F | 10 | 0 | 47 | 5D | E | E | 56 | 2E |
| Octal | 333 | 77 | 20 | 0 | 107 | 135 | 16 | 16 | 126 | 56 |
| Binary | 11011011 | 111111 | 10000 | 0 | 1000111 | 1011101 | 1110 | 1110 | 1010110 | 101110 |
Color Harmonies of #DB3F10
Complementary color
Monochromatic Colors of #DB3F10
Black with #DB3F10
Text Example
Text Example
White with #DB3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F10; }
p { color: rgb(219,63,16); }
H1.HeaderClassName
{
color: #DB3F10;
}
.AnyTagClassName
{
color: #DB3F10;
}
</style>
background-color css
<style>
a { background-color: #DB3F10; }
a { background-color: rgb(219,63,16); }
div.DivClassName
{
background-color: #DB3F10;
}
.BgClassName
{
background-color: #DB3F10;
}
</style>
border-color css
<style>
span { border-color: #DB3F10; }
span { border-color: rgb(219,63,16); }
td.TdClassName
{
border-color: #DB3F10;
}
.TagClassName
{
border-color: #DB3F10;
}
</style>