Html Css Color HEX #C54220 Harley Davidson Orange
📋 copy color: '#C54220'red 197 ◦ green 66 ◦ blue 32
Shades of Harley Davidson Orange #C54220
Tints of Harley Davidson Orange #C54220
RGB
CMYK
RGB Variations
Color information
#C54220 (or 0xC54220) is known color: Harley Davidson Orange. HEX triplet: C5, 42 and 20. RGB value is (197,66,32). Sum of RGB (Red+Green+Blue) = 197+66+32=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C54220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54220 is #3ABDDF. Grayscale: #656565. Windows color (decimal): -3849696 or 2114245. OLE color: 2114245.
HSL color Cylindrical-coordinate representation of color #C54220: hue angle of 12.36º 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 #C54220 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 32 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.23 |
| HSL | 12.36º | 0.72% | 0.45% | - |
| HSV(B) | 12.36º | 0.84% | 0.77% | - |
| XYZ | 25.23 | 15.87 | 3.1 | - |
| YUV | 101.29 | 88.9 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 32 | 0 | 0.66 | 0.84 | 0.23 | 12.36 | 0.72 | 0.45 |
| Hex | C5 | 42 | 20 | 0 | 42 | 54 | 17 | C | 48 | 2D |
| Octal | 305 | 102 | 40 | 0 | 102 | 124 | 27 | 14 | 110 | 55 |
| Binary | 11000101 | 1000010 | 100000 | 0 | 1000010 | 1010100 | 10111 | 1100 | 1001000 | 101101 |
Color Harmonies of #C54220
Complementary color
Monochromatic Colors of #C54220
Black with #C54220
Text Example
Text Example
White with #C54220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54220; }
p { color: rgb(197,66,32); }
H1.HeaderClassName
{
color: #C54220;
}
.AnyTagClassName
{
color: #C54220;
}
</style>
background-color css
<style>
a { background-color: #C54220; }
a { background-color: rgb(197,66,32); }
div.DivClassName
{
background-color: #C54220;
}
.BgClassName
{
background-color: #C54220;
}
</style>
border-color css
<style>
span { border-color: #C54220; }
span { border-color: rgb(197,66,32); }
td.TdClassName
{
border-color: #C54220;
}
.TagClassName
{
border-color: #C54220;
}
</style>