Html Css Color HEX #C52416 Harley Davidson Orange
📋 copy color: '#C52416'red 197 ◦ green 36 ◦ blue 22
Shades of Harley Davidson Orange #C52416
Tints of Harley Davidson Orange #C52416
RGB
CMYK
RGB Variations
Color information
#C52416 (or 0xC52416) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 16. RGB value is (197,36,22). Sum of RGB (Red+Green+Blue) = 197+36+22=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C52416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52416 is #3ADBE9. Grayscale: #525252. Windows color (decimal): -3857386 or 1451205. OLE color: 1451205.
HSL color Cylindrical-coordinate representation of color #C52416: hue angle of 4.8º 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 #C52416 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 22 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.23 |
| HSL | 4.8º | 0.8% | 0.43% | - |
| HSV(B) | 4.8º | 0.89% | 0.77% | - |
| XYZ | 23.8 | 13.19 | 2.05 | - |
| YUV | 82.54 | 93.84 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 22 | 0 | 0.82 | 0.89 | 0.23 | 4.8 | 0.8 | 0.43 |
| Hex | C5 | 24 | 16 | 0 | 52 | 59 | 17 | 5 | 50 | 2B |
| Octal | 305 | 44 | 26 | 0 | 122 | 131 | 27 | 5 | 120 | 53 |
| Binary | 11000101 | 100100 | 10110 | 0 | 1010010 | 1011001 | 10111 | 101 | 1010000 | 101011 |
Color Harmonies of #C52416
Complementary color
Monochromatic Colors of #C52416
Black with #C52416
Text Example
Text Example
White with #C52416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52416; }
p { color: rgb(197,36,22); }
H1.HeaderClassName
{
color: #C52416;
}
.AnyTagClassName
{
color: #C52416;
}
</style>
background-color css
<style>
a { background-color: #C52416; }
a { background-color: rgb(197,36,22); }
div.DivClassName
{
background-color: #C52416;
}
.BgClassName
{
background-color: #C52416;
}
</style>
border-color css
<style>
span { border-color: #C52416; }
span { border-color: rgb(197,36,22); }
td.TdClassName
{
border-color: #C52416;
}
.TagClassName
{
border-color: #C52416;
}
</style>