#C64017

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

Shades of Harley Davidson Orange #C64017

Tints of Harley Davidson Orange #C64017

Color information

#C64017 (or 0xC64017) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 40 and 17. RGB value is (198,64,23). Sum of RGB (Red+Green+Blue) = 198+64+23=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C64017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64017 is #39BFE8. Grayscale: #636363. Windows color (decimal): -3784681 or 1523910. OLE color: 1523910.

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

Color convert

RGB1986423-
CMYK00.680.880.22
HSL14.06º79.19%43.33%-
HSV(B)14.06º88.38%77.65%-
XYZ25.2815.732.52-
YUV99.3984.89198.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.47%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 23 (9.38% from 255) = 8.07%
R=69.47%
G=22.46%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198642300.680.880.2214.0679.1943.33
HexC640170445816e4f2b
Octal306100270104130261611753
Binary110001101000000101110100010010110001011011101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64017; }

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

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

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

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

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

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

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

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