#C64417

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

Shades of Harley Davidson Orange #C64417

Tints of Harley Davidson Orange #C64417

Color information

#C64417 (or 0xC64417) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 44 and 17. RGB value is (198,68,23). Sum of RGB (Red+Green+Blue) = 198+68+23=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C64417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64417 is #39BBE8. Grayscale: #666666. Windows color (decimal): -3783657 or 1524934. OLE color: 1524934.

HSL color Cylindrical-coordinate representation of color #C64417: hue angle of 15.43º 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 #C64417 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB1986823-
CMYK00.660.880.22
HSL15.43º79.19%43.33%-
HSV(B)15.43º88.38%77.65%-
XYZ25.5116.22.59-
YUV101.7483.57196.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.51%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 23 (9.38% from 255) = 7.96%
R=68.51%
G=23.53%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198682300.660.880.2215.4379.1943.33
HexC644170425816f4f2b
Octal306104270102130261711753
Binary110001101000100101110100001010110001011011111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64417; }

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

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

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

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

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

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

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

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