Html Css Color HEX #D93D11 Harley Davidson Orange
📋 copy color: '#D93D11'red 217 ◦ green 61 ◦ blue 17
Shades of Harley Davidson Orange #D93D11
Tints of Harley Davidson Orange #D93D11
RGB
CMYK
RGB Variations
Color information
#D93D11 (or 0xD93D11) is known color: Harley Davidson Orange. HEX triplet: D9, 3D and 11. RGB value is (217,61,17). Sum of RGB (Red+Green+Blue) = 217+61+17=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93D11 is #26C2EE. Grayscale: #666666. Windows color (decimal): -2540271 or 1129945. OLE color: 1129945.
HSL color Cylindrical-coordinate representation of color #D93D11: hue angle of 13.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 #D93D11 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 17 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.15 |
| HSL | 13.2º | 0.85% | 0.46% | - |
| HSV(B) | 13.2º | 0.92% | 0.85% | - |
| XYZ | 30.39 | 18.13 | 2.43 | - |
| YUV | 102.63 | 79.68 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 17 | 0 | 0.72 | 0.92 | 0.15 | 13.2 | 0.85 | 0.46 |
| Hex | D9 | 3D | 11 | 0 | 48 | 5C | F | D | 55 | 2E |
| Octal | 331 | 75 | 21 | 0 | 110 | 134 | 17 | 15 | 125 | 56 |
| Binary | 11011001 | 111101 | 10001 | 0 | 1001000 | 1011100 | 1111 | 1101 | 1010101 | 101110 |
Color Harmonies of #D93D11
Complementary color
Monochromatic Colors of #D93D11
Black with #D93D11
Text Example
Text Example
White with #D93D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D11; }
p { color: rgb(217,61,17); }
H1.HeaderClassName
{
color: #D93D11;
}
.AnyTagClassName
{
color: #D93D11;
}
</style>
background-color css
<style>
a { background-color: #D93D11; }
a { background-color: rgb(217,61,17); }
div.DivClassName
{
background-color: #D93D11;
}
.BgClassName
{
background-color: #D93D11;
}
</style>
border-color css
<style>
span { border-color: #D93D11; }
span { border-color: rgb(217,61,17); }
td.TdClassName
{
border-color: #D93D11;
}
.TagClassName
{
border-color: #D93D11;
}
</style>