Html Css Color HEX #D04610 Harley Davidson Orange
📋 copy color: '#D04610'red 208 ◦ green 70 ◦ blue 16
Shades of Harley Davidson Orange #D04610
Tints of Harley Davidson Orange #D04610
RGB
CMYK
RGB Variations
Color information
#D04610 (or 0xD04610) is known color: Harley Davidson Orange. HEX triplet: D0, 46 and 10. RGB value is (208,70,16). Sum of RGB (Red+Green+Blue) = 208+70+16=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D04610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04610 is #2FB9EF. Grayscale: #696969. Windows color (decimal): -3127792 or 1066704. OLE color: 1066704.
HSL color Cylindrical-coordinate representation of color #D04610: hue angle of 16.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D04610 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 16 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.18 |
| HSL | 16.88º | 0.86% | 0.44% | - |
| HSV(B) | 16.88º | 0.92% | 0.82% | - |
| XYZ | 28.3 | 17.83 | 2.44 | - |
| YUV | 105.11 | 77.72 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 16 | 0 | 0.66 | 0.92 | 0.18 | 16.88 | 0.86 | 0.44 |
| Hex | D0 | 46 | 10 | 0 | 42 | 5C | 12 | 11 | 56 | 2C |
| Octal | 320 | 106 | 20 | 0 | 102 | 134 | 22 | 21 | 126 | 54 |
| Binary | 11010000 | 1000110 | 10000 | 0 | 1000010 | 1011100 | 10010 | 10001 | 1010110 | 101100 |
Color Harmonies of #D04610
Complementary color
Monochromatic Colors of #D04610
Black with #D04610
Text Example
Text Example
White with #D04610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04610; }
p { color: rgb(208,70,16); }
H1.HeaderClassName
{
color: #D04610;
}
.AnyTagClassName
{
color: #D04610;
}
</style>
background-color css
<style>
a { background-color: #D04610; }
a { background-color: rgb(208,70,16); }
div.DivClassName
{
background-color: #D04610;
}
.BgClassName
{
background-color: #D04610;
}
</style>
border-color css
<style>
span { border-color: #D04610; }
span { border-color: rgb(208,70,16); }
td.TdClassName
{
border-color: #D04610;
}
.TagClassName
{
border-color: #D04610;
}
</style>