Html Css Color HEX #D93C11 Harley Davidson Orange
📋 copy color: '#D93C11'red 217 ◦ green 60 ◦ blue 17
Shades of Harley Davidson Orange #D93C11
Tints of Harley Davidson Orange #D93C11
RGB
CMYK
RGB Variations
Color information
#D93C11 (or 0xD93C11) is known color: Harley Davidson Orange. HEX triplet: D9, 3C and 11. RGB value is (217,60,17). Sum of RGB (Red+Green+Blue) = 217+60+17=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93C11 is #26C3EE. Grayscale: #666666. Windows color (decimal): -2540527 or 1129689. OLE color: 1129689.
HSL color Cylindrical-coordinate representation of color #D93C11: hue angle of 12.9º 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 #D93C11 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 17 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.15 |
| HSL | 12.9º | 0.85% | 0.46% | - |
| HSV(B) | 12.9º | 0.92% | 0.85% | - |
| XYZ | 30.33 | 18.02 | 2.41 | - |
| YUV | 102.04 | 80.01 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 17 | 0 | 0.72 | 0.92 | 0.15 | 12.9 | 0.85 | 0.46 |
| Hex | D9 | 3C | 11 | 0 | 48 | 5C | F | D | 55 | 2E |
| Octal | 331 | 74 | 21 | 0 | 110 | 134 | 17 | 15 | 125 | 56 |
| Binary | 11011001 | 111100 | 10001 | 0 | 1001000 | 1011100 | 1111 | 1101 | 1010101 | 101110 |
Color Harmonies of #D93C11
Complementary color
Monochromatic Colors of #D93C11
Black with #D93C11
Text Example
Text Example
White with #D93C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93C11; }
p { color: rgb(217,60,17); }
H1.HeaderClassName
{
color: #D93C11;
}
.AnyTagClassName
{
color: #D93C11;
}
</style>
background-color css
<style>
a { background-color: #D93C11; }
a { background-color: rgb(217,60,17); }
div.DivClassName
{
background-color: #D93C11;
}
.BgClassName
{
background-color: #D93C11;
}
</style>
border-color css
<style>
span { border-color: #D93C11; }
span { border-color: rgb(217,60,17); }
td.TdClassName
{
border-color: #D93C11;
}
.TagClassName
{
border-color: #D93C11;
}
</style>