#C64217

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

Shades of Harley Davidson Orange #C64217

Tints of Harley Davidson Orange #C64217

Color information

#C64217 (or 0xC64217) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 42 and 17. RGB value is (198,66,23). Sum of RGB (Red+Green+Blue) = 198+66+23=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C64217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64217 is #39BDE8. Grayscale: #646464. Windows color (decimal): -3784169 or 1524422. OLE color: 1524422.

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

Color convert

RGB1986623-
CMYK00.670.880.22
HSL14.74º79.19%43.33%-
HSV(B)14.74º88.38%77.65%-
XYZ25.3915.962.55-
YUV100.5784.23197.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.99%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 23 (9.38% from 255) = 8.01%
R=68.99%
G=23.00%
B=8.01%

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
Decimal198662300.670.880.2214.7479.1943.33
HexC642170435816f4f2b
Octal306102270103130261711753
Binary110001101000010101110100001110110001011011111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64217; }

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

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

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

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

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

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

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

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