Html Css Color HEX #D82A10 Harley Davidson Orange
📋 copy color: '#D82A10'red 216 ◦ green 42 ◦ blue 16
Shades of Harley Davidson Orange #D82A10
Tints of Harley Davidson Orange #D82A10
RGB
CMYK
RGB Variations
Color information
#D82A10 (or 0xD82A10) is known color: Harley Davidson Orange. HEX triplet: D8, 2A and 10. RGB value is (216,42,16). Sum of RGB (Red+Green+Blue) = 216+42+16=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82A10 is #27D5EF. Grayscale: #5B5B5B. Windows color (decimal): -2610672 or 1059544. OLE color: 1059544.
HSL color Cylindrical-coordinate representation of color #D82A10: hue angle of 7.8º 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 #D82A10 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 16 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.15 |
| HSL | 7.8º | 0.86% | 0.45% | - |
| HSV(B) | 7.8º | 0.93% | 0.85% | - |
| XYZ | 29.24 | 16.29 | 2.09 | - |
| YUV | 91.06 | 85.65 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 16 | 0 | 0.81 | 0.93 | 0.15 | 7.8 | 0.86 | 0.45 |
| Hex | D8 | 2A | 10 | 0 | 51 | 5D | F | 8 | 56 | 2D |
| Octal | 330 | 52 | 20 | 0 | 121 | 135 | 17 | 10 | 126 | 55 |
| Binary | 11011000 | 101010 | 10000 | 0 | 1010001 | 1011101 | 1111 | 1000 | 1010110 | 101101 |
Color Harmonies of #D82A10
Complementary color
Monochromatic Colors of #D82A10
Black with #D82A10
Text Example
Text Example
White with #D82A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A10; }
p { color: rgb(216,42,16); }
H1.HeaderClassName
{
color: #D82A10;
}
.AnyTagClassName
{
color: #D82A10;
}
</style>
background-color css
<style>
a { background-color: #D82A10; }
a { background-color: rgb(216,42,16); }
div.DivClassName
{
background-color: #D82A10;
}
.BgClassName
{
background-color: #D82A10;
}
</style>
border-color css
<style>
span { border-color: #D82A10; }
span { border-color: rgb(216,42,16); }
td.TdClassName
{
border-color: #D82A10;
}
.TagClassName
{
border-color: #D82A10;
}
</style>