Html Css Color HEX #D83610 Harley Davidson Orange
📋 copy color: '#D83610'red 216 ◦ green 54 ◦ blue 16
Shades of Harley Davidson Orange #D83610
Tints of Harley Davidson Orange #D83610
RGB
CMYK
RGB Variations
Color information
#D83610 (or 0xD83610) is known color: Harley Davidson Orange. HEX triplet: D8, 36 and 10. RGB value is (216,54,16). Sum of RGB (Red+Green+Blue) = 216+54+16=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D83610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83610 is #27C9EF. Grayscale: #626262. Windows color (decimal): -2607600 or 1062616. OLE color: 1062616.
HSL color Cylindrical-coordinate representation of color #D83610: hue angle of 11.4º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D83610 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 54 | 16 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.15 |
| HSL | 11.4º | 0.86% | 0.45% | - |
| HSV(B) | 11.4º | 0.93% | 0.85% | - |
| XYZ | 29.73 | 17.27 | 2.26 | - |
| YUV | 98.11 | 81.67 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 16 | 0 | 0.75 | 0.93 | 0.15 | 11.4 | 0.86 | 0.45 |
| Hex | D8 | 36 | 10 | 0 | 4B | 5D | F | B | 56 | 2D |
| Octal | 330 | 66 | 20 | 0 | 113 | 135 | 17 | 13 | 126 | 55 |
| Binary | 11011000 | 110110 | 10000 | 0 | 1001011 | 1011101 | 1111 | 1011 | 1010110 | 101101 |
Color Harmonies of #D83610
Complementary color
Monochromatic Colors of #D83610
Black with #D83610
Text Example
Text Example
White with #D83610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83610; }
p { color: rgb(216,54,16); }
H1.HeaderClassName
{
color: #D83610;
}
.AnyTagClassName
{
color: #D83610;
}
</style>
background-color css
<style>
a { background-color: #D83610; }
a { background-color: rgb(216,54,16); }
div.DivClassName
{
background-color: #D83610;
}
.BgClassName
{
background-color: #D83610;
}
</style>
border-color css
<style>
span { border-color: #D83610; }
span { border-color: rgb(216,54,16); }
td.TdClassName
{
border-color: #D83610;
}
.TagClassName
{
border-color: #D83610;
}
</style>