Html Css Color HEX #C53020 Harley Davidson Orange
📋 copy color: '#C53020'red 197 ◦ green 48 ◦ blue 32
Shades of Harley Davidson Orange #C53020
Tints of Harley Davidson Orange #C53020
RGB
CMYK
RGB Variations
Color information
#C53020 (or 0xC53020) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 20. RGB value is (197,48,32). Sum of RGB (Red+Green+Blue) = 197+48+32=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C53020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53020 is #3ACFDF. Grayscale: #5A5A5A. Windows color (decimal): -3854304 or 2109637. OLE color: 2109637.
HSL color Cylindrical-coordinate representation of color #C53020: hue angle of 5.82º 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 #C53020 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 32 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.23 |
| HSL | 5.82º | 0.72% | 0.45% | - |
| HSV(B) | 5.82º | 0.84% | 0.77% | - |
| XYZ | 24.34 | 14.09 | 2.8 | - |
| YUV | 90.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 32 | 0 | 0.76 | 0.84 | 0.23 | 5.82 | 0.72 | 0.45 |
| Hex | C5 | 30 | 20 | 0 | 4C | 54 | 17 | 6 | 48 | 2D |
| Octal | 305 | 60 | 40 | 0 | 114 | 124 | 27 | 6 | 110 | 55 |
| Binary | 11000101 | 110000 | 100000 | 0 | 1001100 | 1010100 | 10111 | 110 | 1001000 | 101101 |
Color Harmonies of #C53020
Complementary color
Monochromatic Colors of #C53020
Black with #C53020
Text Example
Text Example
White with #C53020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53020; }
p { color: rgb(197,48,32); }
H1.HeaderClassName
{
color: #C53020;
}
.AnyTagClassName
{
color: #C53020;
}
</style>
background-color css
<style>
a { background-color: #C53020; }
a { background-color: rgb(197,48,32); }
div.DivClassName
{
background-color: #C53020;
}
.BgClassName
{
background-color: #C53020;
}
</style>
border-color css
<style>
span { border-color: #C53020; }
span { border-color: rgb(197,48,32); }
td.TdClassName
{
border-color: #C53020;
}
.TagClassName
{
border-color: #C53020;
}
</style>