#C5271A

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

Shades of Harley Davidson Orange #C5271A

Tints of Harley Davidson Orange #C5271A

Color information

#C5271A (or 0xC5271A) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 27 and 1A. RGB value is (197,39,26). Sum of RGB (Red+Green+Blue) = 197+39+26=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C5271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5271A is #3AD8E5. Grayscale: #545454. Windows color (decimal): -3856614 or 1714117. OLE color: 1714117.

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

Color convert

RGB1973926-
CMYK00.800.870.23
HSL4.56º76.68%43.73%-
HSV(B)4.56º86.8%77.25%-
XYZ23.9413.42.3-
YUV84.7694.85208.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 75.19%
GREEN value IS 39 (15.62% from 255) = 14.89%
BLUE value IS 26 (10.55% from 255) = 9.92%
R=75.19%
G=14.89%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197392600.800.870.234.5676.6843.73
HexC5271A050571754d2c
Octal3054732012012727511554
Binary1100010110011111010010100001010111101111011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5271A; }

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

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

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

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

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

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

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

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