Html Css Color HEX #C5200A Harley Davidson Orange
📋 copy color: '#C5200A'red 197 ◦ green 32 ◦ blue 10
Shades of Harley Davidson Orange #C5200A
Tints of Harley Davidson Orange #C5200A
RGB
CMYK
RGB Variations
Color information
#C5200A (or 0xC5200A) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 0A. RGB value is (197,32,10). Sum of RGB (Red+Green+Blue) = 197+32+10=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C5200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5200A is #3ADFF5. Grayscale: #4F4F4F. Windows color (decimal): -3858422 or 663749. OLE color: 663749.
HSL color Cylindrical-coordinate representation of color #C5200A: hue angle of 7.06º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5200A is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 10 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.23 |
| HSL | 7.06º | 0.9% | 0.41% | - |
| HSV(B) | 7.06º | 0.95% | 0.77% | - |
| XYZ | 23.6 | 12.93 | 1.54 | - |
| YUV | 78.83 | 89.16 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 10 | 0 | 0.84 | 0.95 | 0.23 | 7.06 | 0.9 | 0.41 |
| Hex | C5 | 20 | A | 0 | 54 | 5F | 17 | 7 | 5A | 29 |
| Octal | 305 | 40 | 12 | 0 | 124 | 137 | 27 | 7 | 132 | 51 |
| Binary | 11000101 | 100000 | 1010 | 0 | 1010100 | 1011111 | 10111 | 111 | 1011010 | 101001 |
Color Harmonies of #C5200A
Complementary color
Monochromatic Colors of #C5200A
Black with #C5200A
Text Example
Text Example
White with #C5200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5200A; }
p { color: rgb(197,32,10); }
H1.HeaderClassName
{
color: #C5200A;
}
.AnyTagClassName
{
color: #C5200A;
}
</style>
background-color css
<style>
a { background-color: #C5200A; }
a { background-color: rgb(197,32,10); }
div.DivClassName
{
background-color: #C5200A;
}
.BgClassName
{
background-color: #C5200A;
}
</style>
border-color css
<style>
span { border-color: #C5200A; }
span { border-color: rgb(197,32,10); }
td.TdClassName
{
border-color: #C5200A;
}
.TagClassName
{
border-color: #C5200A;
}
</style>