Html Css Color HEX #C53620 Harley Davidson Orange
📋 copy color: '#C53620'red 197 ◦ green 54 ◦ blue 32
Shades of Harley Davidson Orange #C53620
Tints of Harley Davidson Orange #C53620
RGB
CMYK
RGB Variations
Color information
#C53620 (or 0xC53620) is known color: Harley Davidson Orange. HEX triplet: C5, 36 and 20. RGB value is (197,54,32). Sum of RGB (Red+Green+Blue) = 197+54+32=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C53620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53620 is #3AC9DF. Grayscale: #5E5E5E. Windows color (decimal): -3852768 or 2111173. OLE color: 2111173.
HSL color Cylindrical-coordinate representation of color #C53620: hue angle of 8º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C53620 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 32 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.23 |
| HSL | 8º | 0.72% | 0.45% | - |
| HSV(B) | 8º | 0.84% | 0.77% | - |
| XYZ | 24.61 | 14.61 | 2.89 | - |
| YUV | 94.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 32 | 0 | 0.73 | 0.84 | 0.23 | 8 | 0.72 | 0.45 |
| Hex | C5 | 36 | 20 | 0 | 49 | 54 | 17 | 8 | 48 | 2D |
| Octal | 305 | 66 | 40 | 0 | 111 | 124 | 27 | 10 | 110 | 55 |
| Binary | 11000101 | 110110 | 100000 | 0 | 1001001 | 1010100 | 10111 | 1000 | 1001000 | 101101 |
Color Harmonies of #C53620
Complementary color
Monochromatic Colors of #C53620
Black with #C53620
Text Example
Text Example
White with #C53620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53620; }
p { color: rgb(197,54,32); }
H1.HeaderClassName
{
color: #C53620;
}
.AnyTagClassName
{
color: #C53620;
}
</style>
background-color css
<style>
a { background-color: #C53620; }
a { background-color: rgb(197,54,32); }
div.DivClassName
{
background-color: #C53620;
}
.BgClassName
{
background-color: #C53620;
}
</style>
border-color css
<style>
span { border-color: #C53620; }
span { border-color: rgb(197,54,32); }
td.TdClassName
{
border-color: #C53620;
}
.TagClassName
{
border-color: #C53620;
}
</style>