Html Css Color HEX #D9310F Harley Davidson Orange
📋 copy color: '#D9310F'red 217 ◦ green 49 ◦ blue 15
Shades of Harley Davidson Orange #D9310F
Tints of Harley Davidson Orange #D9310F
RGB
CMYK
RGB Variations
Color information
#D9310F (or 0xD9310F) is known color: Harley Davidson Orange. HEX triplet: D9, 31 and 0F. RGB value is (217,49,15). Sum of RGB (Red+Green+Blue) = 217+49+15=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D9310F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9310F is #26CEF0. Grayscale: #5F5F5F. Windows color (decimal): -2543345 or 995801. OLE color: 995801.
HSL color Cylindrical-coordinate representation of color #D9310F: hue angle of 10.1º 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 #D9310F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 15 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.15 |
| HSL | 10.1º | 0.87% | 0.45% | - |
| HSV(B) | 10.1º | 0.93% | 0.85% | - |
| XYZ | 29.8 | 16.98 | 2.16 | - |
| YUV | 95.36 | 82.66 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 15 | 0 | 0.77 | 0.93 | 0.15 | 10.1 | 0.87 | 0.45 |
| Hex | D9 | 31 | F | 0 | 4D | 5D | F | A | 57 | 2D |
| Octal | 331 | 61 | 17 | 0 | 115 | 135 | 17 | 12 | 127 | 55 |
| Binary | 11011001 | 110001 | 1111 | 0 | 1001101 | 1011101 | 1111 | 1010 | 1010111 | 101101 |
Color Harmonies of #D9310F
Complementary color
Monochromatic Colors of #D9310F
Black with #D9310F
Text Example
Text Example
White with #D9310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9310F; }
p { color: rgb(217,49,15); }
H1.HeaderClassName
{
color: #D9310F;
}
.AnyTagClassName
{
color: #D9310F;
}
</style>
background-color css
<style>
a { background-color: #D9310F; }
a { background-color: rgb(217,49,15); }
div.DivClassName
{
background-color: #D9310F;
}
.BgClassName
{
background-color: #D9310F;
}
</style>
border-color css
<style>
span { border-color: #D9310F; }
span { border-color: rgb(217,49,15); }
td.TdClassName
{
border-color: #D9310F;
}
.TagClassName
{
border-color: #D9310F;
}
</style>