#C64117

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

Shades of Harley Davidson Orange #C64117

Tints of Harley Davidson Orange #C64117

Color information

#C64117 (or 0xC64117) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 41 and 17. RGB value is (198,65,23). Sum of RGB (Red+Green+Blue) = 198+65+23=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C64117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64117 is #39BEE8. Grayscale: #646464. Windows color (decimal): -3784425 or 1524166. OLE color: 1524166.

HSL color Cylindrical-coordinate representation of color #C64117: hue angle of 14.4º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C64117 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB1986523-
CMYK00.670.880.22
HSL14.4º79.19%43.33%-
HSV(B)14.4º88.38%77.65%-
XYZ25.3315.852.53-
YUV99.9884.56197.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.23%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 23 (9.38% from 255) = 8.04%
R=69.23%
G=22.73%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198652300.670.880.2214.479.1943.33
HexC641170435816e4f2b
Octal306101270103130261611753
Binary110001101000001101110100001110110001011011101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64117; }

 p { color: rgb(198,65,23); }

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

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

 a { background-color: rgb(198,65,23); }

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

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

 span { border-color: rgb(198,65,23); }

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