Html Css Color HEX #D82916 Harley Davidson Orange
📋 copy color: '#D82916'red 216 ◦ green 41 ◦ blue 22
Shades of Harley Davidson Orange #D82916
Tints of Harley Davidson Orange #D82916
RGB
CMYK
RGB Variations
Color information
#D82916 (or 0xD82916) is known color: Harley Davidson Orange. HEX triplet: D8, 29 and 16. RGB value is (216,41,22). Sum of RGB (Red+Green+Blue) = 216+41+22=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D82916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82916 is #27D6E9. Grayscale: #5B5B5B. Windows color (decimal): -2610922 or 1452504. OLE color: 1452504.
HSL color Cylindrical-coordinate representation of color #D82916: hue angle of 5.88º 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 #D82916 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 22 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.15 |
| HSL | 5.88º | 0.82% | 0.47% | - |
| HSV(B) | 5.88º | 0.9% | 0.85% | - |
| XYZ | 29.26 | 16.24 | 2.35 | - |
| YUV | 91.16 | 88.98 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 22 | 0 | 0.81 | 0.90 | 0.15 | 5.88 | 0.82 | 0.47 |
| Hex | D8 | 29 | 16 | 0 | 51 | 5A | F | 6 | 52 | 2F |
| Octal | 330 | 51 | 26 | 0 | 121 | 132 | 17 | 6 | 122 | 57 |
| Binary | 11011000 | 101001 | 10110 | 0 | 1010001 | 1011010 | 1111 | 110 | 1010010 | 101111 |
Color Harmonies of #D82916
Complementary color
Monochromatic Colors of #D82916
Black with #D82916
Text Example
Text Example
White with #D82916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82916; }
p { color: rgb(216,41,22); }
H1.HeaderClassName
{
color: #D82916;
}
.AnyTagClassName
{
color: #D82916;
}
</style>
background-color css
<style>
a { background-color: #D82916; }
a { background-color: rgb(216,41,22); }
div.DivClassName
{
background-color: #D82916;
}
.BgClassName
{
background-color: #D82916;
}
</style>
border-color css
<style>
span { border-color: #D82916; }
span { border-color: rgb(216,41,22); }
td.TdClassName
{
border-color: #D82916;
}
.TagClassName
{
border-color: #D82916;
}
</style>