Html Css Color HEX #D03217 Harley Davidson Orange
📋 copy color: '#D03217'red 208 ◦ green 50 ◦ blue 23
Shades of Harley Davidson Orange #D03217
Tints of Harley Davidson Orange #D03217
RGB
CMYK
RGB Variations
Color information
#D03217 (or 0xD03217) is known color: Harley Davidson Orange. HEX triplet: D0, 32 and 17. RGB value is (208,50,23). Sum of RGB (Red+Green+Blue) = 208+50+23=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D03217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03217 is #2FCDE8. Grayscale: #5E5E5E. Windows color (decimal): -3132905 or 1520336. OLE color: 1520336.
HSL color Cylindrical-coordinate representation of color #D03217: hue angle of 8.76º 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 #D03217 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 23 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.18 |
| HSL | 8.76º | 0.8% | 0.45% | - |
| HSV(B) | 8.76º | 0.89% | 0.82% | - |
| XYZ | 27.31 | 15.75 | 2.41 | - |
| YUV | 94.16 | 87.85 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 23 | 0 | 0.76 | 0.89 | 0.18 | 8.76 | 0.8 | 0.45 |
| Hex | D0 | 32 | 17 | 0 | 4C | 59 | 12 | 9 | 50 | 2D |
| Octal | 320 | 62 | 27 | 0 | 114 | 131 | 22 | 11 | 120 | 55 |
| Binary | 11010000 | 110010 | 10111 | 0 | 1001100 | 1011001 | 10010 | 1001 | 1010000 | 101101 |
Color Harmonies of #D03217
Complementary color
Monochromatic Colors of #D03217
Black with #D03217
Text Example
Text Example
White with #D03217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03217; }
p { color: rgb(208,50,23); }
H1.HeaderClassName
{
color: #D03217;
}
.AnyTagClassName
{
color: #D03217;
}
</style>
background-color css
<style>
a { background-color: #D03217; }
a { background-color: rgb(208,50,23); }
div.DivClassName
{
background-color: #D03217;
}
.BgClassName
{
background-color: #D03217;
}
</style>
border-color css
<style>
span { border-color: #D03217; }
span { border-color: rgb(208,50,23); }
td.TdClassName
{
border-color: #D03217;
}
.TagClassName
{
border-color: #D03217;
}
</style>