Html Css Color HEX #D9320F Harley Davidson Orange
📋 copy color: '#D9320F'red 217 ◦ green 50 ◦ blue 15
Shades of Harley Davidson Orange #D9320F
Tints of Harley Davidson Orange #D9320F
RGB
CMYK
RGB Variations
Color information
#D9320F (or 0xD9320F) is known color: Harley Davidson Orange. HEX triplet: D9, 32 and 0F. RGB value is (217,50,15). Sum of RGB (Red+Green+Blue) = 217+50+15=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9320F is #26CDF0. Grayscale: #606060. Windows color (decimal): -2543089 or 996057. OLE color: 996057.
HSL color Cylindrical-coordinate representation of color #D9320F: hue angle of 10.4º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9320F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 15 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.15 |
| HSL | 10.4º | 0.87% | 0.45% | - |
| HSV(B) | 10.4º | 0.93% | 0.85% | - |
| XYZ | 29.84 | 17.07 | 2.17 | - |
| YUV | 95.94 | 82.33 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 15 | 0 | 0.77 | 0.93 | 0.15 | 10.4 | 0.87 | 0.45 |
| Hex | D9 | 32 | F | 0 | 4D | 5D | F | A | 57 | 2D |
| Octal | 331 | 62 | 17 | 0 | 115 | 135 | 17 | 12 | 127 | 55 |
| Binary | 11011001 | 110010 | 1111 | 0 | 1001101 | 1011101 | 1111 | 1010 | 1010111 | 101101 |
Color Harmonies of #D9320F
Complementary color
Monochromatic Colors of #D9320F
Black with #D9320F
Text Example
Text Example
White with #D9320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9320F; }
p { color: rgb(217,50,15); }
H1.HeaderClassName
{
color: #D9320F;
}
.AnyTagClassName
{
color: #D9320F;
}
</style>
background-color css
<style>
a { background-color: #D9320F; }
a { background-color: rgb(217,50,15); }
div.DivClassName
{
background-color: #D9320F;
}
.BgClassName
{
background-color: #D9320F;
}
</style>
border-color css
<style>
span { border-color: #D9320F; }
span { border-color: rgb(217,50,15); }
td.TdClassName
{
border-color: #D9320F;
}
.TagClassName
{
border-color: #D9320F;
}
</style>