Html Css Color HEX #D6310C Harley Davidson Orange
📋 copy color: '#D6310C'red 214 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #D6310C
Tints of Harley Davidson Orange #D6310C
RGB
CMYK
RGB Variations
Color information
#D6310C (or 0xD6310C) is known color: Harley Davidson Orange. HEX triplet: D6, 31 and 0C. RGB value is (214,49,12). Sum of RGB (Red+Green+Blue) = 214+49+12=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D6310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6310C is #29CEF3. Grayscale: #5E5E5E. Windows color (decimal): -2739956 or 799190. OLE color: 799190.
HSL color Cylindrical-coordinate representation of color #D6310C: hue angle of 10.99º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6310C is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 12 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.16 |
| HSL | 10.99º | 0.89% | 0.44% | - |
| HSV(B) | 10.99º | 0.94% | 0.84% | - |
| XYZ | 28.9 | 16.52 | 2.01 | - |
| YUV | 94.12 | 81.66 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 12 | 0 | 0.77 | 0.94 | 0.16 | 10.99 | 0.89 | 0.44 |
| Hex | D6 | 31 | C | 0 | 4D | 5E | 10 | B | 59 | 2C |
| Octal | 326 | 61 | 14 | 0 | 115 | 136 | 20 | 13 | 131 | 54 |
| Binary | 11010110 | 110001 | 1100 | 0 | 1001101 | 1011110 | 10000 | 1011 | 1011001 | 101100 |
Color Harmonies of #D6310C
Complementary color
Monochromatic Colors of #D6310C
Black with #D6310C
Text Example
Text Example
White with #D6310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6310C; }
p { color: rgb(214,49,12); }
H1.HeaderClassName
{
color: #D6310C;
}
.AnyTagClassName
{
color: #D6310C;
}
</style>
background-color css
<style>
a { background-color: #D6310C; }
a { background-color: rgb(214,49,12); }
div.DivClassName
{
background-color: #D6310C;
}
.BgClassName
{
background-color: #D6310C;
}
</style>
border-color css
<style>
span { border-color: #D6310C; }
span { border-color: rgb(214,49,12); }
td.TdClassName
{
border-color: #D6310C;
}
.TagClassName
{
border-color: #D6310C;
}
</style>