Html Css Color HEX #D93311 Harley Davidson Orange
📋 copy color: '#D93311'red 217 ◦ green 51 ◦ blue 17
Shades of Harley Davidson Orange #D93311
Tints of Harley Davidson Orange #D93311
RGB
CMYK
RGB Variations
Color information
#D93311 (or 0xD93311) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 11. RGB value is (217,51,17). Sum of RGB (Red+Green+Blue) = 217+51+17=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D93311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93311 is #26CCEE. Grayscale: #616161. Windows color (decimal): -2542831 or 1127385. OLE color: 1127385.
HSL color Cylindrical-coordinate representation of color #D93311: hue angle of 10.2º 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 #D93311 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 17 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.15 |
| HSL | 10.2º | 0.85% | 0.46% | - |
| HSV(B) | 10.2º | 0.92% | 0.85% | - |
| XYZ | 29.9 | 17.16 | 2.27 | - |
| YUV | 96.76 | 83 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 17 | 0 | 0.76 | 0.92 | 0.15 | 10.2 | 0.85 | 0.46 |
| Hex | D9 | 33 | 11 | 0 | 4C | 5C | F | A | 55 | 2E |
| Octal | 331 | 63 | 21 | 0 | 114 | 134 | 17 | 12 | 125 | 56 |
| Binary | 11011001 | 110011 | 10001 | 0 | 1001100 | 1011100 | 1111 | 1010 | 1010101 | 101110 |
Color Harmonies of #D93311
Complementary color
Monochromatic Colors of #D93311
Black with #D93311
Text Example
Text Example
White with #D93311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93311; }
p { color: rgb(217,51,17); }
H1.HeaderClassName
{
color: #D93311;
}
.AnyTagClassName
{
color: #D93311;
}
</style>
background-color css
<style>
a { background-color: #D93311; }
a { background-color: rgb(217,51,17); }
div.DivClassName
{
background-color: #D93311;
}
.BgClassName
{
background-color: #D93311;
}
</style>
border-color css
<style>
span { border-color: #D93311; }
span { border-color: rgb(217,51,17); }
td.TdClassName
{
border-color: #D93311;
}
.TagClassName
{
border-color: #D93311;
}
</style>