Html Css Color HEX #D93111 Harley Davidson Orange
📋 copy color: '#D93111'red 217 ◦ green 49 ◦ blue 17
Shades of Harley Davidson Orange #D93111
Tints of Harley Davidson Orange #D93111
RGB
CMYK
RGB Variations
Color information
#D93111 (or 0xD93111) is known color: Harley Davidson Orange. HEX triplet: D9, 31 and 11. RGB value is (217,49,17). Sum of RGB (Red+Green+Blue) = 217+49+17=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D93111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93111 is #26CEEE. Grayscale: #5F5F5F. Windows color (decimal): -2543343 or 1126873. OLE color: 1126873.
HSL color Cylindrical-coordinate representation of color #D93111: hue angle of 9.6º 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 #D93111 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 17 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.15 |
| HSL | 9.6º | 0.85% | 0.46% | - |
| HSV(B) | 9.6º | 0.92% | 0.85% | - |
| XYZ | 29.81 | 16.99 | 2.24 | - |
| YUV | 95.58 | 83.66 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 17 | 0 | 0.77 | 0.92 | 0.15 | 9.6 | 0.85 | 0.46 |
| Hex | D9 | 31 | 11 | 0 | 4D | 5C | F | A | 55 | 2E |
| Octal | 331 | 61 | 21 | 0 | 115 | 134 | 17 | 12 | 125 | 56 |
| Binary | 11011001 | 110001 | 10001 | 0 | 1001101 | 1011100 | 1111 | 1010 | 1010101 | 101110 |
Color Harmonies of #D93111
Complementary color
Monochromatic Colors of #D93111
Black with #D93111
Text Example
Text Example
White with #D93111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93111; }
p { color: rgb(217,49,17); }
H1.HeaderClassName
{
color: #D93111;
}
.AnyTagClassName
{
color: #D93111;
}
</style>
background-color css
<style>
a { background-color: #D93111; }
a { background-color: rgb(217,49,17); }
div.DivClassName
{
background-color: #D93111;
}
.BgClassName
{
background-color: #D93111;
}
</style>
border-color css
<style>
span { border-color: #D93111; }
span { border-color: rgb(217,49,17); }
td.TdClassName
{
border-color: #D93111;
}
.TagClassName
{
border-color: #D93111;
}
</style>