#C22C11

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

Shades of Harley Davidson Orange #C22C11

Tints of Harley Davidson Orange #C22C11

Color information

#C22C11 (or 0xC22C11) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 2C and 11. RGB value is (194,44,17). Sum of RGB (Red+Green+Blue) = 194+44+17=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22C11 is #3DD3EE. Grayscale: #565656. Windows color (decimal): -4051951 or 1125570. OLE color: 1125570.

HSL color Cylindrical-coordinate representation of color #C22C11: hue angle of 9.15º 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 #C22C11 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB1944417-
CMYK00.770.910.24
HSL9.15º83.89%41.37%-
HSV(B)9.15º91.24%76.08%-
XYZ23.2513.311.87-
YUV85.7789.2205.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 76.08%
GREEN value IS 44 (17.58% from 255) = 17.25%
BLUE value IS 17 (7.03% from 255) = 6.67%
R=76.08%
G=17.25%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194441700.770.910.249.1583.8941.37
HexC22C1104D5B1895429
Octal30254210115133301112451
Binary11000010101100100010100110110110111100010011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22C11; }

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

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

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

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

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

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

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

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