#CC2711

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

Shades of Harley Davidson Orange #CC2711

Tints of Harley Davidson Orange #CC2711

Color information

#CC2711 (or 0xCC2711) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 27 and 11. RGB value is (204,39,17). Sum of RGB (Red+Green+Blue) = 204+39+17=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2711 is #33D8EE. Grayscale: #565656. Windows color (decimal): -3397871 or 1124300. OLE color: 1124300.

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

Color convert

RGB2043917-
CMYK00.810.920.2
HSL7.06º84.62%43.33%-
HSV(B)7.06º91.67%80%-
XYZ25.7314.331.94-
YUV85.8389.16212.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 78.46%
GREEN value IS 39 (15.62% from 255) = 15%
BLUE value IS 17 (7.03% from 255) = 6.54%
R=78.46%
G=15%
B=6.54%

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
Decimal204391700.810.920.27.0684.6243.33
HexCC27110515C147552b
Octal3144721012113424712553
Binary1100110010011110001010100011011100101001111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2711; }

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

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

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

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

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

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

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

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