#C53C10

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

Shades of Harley Davidson Orange #C53C10

Tints of Harley Davidson Orange #C53C10

Color information

#C53C10 (or 0xC53C10) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 3C and 10. RGB value is (197,60,16). Sum of RGB (Red+Green+Blue) = 197+60+16=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53C10 is #3AC3EF. Grayscale: #606060. Windows color (decimal): -3851248 or 1064133. OLE color: 1064133.

HSL color Cylindrical-coordinate representation of color #C53C10: hue angle of 14.59º 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 #C53C10 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB1976016-
CMYK00.700.920.23
HSL14.59º84.98%41.76%-
HSV(B)14.59º91.88%77.25%-
XYZ24.7415.142.11-
YUV95.9582.89200.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 72.16%
GREEN value IS 60 (23.83% from 255) = 21.98%
BLUE value IS 16 (6.64% from 255) = 5.86%
R=72.16%
G=21.98%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197601600.700.920.2314.5984.9841.76
HexC53C100465C17f552a
Octal30574200106134271712552
Binary11000101111100100000100011010111001011111111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53C10; }

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

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

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

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

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

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

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

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