#CC2600

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

Shades of Harley Davidson Orange #CC2600

Tints of Harley Davidson Orange #CC2600

Color information

#CC2600 (or 0xCC2600) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 26 and 00. RGB value is (204,38,0). Sum of RGB (Red+Green+Blue) = 204+38+0=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2600 is #33D9FF. Grayscale: #535353. Windows color (decimal): -3398144 or 9932. OLE color: 9932.

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

Color convert

RGB204380-
CMYK00.8110.2
HSL11.18º100%40%-
HSV(B)11.18º100%80%-
XYZ25.5914.221.4-
YUV83.381214.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 84.30%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.30%
G=15.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20438000.8110.211.1810040
HexCC2600516414b6428
Octal3144600121144241314450
Binary1100110010011000101000111001001010010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2600; }

 p { color: rgb(204,38,0); }

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

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

 a { background-color: rgb(204,38,0); }

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

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

 span { border-color: rgb(204,38,0); }

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