Html Css Color HEX #C5220A Harley Davidson Orange
📋 copy color: '#C5220A'red 197 ◦ green 34 ◦ blue 10
Shades of Harley Davidson Orange #C5220A
Tints of Harley Davidson Orange #C5220A
RGB
CMYK
RGB Variations
Color information
#C5220A (or 0xC5220A) is known color: Harley Davidson Orange. HEX triplet: C5, 22 and 0A. RGB value is (197,34,10). Sum of RGB (Red+Green+Blue) = 197+34+10=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C5220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5220A is #3ADDF5. Grayscale: #505050. Windows color (decimal): -3857910 or 664261. OLE color: 664261.
HSL color Cylindrical-coordinate representation of color #C5220A: hue angle of 7.7º 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 #C5220A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 10 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.23 |
| HSL | 7.7º | 0.9% | 0.41% | - |
| HSV(B) | 7.7º | 0.95% | 0.77% | - |
| XYZ | 23.65 | 13.04 | 1.56 | - |
| YUV | 80 | 88.5 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 10 | 0 | 0.83 | 0.95 | 0.23 | 7.7 | 0.9 | 0.41 |
| Hex | C5 | 22 | A | 0 | 53 | 5F | 17 | 8 | 5A | 29 |
| Octal | 305 | 42 | 12 | 0 | 123 | 137 | 27 | 10 | 132 | 51 |
| Binary | 11000101 | 100010 | 1010 | 0 | 1010011 | 1011111 | 10111 | 1000 | 1011010 | 101001 |
Color Harmonies of #C5220A
Complementary color
Monochromatic Colors of #C5220A
Black with #C5220A
Text Example
Text Example
White with #C5220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5220A; }
p { color: rgb(197,34,10); }
H1.HeaderClassName
{
color: #C5220A;
}
.AnyTagClassName
{
color: #C5220A;
}
</style>
background-color css
<style>
a { background-color: #C5220A; }
a { background-color: rgb(197,34,10); }
div.DivClassName
{
background-color: #C5220A;
}
.BgClassName
{
background-color: #C5220A;
}
</style>
border-color css
<style>
span { border-color: #C5220A; }
span { border-color: rgb(197,34,10); }
td.TdClassName
{
border-color: #C5220A;
}
.TagClassName
{
border-color: #C5220A;
}
</style>