Html Css Color HEX #D82016 Harley Davidson Orange
📋 copy color: '#D82016'red 216 ◦ green 32 ◦ blue 22
Shades of Harley Davidson Orange #D82016
Tints of Harley Davidson Orange #D82016
RGB
CMYK
RGB Variations
Color information
#D82016 (or 0xD82016) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 16. RGB value is (216,32,22). Sum of RGB (Red+Green+Blue) = 216+32+22=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D82016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82016 is #27DFE9. Grayscale: #565656. Windows color (decimal): -2613226 or 1450200. OLE color: 1450200.
HSL color Cylindrical-coordinate representation of color #D82016: hue angle of 3.09º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D82016 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 22 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.15 |
| HSL | 3.09º | 0.82% | 0.47% | - |
| HSV(B) | 3.09º | 0.9% | 0.85% | - |
| XYZ | 28.98 | 15.69 | 2.26 | - |
| YUV | 85.88 | 91.96 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 22 | 0 | 0.85 | 0.90 | 0.15 | 3.09 | 0.82 | 0.47 |
| Hex | D8 | 20 | 16 | 0 | 55 | 5A | F | 3 | 52 | 2F |
| Octal | 330 | 40 | 26 | 0 | 125 | 132 | 17 | 3 | 122 | 57 |
| Binary | 11011000 | 100000 | 10110 | 0 | 1010101 | 1011010 | 1111 | 11 | 1010010 | 101111 |
Color Harmonies of #D82016
Complementary color
Monochromatic Colors of #D82016
Black with #D82016
Text Example
Text Example
White with #D82016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82016; }
p { color: rgb(216,32,22); }
H1.HeaderClassName
{
color: #D82016;
}
.AnyTagClassName
{
color: #D82016;
}
</style>
background-color css
<style>
a { background-color: #D82016; }
a { background-color: rgb(216,32,22); }
div.DivClassName
{
background-color: #D82016;
}
.BgClassName
{
background-color: #D82016;
}
</style>
border-color css
<style>
span { border-color: #D82016; }
span { border-color: rgb(216,32,22); }
td.TdClassName
{
border-color: #D82016;
}
.TagClassName
{
border-color: #D82016;
}
</style>