Html Css Color HEX #C5200C Harley Davidson Orange
📋 copy color: '#C5200C'red 197 ◦ green 32 ◦ blue 12
Shades of Harley Davidson Orange #C5200C
Tints of Harley Davidson Orange #C5200C
RGB
CMYK
RGB Variations
Color information
#C5200C (or 0xC5200C) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 0C. RGB value is (197,32,12). Sum of RGB (Red+Green+Blue) = 197+32+12=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C5200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5200C is #3ADFF3. Grayscale: #4F4F4F. Windows color (decimal): -3858420 or 794821. OLE color: 794821.
HSL color Cylindrical-coordinate representation of color #C5200C: hue angle of 6.49º 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 #C5200C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.23 |
| HSL | 6.49º | 0.89% | 0.41% | - |
| HSV(B) | 6.49º | 0.94% | 0.77% | - |
| XYZ | 23.61 | 12.93 | 1.6 | - |
| YUV | 79.06 | 90.16 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 12 | 0 | 0.84 | 0.94 | 0.23 | 6.49 | 0.89 | 0.41 |
| Hex | C5 | 20 | C | 0 | 54 | 5E | 17 | 6 | 59 | 29 |
| Octal | 305 | 40 | 14 | 0 | 124 | 136 | 27 | 6 | 131 | 51 |
| Binary | 11000101 | 100000 | 1100 | 0 | 1010100 | 1011110 | 10111 | 110 | 1011001 | 101001 |
Color Harmonies of #C5200C
Complementary color
Monochromatic Colors of #C5200C
Black with #C5200C
Text Example
Text Example
White with #C5200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5200C; }
p { color: rgb(197,32,12); }
H1.HeaderClassName
{
color: #C5200C;
}
.AnyTagClassName
{
color: #C5200C;
}
</style>
background-color css
<style>
a { background-color: #C5200C; }
a { background-color: rgb(197,32,12); }
div.DivClassName
{
background-color: #C5200C;
}
.BgClassName
{
background-color: #C5200C;
}
</style>
border-color css
<style>
span { border-color: #C5200C; }
span { border-color: rgb(197,32,12); }
td.TdClassName
{
border-color: #C5200C;
}
.TagClassName
{
border-color: #C5200C;
}
</style>