#C13F22

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

Shades of Harley Davidson Orange #C13F22

Tints of Harley Davidson Orange #C13F22

Color information

#C13F22 (or 0xC13F22) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 3F and 22. RGB value is (193,63,34). Sum of RGB (Red+Green+Blue) = 193+63+34=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F22 is #3EC0DD. Grayscale: #626262. Windows color (decimal): -4112606 or 2244545. OLE color: 2244545.

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

Color convert

RGB1936334-
CMYK00.670.820.24
HSL10.94º70.04%44.51%-
HSV(B)10.94º82.38%75.69%-
XYZ24.0615.013.14-
YUV98.5691.57195.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.55%
GREEN value IS 63 (25% from 255) = 21.72%
BLUE value IS 34 (13.67% from 255) = 11.72%
R=66.55%
G=21.72%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193633400.670.820.2410.9470.0444.51
HexC13F220435218b462d
Octal30177420103122301310655
Binary110000011111111000100100001110100101100010111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13F22; }

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

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

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

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

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

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

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

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