#CC1911

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

Shades of Harley Davidson Orange #CC1911

Tints of Harley Davidson Orange #CC1911

Color information

#CC1911 (or 0xCC1911) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 19 and 11. RGB value is (204,25,17). Sum of RGB (Red+Green+Blue) = 204+25+17=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1911 is #33E6EE. Grayscale: #4D4D4D. Windows color (decimal): -3401455 or 1120716. OLE color: 1120716.

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

Color convert

RGB2042517-
CMYK00.880.920.2
HSL2.57º84.62%43.33%-
HSV(B)2.57º91.67%80%-
XYZ25.3513.571.81-
YUV77.6193.8218.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 82.93%
GREEN value IS 25 (10.16% from 255) = 10.16%
BLUE value IS 17 (7.03% from 255) = 6.91%
R=82.93%
G=10.16%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204251700.880.920.22.5784.6243.33
HexCC19110585C143552b
Octal3143121013013424312553
Binary11001100110011000101011000101110010100111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1911; }

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

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

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

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

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

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

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

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