#C13617

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

Shades of Harley Davidson Orange #C13617

Tints of Harley Davidson Orange #C13617

Color information

#C13617 (or 0xC13617) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 36 and 17. RGB value is (193,54,23). Sum of RGB (Red+Green+Blue) = 193+54+23=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C13617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13617 is #3EC9E8. Grayscale: #5C5C5C. Windows color (decimal): -4114921 or 1521345. OLE color: 1521345.

HSL color Cylindrical-coordinate representation of color #C13617: hue angle of 10.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C13617 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB1935423-
CMYK00.720.880.24
HSL10.94º78.7%42.35%-
HSV(B)10.94º88.08%75.69%-
XYZ23.4714.042.28-
YUV92.0389.05200.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 71.48%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 23 (9.38% from 255) = 8.52%
R=71.48%
G=20%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193542300.720.880.2410.9478.742.35
HexC136170485818b4f2a
Octal30166270110130301311752
Binary11000001110110101110100100010110001100010111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13617; }

 p { color: rgb(193,54,23); }

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

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

 a { background-color: rgb(193,54,23); }

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

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

 span { border-color: rgb(193,54,23); }

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