Html Css Color HEX #C53220 Harley Davidson Orange
📋 copy color: '#C53220'red 197 ◦ green 50 ◦ blue 32
Shades of Harley Davidson Orange #C53220
Tints of Harley Davidson Orange #C53220
RGB
CMYK
RGB Variations
Color information
#C53220 (or 0xC53220) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 20. RGB value is (197,50,32). Sum of RGB (Red+Green+Blue) = 197+50+32=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C53220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53220 is #3ACDDF. Grayscale: #5C5C5C. Windows color (decimal): -3853792 or 2110149. OLE color: 2110149.
HSL color Cylindrical-coordinate representation of color #C53220: hue angle of 6.55º 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 #C53220 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 32 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.23 |
| HSL | 6.55º | 0.72% | 0.45% | - |
| HSV(B) | 6.55º | 0.84% | 0.77% | - |
| XYZ | 24.43 | 14.26 | 2.83 | - |
| YUV | 91.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 32 | 0 | 0.75 | 0.84 | 0.23 | 6.55 | 0.72 | 0.45 |
| Hex | C5 | 32 | 20 | 0 | 4B | 54 | 17 | 7 | 48 | 2D |
| Octal | 305 | 62 | 40 | 0 | 113 | 124 | 27 | 7 | 110 | 55 |
| Binary | 11000101 | 110010 | 100000 | 0 | 1001011 | 1010100 | 10111 | 111 | 1001000 | 101101 |
Color Harmonies of #C53220
Complementary color
Monochromatic Colors of #C53220
Black with #C53220
Text Example
Text Example
White with #C53220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53220; }
p { color: rgb(197,50,32); }
H1.HeaderClassName
{
color: #C53220;
}
.AnyTagClassName
{
color: #C53220;
}
</style>
background-color css
<style>
a { background-color: #C53220; }
a { background-color: rgb(197,50,32); }
div.DivClassName
{
background-color: #C53220;
}
.BgClassName
{
background-color: #C53220;
}
</style>
border-color css
<style>
span { border-color: #C53220; }
span { border-color: rgb(197,50,32); }
td.TdClassName
{
border-color: #C53220;
}
.TagClassName
{
border-color: #C53220;
}
</style>