Html Css Color HEX #C53210 Harley Davidson Orange
📋 copy color: '#C53210'red 197 ◦ green 50 ◦ blue 16
Shades of Harley Davidson Orange #C53210
Tints of Harley Davidson Orange #C53210
RGB
CMYK
RGB Variations
Color information
#C53210 (or 0xC53210) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 10. RGB value is (197,50,16). Sum of RGB (Red+Green+Blue) = 197+50+16=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C53210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53210 is #3ACDEF. Grayscale: #5A5A5A. Windows color (decimal): -3853808 or 1061573. OLE color: 1061573.
HSL color Cylindrical-coordinate representation of color #C53210: hue angle of 11.27º 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 #C53210 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 16 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.23 |
| HSL | 11.27º | 0.85% | 0.42% | - |
| HSV(B) | 11.27º | 0.92% | 0.77% | - |
| XYZ | 24.26 | 14.19 | 1.95 | - |
| YUV | 90.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 16 | 0 | 0.75 | 0.92 | 0.23 | 11.27 | 0.85 | 0.42 |
| Hex | C5 | 32 | 10 | 0 | 4B | 5C | 17 | B | 55 | 2A |
| Octal | 305 | 62 | 20 | 0 | 113 | 134 | 27 | 13 | 125 | 52 |
| Binary | 11000101 | 110010 | 10000 | 0 | 1001011 | 1011100 | 10111 | 1011 | 1010101 | 101010 |
Color Harmonies of #C53210
Complementary color
Monochromatic Colors of #C53210
Black with #C53210
Text Example
Text Example
White with #C53210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53210; }
p { color: rgb(197,50,16); }
H1.HeaderClassName
{
color: #C53210;
}
.AnyTagClassName
{
color: #C53210;
}
</style>
background-color css
<style>
a { background-color: #C53210; }
a { background-color: rgb(197,50,16); }
div.DivClassName
{
background-color: #C53210;
}
.BgClassName
{
background-color: #C53210;
}
</style>
border-color css
<style>
span { border-color: #C53210; }
span { border-color: rgb(197,50,16); }
td.TdClassName
{
border-color: #C53210;
}
.TagClassName
{
border-color: #C53210;
}
</style>