Html Css Color HEX #C5220C Harley Davidson Orange
📋 copy color: '#C5220C'red 197 ◦ green 34 ◦ blue 12
Shades of Harley Davidson Orange #C5220C
Tints of Harley Davidson Orange #C5220C
RGB
CMYK
RGB Variations
Color information
#C5220C (or 0xC5220C) is known color: Harley Davidson Orange. HEX triplet: C5, 22 and 0C. RGB value is (197,34,12). Sum of RGB (Red+Green+Blue) = 197+34+12=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C5220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5220C is #3ADDF3. Grayscale: #505050. Windows color (decimal): -3857908 or 795333. OLE color: 795333.
HSL color Cylindrical-coordinate representation of color #C5220C: hue angle of 7.14º 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 #C5220C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.23 |
| HSL | 7.14º | 0.89% | 0.41% | - |
| HSV(B) | 7.14º | 0.94% | 0.77% | - |
| XYZ | 23.66 | 13.04 | 1.62 | - |
| YUV | 80.23 | 89.5 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 12 | 0 | 0.83 | 0.94 | 0.23 | 7.14 | 0.89 | 0.41 |
| Hex | C5 | 22 | C | 0 | 53 | 5E | 17 | 7 | 59 | 29 |
| Octal | 305 | 42 | 14 | 0 | 123 | 136 | 27 | 7 | 131 | 51 |
| Binary | 11000101 | 100010 | 1100 | 0 | 1010011 | 1011110 | 10111 | 111 | 1011001 | 101001 |
Color Harmonies of #C5220C
Complementary color
Monochromatic Colors of #C5220C
Black with #C5220C
Text Example
Text Example
White with #C5220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5220C; }
p { color: rgb(197,34,12); }
H1.HeaderClassName
{
color: #C5220C;
}
.AnyTagClassName
{
color: #C5220C;
}
</style>
background-color css
<style>
a { background-color: #C5220C; }
a { background-color: rgb(197,34,12); }
div.DivClassName
{
background-color: #C5220C;
}
.BgClassName
{
background-color: #C5220C;
}
</style>
border-color css
<style>
span { border-color: #C5220C; }
span { border-color: rgb(197,34,12); }
td.TdClassName
{
border-color: #C5220C;
}
.TagClassName
{
border-color: #C5220C;
}
</style>