#cc3322

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

Shades of Harley Davidson Orange #CC3322

Tints of Harley Davidson Orange #CC3322

Color information

#CC3322 (or 0xCC3322) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 33 and 22. RGB value is (204,51,34). Sum of RGB (Red+Green+Blue) = 204+51+34=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3322 is #33CCDD. Grayscale: #5F5F5F. Windows color (decimal): -3394782 or 2241484. OLE color: 2241484.

HSL color Cylindrical-coordinate representation of color #CC3322: hue angle of 6º 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 #CC3322 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB2045134-
CMYK00.750.830.2
HSL71.43%46.67%-
HSV(B)83.33%80%-
XYZ26.3715.323.08-
YUV94.8193.69205.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 70.59%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 34 (13.67% from 255) = 11.76%
R=70.59%
G=17.65%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204513400.750.830.2671.4346.67
HexCC332204B53146472f
Octal3146342011312324610757
Binary11001100110011100010010010111010011101001101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc3322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc3322; }

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

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

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

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

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

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

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

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