Html Css Color HEX #D83111 Harley Davidson Orange
📋 copy color: '#D83111'red 216 ◦ green 49 ◦ blue 17
Shades of Harley Davidson Orange #D83111
Tints of Harley Davidson Orange #D83111
RGB
CMYK
RGB Variations
Color information
#D83111 (or 0xD83111) is known color: Harley Davidson Orange. HEX triplet: D8, 31 and 11. RGB value is (216,49,17). Sum of RGB (Red+Green+Blue) = 216+49+17=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D83111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83111 is #27CEEE. Grayscale: #5F5F5F. Windows color (decimal): -2608879 or 1126872. OLE color: 1126872.
HSL color Cylindrical-coordinate representation of color #D83111: hue angle of 9.65º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D83111 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 17 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.15 |
| HSL | 9.65º | 0.85% | 0.46% | - |
| HSV(B) | 9.65º | 0.92% | 0.85% | - |
| XYZ | 29.52 | 16.84 | 2.22 | - |
| YUV | 95.29 | 83.83 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 17 | 0 | 0.77 | 0.92 | 0.15 | 9.65 | 0.85 | 0.46 |
| Hex | D8 | 31 | 11 | 0 | 4D | 5C | F | A | 55 | 2E |
| Octal | 330 | 61 | 21 | 0 | 115 | 134 | 17 | 12 | 125 | 56 |
| Binary | 11011000 | 110001 | 10001 | 0 | 1001101 | 1011100 | 1111 | 1010 | 1010101 | 101110 |
Color Harmonies of #D83111
Complementary color
Monochromatic Colors of #D83111
Black with #D83111
Text Example
Text Example
White with #D83111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83111; }
p { color: rgb(216,49,17); }
H1.HeaderClassName
{
color: #D83111;
}
.AnyTagClassName
{
color: #D83111;
}
</style>
background-color css
<style>
a { background-color: #D83111; }
a { background-color: rgb(216,49,17); }
div.DivClassName
{
background-color: #D83111;
}
.BgClassName
{
background-color: #D83111;
}
</style>
border-color css
<style>
span { border-color: #D83111; }
span { border-color: rgb(216,49,17); }
td.TdClassName
{
border-color: #D83111;
}
.TagClassName
{
border-color: #D83111;
}
</style>