Html Css Color HEX #D83108 Harley Davidson Orange
📋 copy color: '#D83108'red 216 ◦ green 49 ◦ blue 8
Shades of Harley Davidson Orange #D83108
Tints of Harley Davidson Orange #D83108
RGB
CMYK
RGB Variations
Color information
#D83108 (or 0xD83108) is known color: Harley Davidson Orange. HEX triplet: D8, 31 and 08. RGB value is (216,49,8). Sum of RGB (Red+Green+Blue) = 216+49+8=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D83108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83108 is #27CEF7. Grayscale: #5E5E5E. Windows color (decimal): -2608888 or 537048. OLE color: 537048.
HSL color Cylindrical-coordinate representation of color #D83108: hue angle of 11.83º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D83108 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 8 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.15 |
| HSL | 11.83º | 0.93% | 0.44% | - |
| HSV(B) | 11.83º | 0.96% | 0.85% | - |
| XYZ | 29.46 | 16.81 | 1.92 | - |
| YUV | 94.26 | 79.33 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 8 | 0 | 0.77 | 0.96 | 0.15 | 11.83 | 0.93 | 0.44 |
| Hex | D8 | 31 | 8 | 0 | 4D | 60 | F | C | 5D | 2C |
| Octal | 330 | 61 | 10 | 0 | 115 | 140 | 17 | 14 | 135 | 54 |
| Binary | 11011000 | 110001 | 1000 | 0 | 1001101 | 1100000 | 1111 | 1100 | 1011101 | 101100 |
Color Harmonies of #D83108
Complementary color
Monochromatic Colors of #D83108
Black with #D83108
Text Example
Text Example
White with #D83108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83108; }
p { color: rgb(216,49,8); }
H1.HeaderClassName
{
color: #D83108;
}
.AnyTagClassName
{
color: #D83108;
}
</style>
background-color css
<style>
a { background-color: #D83108; }
a { background-color: rgb(216,49,8); }
div.DivClassName
{
background-color: #D83108;
}
.BgClassName
{
background-color: #D83108;
}
</style>
border-color css
<style>
span { border-color: #D83108; }
span { border-color: rgb(216,49,8); }
td.TdClassName
{
border-color: #D83108;
}
.TagClassName
{
border-color: #D83108;
}
</style>