Html Css Color HEX #D83417 Harley Davidson Orange
📋 copy color: '#D83417'red 216 ◦ green 52 ◦ blue 23
Shades of Harley Davidson Orange #D83417
Tints of Harley Davidson Orange #D83417
RGB
CMYK
RGB Variations
Color information
#D83417 (or 0xD83417) is known color: Harley Davidson Orange. HEX triplet: D8, 34 and 17. RGB value is (216,52,23). Sum of RGB (Red+Green+Blue) = 216+52+23=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D83417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83417 is #27CBE8. Grayscale: #626262. Windows color (decimal): -2608105 or 1520856. OLE color: 1520856.
HSL color Cylindrical-coordinate representation of color #D83417: hue angle of 9.02º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D83417 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 23 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.15 |
| HSL | 9.02º | 0.81% | 0.47% | - |
| HSV(B) | 9.02º | 0.89% | 0.85% | - |
| XYZ | 29.7 | 17.12 | 2.55 | - |
| YUV | 97.73 | 85.83 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 23 | 0 | 0.76 | 0.89 | 0.15 | 9.02 | 0.81 | 0.47 |
| Hex | D8 | 34 | 17 | 0 | 4C | 59 | F | 9 | 51 | 2F |
| Octal | 330 | 64 | 27 | 0 | 114 | 131 | 17 | 11 | 121 | 57 |
| Binary | 11011000 | 110100 | 10111 | 0 | 1001100 | 1011001 | 1111 | 1001 | 1010001 | 101111 |
Color Harmonies of #D83417
Complementary color
Monochromatic Colors of #D83417
Black with #D83417
Text Example
Text Example
White with #D83417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83417; }
p { color: rgb(216,52,23); }
H1.HeaderClassName
{
color: #D83417;
}
.AnyTagClassName
{
color: #D83417;
}
</style>
background-color css
<style>
a { background-color: #D83417; }
a { background-color: rgb(216,52,23); }
div.DivClassName
{
background-color: #D83417;
}
.BgClassName
{
background-color: #D83417;
}
</style>
border-color css
<style>
span { border-color: #D83417; }
span { border-color: rgb(216,52,23); }
td.TdClassName
{
border-color: #D83417;
}
.TagClassName
{
border-color: #D83417;
}
</style>