Html Css Color HEX #D83C11 Harley Davidson Orange
📋 copy color: '#D83C11'red 216 ◦ green 60 ◦ blue 17
Shades of Harley Davidson Orange #D83C11
Tints of Harley Davidson Orange #D83C11
RGB
CMYK
RGB Variations
Color information
#D83C11 (or 0xD83C11) is known color: Harley Davidson Orange. HEX triplet: D8, 3C and 11. RGB value is (216,60,17). Sum of RGB (Red+Green+Blue) = 216+60+17=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83C11 is #27C3EE. Grayscale: #666666. Windows color (decimal): -2606063 or 1129688. OLE color: 1129688.
HSL color Cylindrical-coordinate representation of color #D83C11: hue angle of 12.96º 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 #D83C11 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 17 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.15 |
| HSL | 12.96º | 0.85% | 0.46% | - |
| HSV(B) | 12.96º | 0.92% | 0.85% | - |
| XYZ | 30.04 | 17.87 | 2.4 | - |
| YUV | 101.74 | 80.18 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 17 | 0 | 0.72 | 0.92 | 0.15 | 12.96 | 0.85 | 0.46 |
| Hex | D8 | 3C | 11 | 0 | 48 | 5C | F | D | 55 | 2E |
| Octal | 330 | 74 | 21 | 0 | 110 | 134 | 17 | 15 | 125 | 56 |
| Binary | 11011000 | 111100 | 10001 | 0 | 1001000 | 1011100 | 1111 | 1101 | 1010101 | 101110 |
Color Harmonies of #D83C11
Complementary color
Monochromatic Colors of #D83C11
Black with #D83C11
Text Example
Text Example
White with #D83C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C11; }
p { color: rgb(216,60,17); }
H1.HeaderClassName
{
color: #D83C11;
}
.AnyTagClassName
{
color: #D83C11;
}
</style>
background-color css
<style>
a { background-color: #D83C11; }
a { background-color: rgb(216,60,17); }
div.DivClassName
{
background-color: #D83C11;
}
.BgClassName
{
background-color: #D83C11;
}
</style>
border-color css
<style>
span { border-color: #D83C11; }
span { border-color: rgb(216,60,17); }
td.TdClassName
{
border-color: #D83C11;
}
.TagClassName
{
border-color: #D83C11;
}
</style>