Html Css Color HEX #D82F16 Harley Davidson Orange
📋 copy color: '#D82F16'red 216 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #D82F16
Tints of Harley Davidson Orange #D82F16
RGB
CMYK
RGB Variations
Color information
#D82F16 (or 0xD82F16) is known color: Harley Davidson Orange. HEX triplet: D8, 2F and 16. RGB value is (216,47,22). Sum of RGB (Red+Green+Blue) = 216+47+22=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82F16 is #27D0E9. Grayscale: #5E5E5E. Windows color (decimal): -2609386 or 1454040. OLE color: 1454040.
HSL color Cylindrical-coordinate representation of color #D82F16: hue angle of 7.73º 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 #D82F16 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 22 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.15 |
| HSL | 7.73º | 0.82% | 0.47% | - |
| HSV(B) | 7.73º | 0.9% | 0.85% | - |
| XYZ | 29.48 | 16.69 | 2.43 | - |
| YUV | 94.68 | 86.99 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 22 | 0 | 0.78 | 0.90 | 0.15 | 7.73 | 0.82 | 0.47 |
| Hex | D8 | 2F | 16 | 0 | 4E | 5A | F | 8 | 52 | 2F |
| Octal | 330 | 57 | 26 | 0 | 116 | 132 | 17 | 10 | 122 | 57 |
| Binary | 11011000 | 101111 | 10110 | 0 | 1001110 | 1011010 | 1111 | 1000 | 1010010 | 101111 |
Color Harmonies of #D82F16
Complementary color
Monochromatic Colors of #D82F16
Black with #D82F16
Text Example
Text Example
White with #D82F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F16; }
p { color: rgb(216,47,22); }
H1.HeaderClassName
{
color: #D82F16;
}
.AnyTagClassName
{
color: #D82F16;
}
</style>
background-color css
<style>
a { background-color: #D82F16; }
a { background-color: rgb(216,47,22); }
div.DivClassName
{
background-color: #D82F16;
}
.BgClassName
{
background-color: #D82F16;
}
</style>
border-color css
<style>
span { border-color: #D82F16; }
span { border-color: rgb(216,47,22); }
td.TdClassName
{
border-color: #D82F16;
}
.TagClassName
{
border-color: #D82F16;
}
</style>