Html Css Color HEX #D93C16 Harley Davidson Orange
📋 copy color: '#D93C16'red 217 ◦ green 60 ◦ blue 22
Shades of Harley Davidson Orange #D93C16
Tints of Harley Davidson Orange #D93C16
RGB
CMYK
RGB Variations
Color information
#D93C16 (or 0xD93C16) is known color: Harley Davidson Orange. HEX triplet: D9, 3C and 16. RGB value is (217,60,22). Sum of RGB (Red+Green+Blue) = 217+60+22=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93C16 is #26C3E9. Grayscale: #666666. Windows color (decimal): -2540522 or 1457369. OLE color: 1457369.
HSL color Cylindrical-coordinate representation of color #D93C16: hue angle of 11.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D93C16 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 22 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.15 |
| HSL | 11.69º | 0.82% | 0.47% | - |
| HSV(B) | 11.69º | 0.9% | 0.85% | - |
| XYZ | 30.38 | 18.04 | 2.64 | - |
| YUV | 102.61 | 82.51 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 22 | 0 | 0.72 | 0.90 | 0.15 | 11.69 | 0.82 | 0.47 |
| Hex | D9 | 3C | 16 | 0 | 48 | 5A | F | C | 52 | 2F |
| Octal | 331 | 74 | 26 | 0 | 110 | 132 | 17 | 14 | 122 | 57 |
| Binary | 11011001 | 111100 | 10110 | 0 | 1001000 | 1011010 | 1111 | 1100 | 1010010 | 101111 |
Color Harmonies of #D93C16
Complementary color
Monochromatic Colors of #D93C16
Black with #D93C16
Text Example
Text Example
White with #D93C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93C16; }
p { color: rgb(217,60,22); }
H1.HeaderClassName
{
color: #D93C16;
}
.AnyTagClassName
{
color: #D93C16;
}
</style>
background-color css
<style>
a { background-color: #D93C16; }
a { background-color: rgb(217,60,22); }
div.DivClassName
{
background-color: #D93C16;
}
.BgClassName
{
background-color: #D93C16;
}
</style>
border-color css
<style>
span { border-color: #D93C16; }
span { border-color: rgb(217,60,22); }
td.TdClassName
{
border-color: #D93C16;
}
.TagClassName
{
border-color: #D93C16;
}
</style>