#C6391A

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

Shades of Harley Davidson Orange #C6391A

Tints of Harley Davidson Orange #C6391A

Color information

#C6391A (or 0xC6391A) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 39 and 1A. RGB value is (198,57,26). Sum of RGB (Red+Green+Blue) = 198+57+26=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6391A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6391A is #39C6E5. Grayscale: #5F5F5F. Windows color (decimal): -3786470 or 1718726. OLE color: 1718726.

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

Color convert

RGB1985726-
CMYK00.710.870.22
HSL10.81º76.79%43.92%-
HSV(B)10.81º86.87%77.65%-
XYZ24.9415.012.56-
YUV95.6288.71201.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 70.46%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 26 (10.55% from 255) = 9.25%
R=70.46%
G=20.28%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198572600.710.870.2210.8176.7943.92
HexC6391A0475716b4d2c
Octal30671320107127261311554
Binary11000110111001110100100011110101111011010111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6391A; }

 p { color: rgb(198,57,26); }

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

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

 a { background-color: rgb(198,57,26); }

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

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

 span { border-color: rgb(198,57,26); }

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