Html Css Color HEX #C5310C Harley Davidson Orange
📋 copy color: '#C5310C'red 197 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #C5310C
Tints of Harley Davidson Orange #C5310C
RGB
CMYK
RGB Variations
Color information
#C5310C (or 0xC5310C) is known color: Harley Davidson Orange. HEX triplet: C5, 31 and 0C. RGB value is (197,49,12). Sum of RGB (Red+Green+Blue) = 197+49+12=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C5310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5310C is #3ACEF3. Grayscale: #595959. Windows color (decimal): -3854068 or 799173. OLE color: 799173.
HSL color Cylindrical-coordinate representation of color #C5310C: hue angle of 12º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5310C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.23 |
| HSL | 12º | 0.89% | 0.41% | - |
| HSV(B) | 12º | 0.94% | 0.77% | - |
| XYZ | 24.19 | 14.09 | 1.79 | - |
| YUV | 89.03 | 84.53 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 12 | 0 | 0.75 | 0.94 | 0.23 | 12 | 0.89 | 0.41 |
| Hex | C5 | 31 | C | 0 | 4B | 5E | 17 | C | 59 | 29 |
| Octal | 305 | 61 | 14 | 0 | 113 | 136 | 27 | 14 | 131 | 51 |
| Binary | 11000101 | 110001 | 1100 | 0 | 1001011 | 1011110 | 10111 | 1100 | 1011001 | 101001 |
Color Harmonies of #C5310C
Complementary color
Monochromatic Colors of #C5310C
Black with #C5310C
Text Example
Text Example
White with #C5310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5310C; }
p { color: rgb(197,49,12); }
H1.HeaderClassName
{
color: #C5310C;
}
.AnyTagClassName
{
color: #C5310C;
}
</style>
background-color css
<style>
a { background-color: #C5310C; }
a { background-color: rgb(197,49,12); }
div.DivClassName
{
background-color: #C5310C;
}
.BgClassName
{
background-color: #C5310C;
}
</style>
border-color css
<style>
span { border-color: #C5310C; }
span { border-color: rgb(197,49,12); }
td.TdClassName
{
border-color: #C5310C;
}
.TagClassName
{
border-color: #C5310C;
}
</style>