Html Css Color HEX #D82C17 Harley Davidson Orange
📋 copy color: '#D82C17'red 216 ◦ green 44 ◦ blue 23
Shades of Harley Davidson Orange #D82C17
Tints of Harley Davidson Orange #D82C17
RGB
CMYK
RGB Variations
Color information
#D82C17 (or 0xD82C17) is known color: Harley Davidson Orange. HEX triplet: D8, 2C and 17. RGB value is (216,44,23). Sum of RGB (Red+Green+Blue) = 216+44+23=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82C17 is #27D3E8. Grayscale: #5D5D5D. Windows color (decimal): -2610153 or 1518808. OLE color: 1518808.
HSL color Cylindrical-coordinate representation of color #D82C17: hue angle of 6.53º 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 #D82C17 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 23 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.15 |
| HSL | 6.53º | 0.81% | 0.47% | - |
| HSV(B) | 6.53º | 0.89% | 0.85% | - |
| XYZ | 29.37 | 16.46 | 2.44 | - |
| YUV | 93.03 | 88.48 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 23 | 0 | 0.80 | 0.89 | 0.15 | 6.53 | 0.81 | 0.47 |
| Hex | D8 | 2C | 17 | 0 | 50 | 59 | F | 7 | 51 | 2F |
| Octal | 330 | 54 | 27 | 0 | 120 | 131 | 17 | 7 | 121 | 57 |
| Binary | 11011000 | 101100 | 10111 | 0 | 1010000 | 1011001 | 1111 | 111 | 1010001 | 101111 |
Color Harmonies of #D82C17
Complementary color
Monochromatic Colors of #D82C17
Black with #D82C17
Text Example
Text Example
White with #D82C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C17; }
p { color: rgb(216,44,23); }
H1.HeaderClassName
{
color: #D82C17;
}
.AnyTagClassName
{
color: #D82C17;
}
</style>
background-color css
<style>
a { background-color: #D82C17; }
a { background-color: rgb(216,44,23); }
div.DivClassName
{
background-color: #D82C17;
}
.BgClassName
{
background-color: #D82C17;
}
</style>
border-color css
<style>
span { border-color: #D82C17; }
span { border-color: rgb(216,44,23); }
td.TdClassName
{
border-color: #D82C17;
}
.TagClassName
{
border-color: #D82C17;
}
</style>