Html Css Color HEX #D83E11 Harley Davidson Orange
📋 copy color: '#D83E11'red 216 ◦ green 62 ◦ blue 17
Shades of Harley Davidson Orange #D83E11
Tints of Harley Davidson Orange #D83E11
RGB
CMYK
RGB Variations
Color information
#D83E11 (or 0xD83E11) is known color: Harley Davidson Orange. HEX triplet: D8, 3E and 11. RGB value is (216,62,17). Sum of RGB (Red+Green+Blue) = 216+62+17=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D83E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83E11 is #27C1EE. Grayscale: #676767. Windows color (decimal): -2605551 or 1130200. OLE color: 1130200.
HSL color Cylindrical-coordinate representation of color #D83E11: hue angle of 13.57º 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 #D83E11 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 62 | 17 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.15 |
| HSL | 13.57º | 0.85% | 0.46% | - |
| HSV(B) | 13.57º | 0.92% | 0.85% | - |
| XYZ | 30.14 | 18.08 | 2.43 | - |
| YUV | 102.92 | 79.52 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 62 | 17 | 0 | 0.71 | 0.92 | 0.15 | 13.57 | 0.85 | 0.46 |
| Hex | D8 | 3E | 11 | 0 | 47 | 5C | F | E | 55 | 2E |
| Octal | 330 | 76 | 21 | 0 | 107 | 134 | 17 | 16 | 125 | 56 |
| Binary | 11011000 | 111110 | 10001 | 0 | 1000111 | 1011100 | 1111 | 1110 | 1010101 | 101110 |
Color Harmonies of #D83E11
Complementary color
Monochromatic Colors of #D83E11
Black with #D83E11
Text Example
Text Example
White with #D83E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83E11; }
p { color: rgb(216,62,17); }
H1.HeaderClassName
{
color: #D83E11;
}
.AnyTagClassName
{
color: #D83E11;
}
</style>
background-color css
<style>
a { background-color: #D83E11; }
a { background-color: rgb(216,62,17); }
div.DivClassName
{
background-color: #D83E11;
}
.BgClassName
{
background-color: #D83E11;
}
</style>
border-color css
<style>
span { border-color: #D83E11; }
span { border-color: rgb(216,62,17); }
td.TdClassName
{
border-color: #D83E11;
}
.TagClassName
{
border-color: #D83E11;
}
</style>