Html Css Color HEX #D93810 Harley Davidson Orange
📋 copy color: '#D93810'red 217 ◦ green 56 ◦ blue 16
Shades of Harley Davidson Orange #D93810
Tints of Harley Davidson Orange #D93810
RGB
CMYK
RGB Variations
Color information
#D93810 (or 0xD93810) is known color: Harley Davidson Orange. HEX triplet: D9, 38 and 10. RGB value is (217,56,16). Sum of RGB (Red+Green+Blue) = 217+56+16=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D93810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93810 is #26C7EF. Grayscale: #636363. Windows color (decimal): -2541552 or 1063129. OLE color: 1063129.
HSL color Cylindrical-coordinate representation of color #D93810: hue angle of 11.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D93810 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 16 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.15 |
| HSL | 11.94º | 0.86% | 0.46% | - |
| HSV(B) | 11.94º | 0.93% | 0.85% | - |
| XYZ | 30.12 | 17.62 | 2.3 | - |
| YUV | 99.58 | 80.84 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 16 | 0 | 0.74 | 0.93 | 0.15 | 11.94 | 0.86 | 0.46 |
| Hex | D9 | 38 | 10 | 0 | 4A | 5D | F | C | 56 | 2E |
| Octal | 331 | 70 | 20 | 0 | 112 | 135 | 17 | 14 | 126 | 56 |
| Binary | 11011001 | 111000 | 10000 | 0 | 1001010 | 1011101 | 1111 | 1100 | 1010110 | 101110 |
Color Harmonies of #D93810
Complementary color
Monochromatic Colors of #D93810
Black with #D93810
Text Example
Text Example
White with #D93810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93810; }
p { color: rgb(217,56,16); }
H1.HeaderClassName
{
color: #D93810;
}
.AnyTagClassName
{
color: #D93810;
}
</style>
background-color css
<style>
a { background-color: #D93810; }
a { background-color: rgb(217,56,16); }
div.DivClassName
{
background-color: #D93810;
}
.BgClassName
{
background-color: #D93810;
}
</style>
border-color css
<style>
span { border-color: #D93810; }
span { border-color: rgb(217,56,16); }
td.TdClassName
{
border-color: #D93810;
}
.TagClassName
{
border-color: #D93810;
}
</style>