Html Css Color HEX #D82010 Harley Davidson Orange
📋 copy color: '#D82010'red 216 ◦ green 32 ◦ blue 16
Shades of Harley Davidson Orange #D82010
Tints of Harley Davidson Orange #D82010
RGB
CMYK
RGB Variations
Color information
#D82010 (or 0xD82010) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 10. RGB value is (216,32,16). Sum of RGB (Red+Green+Blue) = 216+32+16=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D82010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82010 is #27DFEF. Grayscale: #555555. Windows color (decimal): -2613232 or 1056984. OLE color: 1056984.
HSL color Cylindrical-coordinate representation of color #D82010: hue angle of 4.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 #D82010 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 16 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.15 |
| HSL | 4.8º | 0.86% | 0.45% | - |
| HSV(B) | 4.8º | 0.93% | 0.85% | - |
| XYZ | 28.93 | 15.67 | 1.99 | - |
| YUV | 85.19 | 88.96 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 16 | 0 | 0.85 | 0.93 | 0.15 | 4.8 | 0.86 | 0.45 |
| Hex | D8 | 20 | 10 | 0 | 55 | 5D | F | 5 | 56 | 2D |
| Octal | 330 | 40 | 20 | 0 | 125 | 135 | 17 | 5 | 126 | 55 |
| Binary | 11011000 | 100000 | 10000 | 0 | 1010101 | 1011101 | 1111 | 101 | 1010110 | 101101 |
Color Harmonies of #D82010
Complementary color
Monochromatic Colors of #D82010
Black with #D82010
Text Example
Text Example
White with #D82010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82010; }
p { color: rgb(216,32,16); }
H1.HeaderClassName
{
color: #D82010;
}
.AnyTagClassName
{
color: #D82010;
}
</style>
background-color css
<style>
a { background-color: #D82010; }
a { background-color: rgb(216,32,16); }
div.DivClassName
{
background-color: #D82010;
}
.BgClassName
{
background-color: #D82010;
}
</style>
border-color css
<style>
span { border-color: #D82010; }
span { border-color: rgb(216,32,16); }
td.TdClassName
{
border-color: #D82010;
}
.TagClassName
{
border-color: #D82010;
}
</style>