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