Html Css Color HEX #D7310C Harley Davidson Orange
📋 copy color: '#D7310C'red 215 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #D7310C
Tints of Harley Davidson Orange #D7310C
RGB
CMYK
RGB Variations
Color information
#D7310C (or 0xD7310C) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 0C. RGB value is (215,49,12). Sum of RGB (Red+Green+Blue) = 215+49+12=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D7310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7310C is #28CEF3. Grayscale: #5E5E5E. Windows color (decimal): -2674420 or 799191. OLE color: 799191.
HSL color Cylindrical-coordinate representation of color #D7310C: hue angle of 10.94º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7310C is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 12 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.16 |
| HSL | 10.94º | 0.89% | 0.45% | - |
| HSV(B) | 10.94º | 0.94% | 0.84% | - |
| XYZ | 29.19 | 16.67 | 2.03 | - |
| YUV | 94.42 | 81.5 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 12 | 0 | 0.77 | 0.94 | 0.16 | 10.94 | 0.89 | 0.45 |
| Hex | D7 | 31 | C | 0 | 4D | 5E | 10 | B | 59 | 2D |
| Octal | 327 | 61 | 14 | 0 | 115 | 136 | 20 | 13 | 131 | 55 |
| Binary | 11010111 | 110001 | 1100 | 0 | 1001101 | 1011110 | 10000 | 1011 | 1011001 | 101101 |
Color Harmonies of #D7310C
Complementary color
Monochromatic Colors of #D7310C
Black with #D7310C
Text Example
Text Example
White with #D7310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7310C; }
p { color: rgb(215,49,12); }
H1.HeaderClassName
{
color: #D7310C;
}
.AnyTagClassName
{
color: #D7310C;
}
</style>
background-color css
<style>
a { background-color: #D7310C; }
a { background-color: rgb(215,49,12); }
div.DivClassName
{
background-color: #D7310C;
}
.BgClassName
{
background-color: #D7310C;
}
</style>
border-color css
<style>
span { border-color: #D7310C; }
span { border-color: rgb(215,49,12); }
td.TdClassName
{
border-color: #D7310C;
}
.TagClassName
{
border-color: #D7310C;
}
</style>