Html Css Color HEX #C52116 Harley Davidson Orange
📋 copy color: '#C52116'red 197 ◦ green 33 ◦ blue 22
Shades of Harley Davidson Orange #C52116
Tints of Harley Davidson Orange #C52116
RGB
CMYK
RGB Variations
Color information
#C52116 (or 0xC52116) is known color: Harley Davidson Orange. HEX triplet: C5, 21 and 16. RGB value is (197,33,22). Sum of RGB (Red+Green+Blue) = 197+33+22=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C52116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52116 is #3ADEE9. Grayscale: #505050. Windows color (decimal): -3858154 or 1450437. OLE color: 1450437.
HSL color Cylindrical-coordinate representation of color #C52116: hue angle of 3.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C52116 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 22 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.23 |
| HSL | 3.77º | 0.8% | 0.43% | - |
| HSV(B) | 3.77º | 0.89% | 0.77% | - |
| XYZ | 23.71 | 13.02 | 2.02 | - |
| YUV | 80.78 | 94.83 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 22 | 0 | 0.83 | 0.89 | 0.23 | 3.77 | 0.8 | 0.43 |
| Hex | C5 | 21 | 16 | 0 | 53 | 59 | 17 | 4 | 50 | 2B |
| Octal | 305 | 41 | 26 | 0 | 123 | 131 | 27 | 4 | 120 | 53 |
| Binary | 11000101 | 100001 | 10110 | 0 | 1010011 | 1011001 | 10111 | 100 | 1010000 | 101011 |
Color Harmonies of #C52116
Complementary color
Monochromatic Colors of #C52116
Black with #C52116
Text Example
Text Example
White with #C52116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52116; }
p { color: rgb(197,33,22); }
H1.HeaderClassName
{
color: #C52116;
}
.AnyTagClassName
{
color: #C52116;
}
</style>
background-color css
<style>
a { background-color: #C52116; }
a { background-color: rgb(197,33,22); }
div.DivClassName
{
background-color: #C52116;
}
.BgClassName
{
background-color: #C52116;
}
</style>
border-color css
<style>
span { border-color: #C52116; }
span { border-color: rgb(197,33,22); }
td.TdClassName
{
border-color: #C52116;
}
.TagClassName
{
border-color: #C52116;
}
</style>