Html Css Color HEX #C52410 Harley Davidson Orange
📋 copy color: '#C52410'red 197 ◦ green 36 ◦ blue 16
Shades of Harley Davidson Orange #C52410
Tints of Harley Davidson Orange #C52410
RGB
CMYK
RGB Variations
Color information
#C52410 (or 0xC52410) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 10. RGB value is (197,36,16). Sum of RGB (Red+Green+Blue) = 197+36+16=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C52410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52410 is #3ADBEF. Grayscale: #525252. Windows color (decimal): -3857392 or 1057989. OLE color: 1057989.
HSL color Cylindrical-coordinate representation of color #C52410: hue angle of 6.63º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C52410 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 16 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.23 |
| HSL | 6.63º | 0.85% | 0.42% | - |
| HSV(B) | 6.63º | 0.92% | 0.77% | - |
| XYZ | 23.75 | 13.17 | 1.78 | - |
| YUV | 81.86 | 90.84 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 16 | 0 | 0.82 | 0.92 | 0.23 | 6.63 | 0.85 | 0.42 |
| Hex | C5 | 24 | 10 | 0 | 52 | 5C | 17 | 7 | 55 | 2A |
| Octal | 305 | 44 | 20 | 0 | 122 | 134 | 27 | 7 | 125 | 52 |
| Binary | 11000101 | 100100 | 10000 | 0 | 1010010 | 1011100 | 10111 | 111 | 1010101 | 101010 |
Color Harmonies of #C52410
Complementary color
Monochromatic Colors of #C52410
Black with #C52410
Text Example
Text Example
White with #C52410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52410; }
p { color: rgb(197,36,16); }
H1.HeaderClassName
{
color: #C52410;
}
.AnyTagClassName
{
color: #C52410;
}
</style>
background-color css
<style>
a { background-color: #C52410; }
a { background-color: rgb(197,36,16); }
div.DivClassName
{
background-color: #C52410;
}
.BgClassName
{
background-color: #C52410;
}
</style>
border-color css
<style>
span { border-color: #C52410; }
span { border-color: rgb(197,36,16); }
td.TdClassName
{
border-color: #C52410;
}
.TagClassName
{
border-color: #C52410;
}
</style>