#C53617

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

Shades of Harley Davidson Orange #C53617

Tints of Harley Davidson Orange #C53617

Color information

#C53617 (or 0xC53617) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 36 and 17. RGB value is (197,54,23). Sum of RGB (Red+Green+Blue) = 197+54+23=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C53617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53617 is #3AC9E8. Grayscale: #5D5D5D. Windows color (decimal): -3852777 or 1521349. OLE color: 1521349.

HSL color Cylindrical-coordinate representation of color #C53617: hue angle of 10.69º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C53617 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB1975423-
CMYK00.730.880.23
HSL10.69º79.09%43.14%-
HSV(B)10.69º88.32%77.25%-
XYZ24.514.572.33-
YUV93.2288.38202.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.90%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 23 (9.38% from 255) = 8.39%
R=71.90%
G=19.71%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197542300.730.880.2310.6979.0943.14
HexC536170495817b4f2b
Octal30566270111130271311753
Binary11000101110110101110100100110110001011110111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53617; }

 p { color: rgb(197,54,23); }

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

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

 a { background-color: rgb(197,54,23); }

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

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

 span { border-color: rgb(197,54,23); }

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