Html Css Color HEX #C53010 Harley Davidson Orange
📋 copy color: '#C53010'red 197 ◦ green 48 ◦ blue 16
Shades of Harley Davidson Orange #C53010
Tints of Harley Davidson Orange #C53010
RGB
CMYK
RGB Variations
Color information
#C53010 (or 0xC53010) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 10. RGB value is (197,48,16). Sum of RGB (Red+Green+Blue) = 197+48+16=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C53010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53010 is #3ACFEF. Grayscale: #595959. Windows color (decimal): -3854320 or 1061061. OLE color: 1061061.
HSL color Cylindrical-coordinate representation of color #C53010: hue angle of 10.61º 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 #C53010 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 16 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.23 |
| HSL | 10.61º | 0.85% | 0.42% | - |
| HSV(B) | 10.61º | 0.92% | 0.77% | - |
| XYZ | 24.18 | 14.02 | 1.92 | - |
| YUV | 88.9 | 86.86 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 16 | 0 | 0.76 | 0.92 | 0.23 | 10.61 | 0.85 | 0.42 |
| Hex | C5 | 30 | 10 | 0 | 4C | 5C | 17 | B | 55 | 2A |
| Octal | 305 | 60 | 20 | 0 | 114 | 134 | 27 | 13 | 125 | 52 |
| Binary | 11000101 | 110000 | 10000 | 0 | 1001100 | 1011100 | 10111 | 1011 | 1010101 | 101010 |
Color Harmonies of #C53010
Complementary color
Monochromatic Colors of #C53010
Black with #C53010
Text Example
Text Example
White with #C53010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53010; }
p { color: rgb(197,48,16); }
H1.HeaderClassName
{
color: #C53010;
}
.AnyTagClassName
{
color: #C53010;
}
</style>
background-color css
<style>
a { background-color: #C53010; }
a { background-color: rgb(197,48,16); }
div.DivClassName
{
background-color: #C53010;
}
.BgClassName
{
background-color: #C53010;
}
</style>
border-color css
<style>
span { border-color: #C53010; }
span { border-color: rgb(197,48,16); }
td.TdClassName
{
border-color: #C53010;
}
.TagClassName
{
border-color: #C53010;
}
</style>