#C14022

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

Shades of Harley Davidson Orange #C14022

Tints of Harley Davidson Orange #C14022

Color information

#C14022 (or 0xC14022) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 40 and 22. RGB value is (193,64,34). Sum of RGB (Red+Green+Blue) = 193+64+34=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C14022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14022 is #3EBFDD. Grayscale: #636363. Windows color (decimal): -4112350 or 2244801. OLE color: 2244801.

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

Color convert

RGB1936434-
CMYK00.670.820.24
HSL11.32º70.04%44.51%-
HSV(B)11.32º82.38%75.69%-
XYZ24.1115.123.16-
YUV99.1591.24194.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.32%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 34 (13.67% from 255) = 11.68%
R=66.32%
G=21.99%
B=11.68%

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
Decimal193643400.670.820.2411.3270.0444.51
HexC140220435218b462d
Octal301100420103122301310655
Binary1100000110000001000100100001110100101100010111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14022; }

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

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

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

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

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

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

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

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