#C13E22

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

Shades of Harley Davidson Orange #C13E22

Tints of Harley Davidson Orange #C13E22

Color information

#C13E22 (or 0xC13E22) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 3E and 22. RGB value is (193,62,34). Sum of RGB (Red+Green+Blue) = 193+62+34=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13E22 is #3EC1DD. Grayscale: #626262. Windows color (decimal): -4112862 or 2244289. OLE color: 2244289.

HSL color Cylindrical-coordinate representation of color #C13E22: hue angle of 10.57º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C13E22 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB1936234-
CMYK00.680.820.24
HSL10.57º70.04%44.51%-
HSV(B)10.57º82.38%75.69%-
XYZ2414.93.12-
YUV97.9891.9195.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.78%
GREEN value IS 62 (24.61% from 255) = 21.45%
BLUE value IS 34 (13.67% from 255) = 11.76%
R=66.78%
G=21.45%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193623400.680.820.2410.5770.0444.51
HexC13E220445218b462d
Octal30176420104122301310655
Binary110000011111101000100100010010100101100010111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E22; }

 p { color: rgb(193,62,34); }

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

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

 a { background-color: rgb(193,62,34); }

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

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

 span { border-color: rgb(193,62,34); }

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