#C22A16

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

Shades of Harley Davidson Orange #C22A16

Tints of Harley Davidson Orange #C22A16

Color information

#C22A16 (or 0xC22A16) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 2A and 16. RGB value is (194,42,22). Sum of RGB (Red+Green+Blue) = 194+42+22=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22A16 is #3DD5E9. Grayscale: #555555. Windows color (decimal): -4052458 or 1452738. OLE color: 1452738.

HSL color Cylindrical-coordinate representation of color #C22A16: hue angle of 6.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C22A16 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1944222-
CMYK00.780.890.24
HSL6.98º79.63%42.35%-
HSV(B)6.98º88.66%76.08%-
XYZ23.2213.182.08-
YUV85.1792.36205.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 75.19%
GREEN value IS 42 (16.80% from 255) = 16.28%
BLUE value IS 22 (8.98% from 255) = 8.53%
R=75.19%
G=16.28%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194422200.780.890.246.9879.6342.35
HexC22A1604E59187502a
Octal3025226011613130712052
Binary1100001010101010110010011101011001110001111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22A16; }

 p { color: rgb(194,42,22); }

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

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

 a { background-color: rgb(194,42,22); }

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

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

 span { border-color: rgb(194,42,22); }

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