Html Css Color HEX #D82C16 Harley Davidson Orange
📋 copy color: '#D82C16'red 216 ◦ green 44 ◦ blue 22
Shades of Harley Davidson Orange #D82C16
Tints of Harley Davidson Orange #D82C16
RGB
CMYK
RGB Variations
Color information
#D82C16 (or 0xD82C16) is known color: Harley Davidson Orange. HEX triplet: D8, 2C and 16. RGB value is (216,44,22). Sum of RGB (Red+Green+Blue) = 216+44+22=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82C16 is #27D3E9. Grayscale: #5D5D5D. Windows color (decimal): -2610154 or 1453272. OLE color: 1453272.
HSL color Cylindrical-coordinate representation of color #D82C16: hue angle of 6.8º 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 #D82C16 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 22 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.15 |
| HSL | 6.8º | 0.82% | 0.47% | - |
| HSV(B) | 6.8º | 0.9% | 0.85% | - |
| XYZ | 29.36 | 16.46 | 2.39 | - |
| YUV | 92.92 | 87.98 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 22 | 0 | 0.80 | 0.90 | 0.15 | 6.8 | 0.82 | 0.47 |
| Hex | D8 | 2C | 16 | 0 | 50 | 5A | F | 7 | 52 | 2F |
| Octal | 330 | 54 | 26 | 0 | 120 | 132 | 17 | 7 | 122 | 57 |
| Binary | 11011000 | 101100 | 10110 | 0 | 1010000 | 1011010 | 1111 | 111 | 1010010 | 101111 |
Color Harmonies of #D82C16
Complementary color
Monochromatic Colors of #D82C16
Black with #D82C16
Text Example
Text Example
White with #D82C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C16; }
p { color: rgb(216,44,22); }
H1.HeaderClassName
{
color: #D82C16;
}
.AnyTagClassName
{
color: #D82C16;
}
</style>
background-color css
<style>
a { background-color: #D82C16; }
a { background-color: rgb(216,44,22); }
div.DivClassName
{
background-color: #D82C16;
}
.BgClassName
{
background-color: #D82C16;
}
</style>
border-color css
<style>
span { border-color: #D82C16; }
span { border-color: rgb(216,44,22); }
td.TdClassName
{
border-color: #D82C16;
}
.TagClassName
{
border-color: #D82C16;
}
</style>