Html Css Color HEX #D03517 Harley Davidson Orange
📋 copy color: '#D03517'red 208 ◦ green 53 ◦ blue 23
Shades of Harley Davidson Orange #D03517
Tints of Harley Davidson Orange #D03517
RGB
CMYK
RGB Variations
Color information
#D03517 (or 0xD03517) is known color: Harley Davidson Orange. HEX triplet: D0, 35 and 17. RGB value is (208,53,23). Sum of RGB (Red+Green+Blue) = 208+53+23=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D03517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03517 is #2FCAE8. Grayscale: #606060. Windows color (decimal): -3132137 or 1521104. OLE color: 1521104.
HSL color Cylindrical-coordinate representation of color #D03517: hue angle of 9.73º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D03517 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 23 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.18 |
| HSL | 9.73º | 0.8% | 0.45% | - |
| HSV(B) | 9.73º | 0.89% | 0.82% | - |
| XYZ | 27.44 | 16.02 | 2.46 | - |
| YUV | 95.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 23 | 0 | 0.75 | 0.89 | 0.18 | 9.73 | 0.8 | 0.45 |
| Hex | D0 | 35 | 17 | 0 | 4B | 59 | 12 | A | 50 | 2D |
| Octal | 320 | 65 | 27 | 0 | 113 | 131 | 22 | 12 | 120 | 55 |
| Binary | 11010000 | 110101 | 10111 | 0 | 1001011 | 1011001 | 10010 | 1010 | 1010000 | 101101 |
Color Harmonies of #D03517
Complementary color
Monochromatic Colors of #D03517
Black with #D03517
Text Example
Text Example
White with #D03517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03517; }
p { color: rgb(208,53,23); }
H1.HeaderClassName
{
color: #D03517;
}
.AnyTagClassName
{
color: #D03517;
}
</style>
background-color css
<style>
a { background-color: #D03517; }
a { background-color: rgb(208,53,23); }
div.DivClassName
{
background-color: #D03517;
}
.BgClassName
{
background-color: #D03517;
}
</style>
border-color css
<style>
span { border-color: #D03517; }
span { border-color: rgb(208,53,23); }
td.TdClassName
{
border-color: #D03517;
}
.TagClassName
{
border-color: #D03517;
}
</style>