#CC2611

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

Shades of Harley Davidson Orange #CC2611

Tints of Harley Davidson Orange #CC2611

Color information

#CC2611 (or 0xCC2611) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 26 and 11. RGB value is (204,38,17). Sum of RGB (Red+Green+Blue) = 204+38+17=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2611 is #33D9EE. Grayscale: #555555. Windows color (decimal): -3398127 or 1124044. OLE color: 1124044.

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

Color convert

RGB2043817-
CMYK00.810.920.2
HSL6.74º84.62%43.33%-
HSV(B)6.74º91.67%80%-
XYZ25.714.261.93-
YUV85.2489.5212.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 78.76%
GREEN value IS 38 (15.23% from 255) = 14.67%
BLUE value IS 17 (7.03% from 255) = 6.56%
R=78.76%
G=14.67%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204381700.810.920.26.7484.6243.33
HexCC26110515C147552b
Octal3144621012113424712553
Binary1100110010011010001010100011011100101001111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2611; }

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

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

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

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

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

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

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

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