#C22202

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

Shades of Harley Davidson Orange #C22202

Tints of Harley Davidson Orange #C22202

Color information

#C22202 (or 0xC22202) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 22 and 02. RGB value is (194,34,2). Sum of RGB (Red+Green+Blue) = 194+34+2=230 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.35% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 194 - color contains mainly: red. Hex color #C22202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22202 is #3DDDFD. Grayscale: #4E4E4E. Windows color (decimal): -4054526 or 139970. OLE color: 139970.

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

Color convert

RGB194342-
CMYK00.820.990.24
HSL10º97.96%38.43%-
HSV(B)10º98.97%76.08%-
XYZ22.8312.621.29-
YUV78.1985.01210.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 84.35%
GREEN value IS 34 (13.67% from 255) = 14.78%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=84.35%
G=14.78%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19434200.820.990.241097.9638.43
HexC22220526318a6226
Octal3024220122143301214246
Binary11000010100010100101001011000111100010101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22202; }

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

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

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

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

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

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

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

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