#C6340E

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

Shades of Harley Davidson Orange #C6340E

Tints of Harley Davidson Orange #C6340E

Color information

#C6340E (or 0xC6340E) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 34 and 0E. RGB value is (198,52,14). Sum of RGB (Red+Green+Blue) = 198+52+14=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C6340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6340E is #39CBF1. Grayscale: #5B5B5B. Windows color (decimal): -3787762 or 931014. OLE color: 931014.

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

Color convert

RGB1985214-
CMYK00.740.930.22
HSL12.39º86.79%41.57%-
HSV(B)12.39º92.93%77.65%-
XYZ24.614.491.92-
YUV91.3284.37204.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 75%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 14 (5.86% from 255) = 5.30%
R=75%
G=19.70%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198521400.740.930.2212.3986.7941.57
HexC634E04A5D16c572a
Octal30664160112135261412752
Binary1100011011010011100100101010111011011011001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6340E; }

 p { color: rgb(198,52,14); }

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

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

 a { background-color: rgb(198,52,14); }

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

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

 span { border-color: rgb(198,52,14); }

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