Html Css Color HEX #D03C17 Harley Davidson Orange
📋 copy color: '#D03C17'red 208 ◦ green 60 ◦ blue 23
Shades of Harley Davidson Orange #D03C17
Tints of Harley Davidson Orange #D03C17
RGB
CMYK
RGB Variations
Color information
#D03C17 (or 0xD03C17) is known color: Harley Davidson Orange. HEX triplet: D0, 3C and 17. RGB value is (208,60,23). Sum of RGB (Red+Green+Blue) = 208+60+23=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03C17 is #2FC3E8. Grayscale: #646464. Windows color (decimal): -3130345 or 1522896. OLE color: 1522896.
HSL color Cylindrical-coordinate representation of color #D03C17: hue angle of 12º 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 #D03C17 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 23 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.18 |
| HSL | 12º | 0.8% | 0.45% | - |
| HSV(B) | 12º | 0.89% | 0.82% | - |
| XYZ | 27.78 | 16.7 | 2.57 | - |
| YUV | 100.03 | 84.53 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 23 | 0 | 0.71 | 0.89 | 0.18 | 12 | 0.8 | 0.45 |
| Hex | D0 | 3C | 17 | 0 | 47 | 59 | 12 | C | 50 | 2D |
| Octal | 320 | 74 | 27 | 0 | 107 | 131 | 22 | 14 | 120 | 55 |
| Binary | 11010000 | 111100 | 10111 | 0 | 1000111 | 1011001 | 10010 | 1100 | 1010000 | 101101 |
Color Harmonies of #D03C17
Complementary color
Monochromatic Colors of #D03C17
Black with #D03C17
Text Example
Text Example
White with #D03C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03C17; }
p { color: rgb(208,60,23); }
H1.HeaderClassName
{
color: #D03C17;
}
.AnyTagClassName
{
color: #D03C17;
}
</style>
background-color css
<style>
a { background-color: #D03C17; }
a { background-color: rgb(208,60,23); }
div.DivClassName
{
background-color: #D03C17;
}
.BgClassName
{
background-color: #D03C17;
}
</style>
border-color css
<style>
span { border-color: #D03C17; }
span { border-color: rgb(208,60,23); }
td.TdClassName
{
border-color: #D03C17;
}
.TagClassName
{
border-color: #D03C17;
}
</style>