#CC3C22

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

Shades of Harley Davidson Orange #CC3C22

Tints of Harley Davidson Orange #CC3C22

Color information

#CC3C22 (or 0xCC3C22) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 3C and 22. RGB value is (204,60,34). Sum of RGB (Red+Green+Blue) = 204+60+34=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C22 is #33C3DD. Grayscale: #646464. Windows color (decimal): -3392478 or 2243788. OLE color: 2243788.

HSL color Cylindrical-coordinate representation of color #CC3C22: hue angle of 9.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC3C22 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB2046034-
CMYK00.710.830.2
HSL9.18º71.43%46.67%-
HSV(B)9.18º83.33%80%-
XYZ26.8116.183.22-
YUV100.0990.71202.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.46%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 34 (13.67% from 255) = 11.41%
R=68.46%
G=20.13%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204603400.710.830.29.1871.4346.67
HexCC3C2204753149472f
Octal31474420107123241110757
Binary110011001111001000100100011110100111010010011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3C22; }

 p { color: rgb(204,60,34); }

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

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

 a { background-color: rgb(204,60,34); }

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

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

 span { border-color: rgb(204,60,34); }

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