#C5260A

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

Shades of Harley Davidson Orange #C5260A

Tints of Harley Davidson Orange #C5260A

Color information

#C5260A (or 0xC5260A) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 26 and 0A. RGB value is (197,38,10). Sum of RGB (Red+Green+Blue) = 197+38+10=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C5260A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5260A is #3AD9F5. Grayscale: #525252. Windows color (decimal): -3856886 or 665285. OLE color: 665285.

HSL color Cylindrical-coordinate representation of color #C5260A: hue angle of 8.98º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5260A is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB1973810-
CMYK00.810.950.23
HSL8.98º90.34%40.59%-
HSV(B)8.98º94.92%77.25%-
XYZ23.7713.281.6-
YUV82.3587.18209.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 80.41%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 10 (4.30% from 255) = 4.08%
R=80.41%
G=15.51%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197381000.810.950.238.9890.3440.59
HexC526A0515F1795a29
Octal30546120121137271113251
Binary1100010110011010100101000110111111011110011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5260A; }

 p { color: rgb(197,38,10); }

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

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

 a { background-color: rgb(197,38,10); }

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

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

 span { border-color: rgb(197,38,10); }

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