#C22214

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

Shades of Harley Davidson Orange #C22214

Tints of Harley Davidson Orange #C22214

Color information

#C22214 (or 0xC22214) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 22 and 14. RGB value is (194,34,20). Sum of RGB (Red+Green+Blue) = 194+34+20=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C22214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22214 is #3DDDEB. Grayscale: #505050. Windows color (decimal): -4054508 or 1319618. OLE color: 1319618.

HSL color Cylindrical-coordinate representation of color #C22214: hue angle of 4.83º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C22214 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1943420-
CMYK00.820.900.24
HSL4.83º81.31%41.96%-
HSV(B)4.83º89.69%76.08%-
XYZ22.9512.661.9-
YUV80.2494.01209.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 78.23%
GREEN value IS 34 (13.67% from 255) = 13.71%
BLUE value IS 20 (8.20% from 255) = 8.06%
R=78.23%
G=13.71%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194342000.820.900.244.8381.3141.96
HexC222140525A185512a
Octal3024224012213230512152
Binary1100001010001010100010100101011010110001011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22214; }

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

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

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

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

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

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

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

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