Html Css Color HEX #C53716 Harley Davidson Orange
📋 copy color: '#C53716'red 197 ◦ green 55 ◦ blue 22
Shades of Harley Davidson Orange #C53716
Tints of Harley Davidson Orange #C53716
RGB
CMYK
RGB Variations
Color information
#C53716 (or 0xC53716) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 16. RGB value is (197,55,22). Sum of RGB (Red+Green+Blue) = 197+55+22=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C53716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53716 is #3AC8E9. Grayscale: #5D5D5D. Windows color (decimal): -3852522 or 1456069. OLE color: 1456069.
HSL color Cylindrical-coordinate representation of color #C53716: hue angle of 11.31º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C53716 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 22 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.23 |
| HSL | 11.31º | 0.8% | 0.43% | - |
| HSV(B) | 11.31º | 0.89% | 0.77% | - |
| XYZ | 24.54 | 14.66 | 2.3 | - |
| YUV | 93.7 | 87.54 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 22 | 0 | 0.72 | 0.89 | 0.23 | 11.31 | 0.8 | 0.43 |
| Hex | C5 | 37 | 16 | 0 | 48 | 59 | 17 | B | 50 | 2B |
| Octal | 305 | 67 | 26 | 0 | 110 | 131 | 27 | 13 | 120 | 53 |
| Binary | 11000101 | 110111 | 10110 | 0 | 1001000 | 1011001 | 10111 | 1011 | 1010000 | 101011 |
Color Harmonies of #C53716
Complementary color
Monochromatic Colors of #C53716
Black with #C53716
Text Example
Text Example
White with #C53716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53716; }
p { color: rgb(197,55,22); }
H1.HeaderClassName
{
color: #C53716;
}
.AnyTagClassName
{
color: #C53716;
}
</style>
background-color css
<style>
a { background-color: #C53716; }
a { background-color: rgb(197,55,22); }
div.DivClassName
{
background-color: #C53716;
}
.BgClassName
{
background-color: #C53716;
}
</style>
border-color css
<style>
span { border-color: #C53716; }
span { border-color: rgb(197,55,22); }
td.TdClassName
{
border-color: #C53716;
}
.TagClassName
{
border-color: #C53716;
}
</style>