#c1340c

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

Shades of Harley Davidson Orange #C1340C

Tints of Harley Davidson Orange #C1340C

Color information

#C1340C (or 0xC1340C) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 34 and 0C. RGB value is (193,52,12). Sum of RGB (Red+Green+Blue) = 193+52+12=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C1340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1340C is #3ECBF3. Grayscale: #595959. Windows color (decimal): -4115444 or 799937. OLE color: 799937.

HSL color Cylindrical-coordinate representation of color #C1340C: hue angle of 13.26º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1340C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB1935212-
CMYK00.730.940.24
HSL13.26º88.29%40.2%-
HSV(B)13.26º93.78%75.69%-
XYZ23.2913.821.79-
YUV89.684.21201.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.10%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 12 (5.08% from 255) = 4.67%
R=75.10%
G=20.23%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193521200.730.940.2413.2688.2940.2
HexC134C0495E18d5828
Octal30164140111136301513050
Binary1100000111010011000100100110111101100011011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1340c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1340c; }

 p { color: rgb(193,52,12); }

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

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

 a { background-color: rgb(193,52,12); }

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

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

 span { border-color: rgb(193,52,12); }

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