Html Css Color HEX #C53722 Harley Davidson Orange
📋 copy color: '#C53722'red 197 ◦ green 55 ◦ blue 34
Shades of Harley Davidson Orange #C53722
Tints of Harley Davidson Orange #C53722
RGB
CMYK
RGB Variations
Color information
#C53722 (or 0xC53722) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 22. RGB value is (197,55,34). Sum of RGB (Red+Green+Blue) = 197+55+34=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C53722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53722 is #3AC8DD. Grayscale: #5F5F5F. Windows color (decimal): -3852510 or 2242501. OLE color: 2242501.
HSL color Cylindrical-coordinate representation of color #C53722: hue angle of 7.73º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C53722 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 34 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.23 |
| HSL | 7.73º | 0.71% | 0.45% | - |
| HSV(B) | 7.73º | 0.83% | 0.77% | - |
| XYZ | 24.68 | 14.72 | 3.05 | - |
| YUV | 95.06 | 93.54 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 34 | 0 | 0.72 | 0.83 | 0.23 | 7.73 | 0.71 | 0.45 |
| Hex | C5 | 37 | 22 | 0 | 48 | 53 | 17 | 8 | 47 | 2D |
| Octal | 305 | 67 | 42 | 0 | 110 | 123 | 27 | 10 | 107 | 55 |
| Binary | 11000101 | 110111 | 100010 | 0 | 1001000 | 1010011 | 10111 | 1000 | 1000111 | 101101 |
Color Harmonies of #C53722
Complementary color
Monochromatic Colors of #C53722
Black with #C53722
Text Example
Text Example
White with #C53722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53722; }
p { color: rgb(197,55,34); }
H1.HeaderClassName
{
color: #C53722;
}
.AnyTagClassName
{
color: #C53722;
}
</style>
background-color css
<style>
a { background-color: #C53722; }
a { background-color: rgb(197,55,34); }
div.DivClassName
{
background-color: #C53722;
}
.BgClassName
{
background-color: #C53722;
}
</style>
border-color css
<style>
span { border-color: #C53722; }
span { border-color: rgb(197,55,34); }
td.TdClassName
{
border-color: #C53722;
}
.TagClassName
{
border-color: #C53722;
}
</style>