Html Css Color HEX #D9310C Harley Davidson Orange
📋 copy color: '#D9310C'red 217 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #D9310C
Tints of Harley Davidson Orange #D9310C
RGB
CMYK
RGB Variations
Color information
#D9310C (or 0xD9310C) is known color: Harley Davidson Orange. HEX triplet: D9, 31 and 0C. RGB value is (217,49,12). Sum of RGB (Red+Green+Blue) = 217+49+12=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D9310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9310C is #26CEF3. Grayscale: #5F5F5F. Windows color (decimal): -2543348 or 799193. OLE color: 799193.
HSL color Cylindrical-coordinate representation of color #D9310C: hue angle of 10.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9310C is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 12 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.15 |
| HSL | 10.83º | 0.9% | 0.45% | - |
| HSV(B) | 10.83º | 0.94% | 0.85% | - |
| XYZ | 29.78 | 16.97 | 2.05 | - |
| YUV | 95.01 | 81.16 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 12 | 0 | 0.77 | 0.94 | 0.15 | 10.83 | 0.9 | 0.45 |
| Hex | D9 | 31 | C | 0 | 4D | 5E | F | B | 5A | 2D |
| Octal | 331 | 61 | 14 | 0 | 115 | 136 | 17 | 13 | 132 | 55 |
| Binary | 11011001 | 110001 | 1100 | 0 | 1001101 | 1011110 | 1111 | 1011 | 1011010 | 101101 |
Color Harmonies of #D9310C
Complementary color
Monochromatic Colors of #D9310C
Black with #D9310C
Text Example
Text Example
White with #D9310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9310C; }
p { color: rgb(217,49,12); }
H1.HeaderClassName
{
color: #D9310C;
}
.AnyTagClassName
{
color: #D9310C;
}
</style>
background-color css
<style>
a { background-color: #D9310C; }
a { background-color: rgb(217,49,12); }
div.DivClassName
{
background-color: #D9310C;
}
.BgClassName
{
background-color: #D9310C;
}
</style>
border-color css
<style>
span { border-color: #D9310C; }
span { border-color: rgb(217,49,12); }
td.TdClassName
{
border-color: #D9310C;
}
.TagClassName
{
border-color: #D9310C;
}
</style>