Html Css Color HEX #C53C10 Harley Davidson Orange
📋 copy color: '#C53C10'red 197 ◦ green 60 ◦ blue 16
Shades of Harley Davidson Orange #C53C10
Tints of Harley Davidson Orange #C53C10
RGB
CMYK
RGB Variations
Color information
#C53C10 (or 0xC53C10) is known color: Harley Davidson Orange. HEX triplet: C5, 3C and 10. RGB value is (197,60,16). Sum of RGB (Red+Green+Blue) = 197+60+16=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53C10 is #3AC3EF. Grayscale: #606060. Windows color (decimal): -3851248 or 1064133. OLE color: 1064133.
HSL color Cylindrical-coordinate representation of color #C53C10: hue angle of 14.59º 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 #C53C10 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 16 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.23 |
| HSL | 14.59º | 0.85% | 0.42% | - |
| HSV(B) | 14.59º | 0.92% | 0.77% | - |
| XYZ | 24.74 | 15.14 | 2.11 | - |
| YUV | 95.95 | 82.89 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 16 | 0 | 0.70 | 0.92 | 0.23 | 14.59 | 0.85 | 0.42 |
| Hex | C5 | 3C | 10 | 0 | 46 | 5C | 17 | F | 55 | 2A |
| Octal | 305 | 74 | 20 | 0 | 106 | 134 | 27 | 17 | 125 | 52 |
| Binary | 11000101 | 111100 | 10000 | 0 | 1000110 | 1011100 | 10111 | 1111 | 1010101 | 101010 |
Color Harmonies of #C53C10
Complementary color
Monochromatic Colors of #C53C10
Black with #C53C10
Text Example
Text Example
White with #C53C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C10; }
p { color: rgb(197,60,16); }
H1.HeaderClassName
{
color: #C53C10;
}
.AnyTagClassName
{
color: #C53C10;
}
</style>
background-color css
<style>
a { background-color: #C53C10; }
a { background-color: rgb(197,60,16); }
div.DivClassName
{
background-color: #C53C10;
}
.BgClassName
{
background-color: #C53C10;
}
</style>
border-color css
<style>
span { border-color: #C53C10; }
span { border-color: rgb(197,60,16); }
td.TdClassName
{
border-color: #C53C10;
}
.TagClassName
{
border-color: #C53C10;
}
</style>