#C53210

Color #C53210 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C53210

Tints of Harley Davidson Orange #C53210

Color information

#C53210 (or 0xC53210) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 32 and 10. RGB value is (197,50,16). Sum of RGB (Red+Green+Blue) = 197+50+16=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C53210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53210 is #3ACDEF. Grayscale: #5A5A5A. Windows color (decimal): -3853808 or 1061573. OLE color: 1061573.

HSL color Cylindrical-coordinate representation of color #C53210: hue angle of 11.27º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C53210 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB1975016-
CMYK00.750.920.23
HSL11.27º84.98%41.76%-
HSV(B)11.27º91.88%77.25%-
XYZ24.2614.191.95-
YUV90.0886.2204.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 74.90%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 16 (6.64% from 255) = 6.08%
R=74.90%
G=19.01%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197501600.750.920.2311.2784.9841.76
HexC5321004B5C17b552a
Octal30562200113134271312552
Binary11000101110010100000100101110111001011110111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53210; }

 p { color: rgb(197,50,16); }

 H1.HeaderClassName
 {
   color: #C53210;
 }
 .AnyTagClassName
 {
   color: #C53210;
 }
</style>
background-color css

<style>
 a { background-color: #C53210; }

 a { background-color: rgb(197,50,16); }

 div.DivClassName
 {
   background-color: #C53210;
 }
 .BgClassName
 {
   background-color: #C53210;
 }
</style>
border-color css

<style>
 span { border-color: #C53210; }

 span { border-color: rgb(197,50,16); }

 td.TdClassName
 {
   border-color: #C53210;
 }
 .TagClassName
 {
   border-color: #C53210;
 }
</style>