#C22210

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

Shades of Harley Davidson Orange #C22210

Tints of Harley Davidson Orange #C22210

Color information

#C22210 (or 0xC22210) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 22 and 10. RGB value is (194,34,16). Sum of RGB (Red+Green+Blue) = 194+34+16=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C22210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22210 is #3DDDEF. Grayscale: #505050. Windows color (decimal): -4054512 or 1057474. OLE color: 1057474.

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

Color convert

RGB1943416-
CMYK00.820.920.24
HSL6.07º84.76%41.18%-
HSV(B)6.07º91.75%76.08%-
XYZ22.9112.651.72-
YUV79.7992.01209.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 79.51%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=79.51%
G=13.93%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194341600.820.920.246.0784.7641.18
HexC222100525C1865529
Octal3024220012213430612551
Binary1100001010001010000010100101011100110001101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22210; }

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

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

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

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

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

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

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

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