Html Css Color HEX #C5300C Harley Davidson Orange
📋 copy color: '#C5300C'red 197 ◦ green 48 ◦ blue 12
Shades of Harley Davidson Orange #C5300C
Tints of Harley Davidson Orange #C5300C
RGB
CMYK
RGB Variations
Color information
#C5300C (or 0xC5300C) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 0C. RGB value is (197,48,12). Sum of RGB (Red+Green+Blue) = 197+48+12=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C5300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5300C is #3ACFF3. Grayscale: #585858. Windows color (decimal): -3854324 or 798917. OLE color: 798917.
HSL color Cylindrical-coordinate representation of color #C5300C: hue angle of 11.68º 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 #C5300C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.23 |
| HSL | 11.68º | 0.89% | 0.41% | - |
| HSV(B) | 11.68º | 0.94% | 0.77% | - |
| XYZ | 24.15 | 14.01 | 1.78 | - |
| YUV | 88.45 | 84.86 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 12 | 0 | 0.76 | 0.94 | 0.23 | 11.68 | 0.89 | 0.41 |
| Hex | C5 | 30 | C | 0 | 4C | 5E | 17 | C | 59 | 29 |
| Octal | 305 | 60 | 14 | 0 | 114 | 136 | 27 | 14 | 131 | 51 |
| Binary | 11000101 | 110000 | 1100 | 0 | 1001100 | 1011110 | 10111 | 1100 | 1011001 | 101001 |
Color Harmonies of #C5300C
Complementary color
Monochromatic Colors of #C5300C
Black with #C5300C
Text Example
Text Example
White with #C5300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5300C; }
p { color: rgb(197,48,12); }
H1.HeaderClassName
{
color: #C5300C;
}
.AnyTagClassName
{
color: #C5300C;
}
</style>
background-color css
<style>
a { background-color: #C5300C; }
a { background-color: rgb(197,48,12); }
div.DivClassName
{
background-color: #C5300C;
}
.BgClassName
{
background-color: #C5300C;
}
</style>
border-color css
<style>
span { border-color: #C5300C; }
span { border-color: rgb(197,48,12); }
td.TdClassName
{
border-color: #C5300C;
}
.TagClassName
{
border-color: #C5300C;
}
</style>