Html Css Color HEX #D82F10 Harley Davidson Orange
📋 copy color: '#D82F10'red 216 ◦ green 47 ◦ blue 16
Shades of Harley Davidson Orange #D82F10
Tints of Harley Davidson Orange #D82F10
RGB
CMYK
RGB Variations
Color information
#D82F10 (or 0xD82F10) is known color: Harley Davidson Orange. HEX triplet: D8, 2F and 10. RGB value is (216,47,16). Sum of RGB (Red+Green+Blue) = 216+47+16=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82F10 is #27D0EF. Grayscale: #5E5E5E. Windows color (decimal): -2609392 or 1060824. OLE color: 1060824.
HSL color Cylindrical-coordinate representation of color #D82F10: hue angle of 9.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D82F10 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.15 |
| HSL | 9.3º | 0.86% | 0.45% | - |
| HSV(B) | 9.3º | 0.93% | 0.85% | - |
| XYZ | 29.43 | 16.67 | 2.16 | - |
| YUV | 94 | 83.99 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 16 | 0 | 0.78 | 0.93 | 0.15 | 9.3 | 0.86 | 0.45 |
| Hex | D8 | 2F | 10 | 0 | 4E | 5D | F | 9 | 56 | 2D |
| Octal | 330 | 57 | 20 | 0 | 116 | 135 | 17 | 11 | 126 | 55 |
| Binary | 11011000 | 101111 | 10000 | 0 | 1001110 | 1011101 | 1111 | 1001 | 1010110 | 101101 |
Color Harmonies of #D82F10
Complementary color
Monochromatic Colors of #D82F10
Black with #D82F10
Text Example
Text Example
White with #D82F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F10; }
p { color: rgb(216,47,16); }
H1.HeaderClassName
{
color: #D82F10;
}
.AnyTagClassName
{
color: #D82F10;
}
</style>
background-color css
<style>
a { background-color: #D82F10; }
a { background-color: rgb(216,47,16); }
div.DivClassName
{
background-color: #D82F10;
}
.BgClassName
{
background-color: #D82F10;
}
</style>
border-color css
<style>
span { border-color: #D82F10; }
span { border-color: rgb(216,47,16); }
td.TdClassName
{
border-color: #D82F10;
}
.TagClassName
{
border-color: #D82F10;
}
</style>