#C5351A

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

Shades of Harley Davidson Orange #C5351A

Tints of Harley Davidson Orange #C5351A

Color information

#C5351A (or 0xC5351A) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 35 and 1A. RGB value is (197,53,26). Sum of RGB (Red+Green+Blue) = 197+53+26=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5351A is #3ACAE5. Grayscale: #5D5D5D. Windows color (decimal): -3853030 or 1717701. OLE color: 1717701.

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

Color convert

RGB1975326-
CMYK00.730.870.23
HSL9.47º76.68%43.73%-
HSV(B)9.47º86.8%77.25%-
XYZ24.4914.492.48-
YUV92.9890.21202.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.38%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 26 (10.55% from 255) = 9.42%
R=71.38%
G=19.20%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197532600.730.870.239.4776.6843.73
HexC5351A049571794d2c
Octal30565320111127271111554
Binary11000101110101110100100100110101111011110011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5351A; }

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

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

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

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

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

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

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

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