#C22211

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

Shades of Harley Davidson Orange #C22211

Tints of Harley Davidson Orange #C22211

Color information

#C22211 (or 0xC22211) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 22 and 11. RGB value is (194,34,17). Sum of RGB (Red+Green+Blue) = 194+34+17=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C22211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22211 is #3DDDEE. Grayscale: #505050. Windows color (decimal): -4054511 or 1123010. OLE color: 1123010.

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

Color convert

RGB1943417-
CMYK00.820.910.24
HSL5.76º83.89%41.37%-
HSV(B)5.76º91.24%76.08%-
XYZ22.9212.651.76-
YUV79.992.51209.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 79.18%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=79.18%
G=13.88%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194341700.820.910.245.7683.8941.37
HexC222110525B1865429
Octal3024221012213330612451
Binary1100001010001010001010100101011011110001101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22211; }

 p { color: rgb(194,34,17); }

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

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

 a { background-color: rgb(194,34,17); }

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

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

 span { border-color: rgb(194,34,17); }

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