#CC1B11

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

Shades of Harley Davidson Orange #CC1B11

Tints of Harley Davidson Orange #CC1B11

Color information

#CC1B11 (or 0xCC1B11) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 1B and 11. RGB value is (204,27,17). Sum of RGB (Red+Green+Blue) = 204+27+17=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B11 is #33E4EE. Grayscale: #4F4F4F. Windows color (decimal): -3400943 or 1121228. OLE color: 1121228.

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

Color convert

RGB2042717-
CMYK00.870.920.2
HSL3.21º84.62%43.33%-
HSV(B)3.21º91.67%80%-
XYZ25.3913.661.83-
YUV78.7893.14217.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 82.26%
GREEN value IS 27 (10.94% from 255) = 10.89%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=82.26%
G=10.89%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204271700.870.920.23.2184.6243.33
HexCC1B110575C143552b
Octal3143321012713424312553
Binary11001100110111000101010111101110010100111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1B11; }

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

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

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

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

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

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

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

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