Html Css Color HEX #D83116 Harley Davidson Orange
📋 copy color: '#D83116'red 216 ◦ green 49 ◦ blue 22
Shades of Harley Davidson Orange #D83116
Tints of Harley Davidson Orange #D83116
RGB
CMYK
RGB Variations
Color information
#D83116 (or 0xD83116) is known color: Harley Davidson Orange. HEX triplet: D8, 31 and 16. RGB value is (216,49,22). Sum of RGB (Red+Green+Blue) = 216+49+22=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D83116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83116 is #27CEE9. Grayscale: #606060. Windows color (decimal): -2608874 or 1454552. OLE color: 1454552.
HSL color Cylindrical-coordinate representation of color #D83116: hue angle of 8.35º 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 #D83116 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 22 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.15 |
| HSL | 8.35º | 0.82% | 0.47% | - |
| HSV(B) | 8.35º | 0.9% | 0.85% | - |
| XYZ | 29.56 | 16.85 | 2.45 | - |
| YUV | 95.86 | 86.33 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 22 | 0 | 0.77 | 0.90 | 0.15 | 8.35 | 0.82 | 0.47 |
| Hex | D8 | 31 | 16 | 0 | 4D | 5A | F | 8 | 52 | 2F |
| Octal | 330 | 61 | 26 | 0 | 115 | 132 | 17 | 10 | 122 | 57 |
| Binary | 11011000 | 110001 | 10110 | 0 | 1001101 | 1011010 | 1111 | 1000 | 1010010 | 101111 |
Color Harmonies of #D83116
Complementary color
Monochromatic Colors of #D83116
Black with #D83116
Text Example
Text Example
White with #D83116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83116; }
p { color: rgb(216,49,22); }
H1.HeaderClassName
{
color: #D83116;
}
.AnyTagClassName
{
color: #D83116;
}
</style>
background-color css
<style>
a { background-color: #D83116; }
a { background-color: rgb(216,49,22); }
div.DivClassName
{
background-color: #D83116;
}
.BgClassName
{
background-color: #D83116;
}
</style>
border-color css
<style>
span { border-color: #D83116; }
span { border-color: rgb(216,49,22); }
td.TdClassName
{
border-color: #D83116;
}
.TagClassName
{
border-color: #D83116;
}
</style>