#CC2910

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

Shades of Harley Davidson Orange #CC2910

Tints of Harley Davidson Orange #CC2910

Color information

#CC2910 (or 0xCC2910) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 29 and 10. RGB value is (204,41,16). Sum of RGB (Red+Green+Blue) = 204+41+16=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2910 is #33D6EF. Grayscale: #575757. Windows color (decimal): -3397360 or 1059276. OLE color: 1059276.

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

Color convert

RGB2044116-
CMYK00.800.920.2
HSL7.98º85.45%43.14%-
HSV(B)7.98º92.16%80%-
XYZ25.7914.461.92-
YUV86.8988211.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 78.16%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 16 (6.64% from 255) = 6.13%
R=78.16%
G=15.71%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204411600.800.920.27.9885.4543.14
HexCC29100505C148552b
Octal31451200120134241012553
Binary11001100101001100000101000010111001010010001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2910; }

 p { color: rgb(204,41,16); }

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

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

 a { background-color: rgb(204,41,16); }

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

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

 span { border-color: rgb(204,41,16); }

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