Html Css Color HEX #C53610 Harley Davidson Orange
📋 copy color: '#C53610'red 197 ◦ green 54 ◦ blue 16
Shades of Harley Davidson Orange #C53610
Tints of Harley Davidson Orange #C53610
RGB
CMYK
RGB Variations
Color information
#C53610 (or 0xC53610) is known color: Harley Davidson Orange. HEX triplet: C5, 36 and 10. RGB value is (197,54,16). Sum of RGB (Red+Green+Blue) = 197+54+16=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C53610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53610 is #3AC9EF. Grayscale: #5C5C5C. Windows color (decimal): -3852784 or 1062597. OLE color: 1062597.
HSL color Cylindrical-coordinate representation of color #C53610: hue angle of 12.6º 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 #C53610 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 16 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.23 |
| HSL | 12.6º | 0.85% | 0.42% | - |
| HSV(B) | 12.6º | 0.92% | 0.77% | - |
| XYZ | 24.44 | 14.55 | 2.01 | - |
| YUV | 92.43 | 84.88 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 16 | 0 | 0.73 | 0.92 | 0.23 | 12.6 | 0.85 | 0.42 |
| Hex | C5 | 36 | 10 | 0 | 49 | 5C | 17 | D | 55 | 2A |
| Octal | 305 | 66 | 20 | 0 | 111 | 134 | 27 | 15 | 125 | 52 |
| Binary | 11000101 | 110110 | 10000 | 0 | 1001001 | 1011100 | 10111 | 1101 | 1010101 | 101010 |
Color Harmonies of #C53610
Complementary color
Monochromatic Colors of #C53610
Black with #C53610
Text Example
Text Example
White with #C53610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53610; }
p { color: rgb(197,54,16); }
H1.HeaderClassName
{
color: #C53610;
}
.AnyTagClassName
{
color: #C53610;
}
</style>
background-color css
<style>
a { background-color: #C53610; }
a { background-color: rgb(197,54,16); }
div.DivClassName
{
background-color: #C53610;
}
.BgClassName
{
background-color: #C53610;
}
</style>
border-color css
<style>
span { border-color: #C53610; }
span { border-color: rgb(197,54,16); }
td.TdClassName
{
border-color: #C53610;
}
.TagClassName
{
border-color: #C53610;
}
</style>