#C5341A

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

Shades of Harley Davidson Orange #C5341A

Tints of Harley Davidson Orange #C5341A

Color information

#C5341A (or 0xC5341A) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 34 and 1A. RGB value is (197,52,26). Sum of RGB (Red+Green+Blue) = 197+52+26=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C5341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5341A is #3ACBE5. Grayscale: #5C5C5C. Windows color (decimal): -3853286 or 1717445. OLE color: 1717445.

HSL color Cylindrical-coordinate representation of color #C5341A: hue angle of 9.12º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5341A is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB1975226-
CMYK00.740.870.23
HSL9.12º76.68%43.73%-
HSV(B)9.12º86.8%77.25%-
XYZ24.4414.42.47-
YUV92.3990.54202.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.64%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 26 (10.55% from 255) = 9.45%
R=71.64%
G=18.91%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197522600.740.870.239.1276.6843.73
HexC5341A04A571794d2c
Octal30564320112127271111554
Binary11000101110100110100100101010101111011110011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5341A; }

 p { color: rgb(197,52,26); }

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

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

 a { background-color: rgb(197,52,26); }

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

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

 span { border-color: rgb(197,52,26); }

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