Html Css Color HEX #D04210 Harley Davidson Orange
📋 copy color: '#D04210'red 208 ◦ green 66 ◦ blue 16
Shades of Harley Davidson Orange #D04210
Tints of Harley Davidson Orange #D04210
RGB
CMYK
RGB Variations
Color information
#D04210 (or 0xD04210) is known color: Harley Davidson Orange. HEX triplet: D0, 42 and 10. RGB value is (208,66,16). Sum of RGB (Red+Green+Blue) = 208+66+16=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D04210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04210 is #2FBDEF. Grayscale: #676767. Windows color (decimal): -3128816 or 1065680. OLE color: 1065680.
HSL color Cylindrical-coordinate representation of color #D04210: hue angle of 15.62º 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 #D04210 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 16 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.18 |
| HSL | 15.63º | 0.86% | 0.44% | - |
| HSV(B) | 15.63º | 0.92% | 0.82% | - |
| XYZ | 28.05 | 17.34 | 2.36 | - |
| YUV | 102.76 | 79.04 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 16 | 0 | 0.68 | 0.92 | 0.18 | 15.63 | 0.86 | 0.44 |
| Hex | D0 | 42 | 10 | 0 | 44 | 5C | 12 | 10 | 56 | 2C |
| Octal | 320 | 102 | 20 | 0 | 104 | 134 | 22 | 20 | 126 | 54 |
| Binary | 11010000 | 1000010 | 10000 | 0 | 1000100 | 1011100 | 10010 | 10000 | 1010110 | 101100 |
Color Harmonies of #D04210
Complementary color
Monochromatic Colors of #D04210
Black with #D04210
Text Example
Text Example
White with #D04210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04210; }
p { color: rgb(208,66,16); }
H1.HeaderClassName
{
color: #D04210;
}
.AnyTagClassName
{
color: #D04210;
}
</style>
background-color css
<style>
a { background-color: #D04210; }
a { background-color: rgb(208,66,16); }
div.DivClassName
{
background-color: #D04210;
}
.BgClassName
{
background-color: #D04210;
}
</style>
border-color css
<style>
span { border-color: #D04210; }
span { border-color: rgb(208,66,16); }
td.TdClassName
{
border-color: #D04210;
}
.TagClassName
{
border-color: #D04210;
}
</style>