#CC2900

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

Shades of Harley Davidson Orange #CC2900

Tints of Harley Davidson Orange #CC2900

Color information

#CC2900 (or 0xCC2900) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 29 and 00. RGB value is (204,41,0). Sum of RGB (Red+Green+Blue) = 204+41+0=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2900 is #33D6FF. Grayscale: #555555. Windows color (decimal): -3397376 or 10700. OLE color: 10700.

HSL color Cylindrical-coordinate representation of color #CC2900: hue angle of 12.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC2900 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB204410-
CMYK00.8010.2
HSL12.06º100%40%-
HSV(B)12.06º100%80%-
XYZ25.6914.421.43-
YUV85.0680212.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 83.27%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.27%
G=16.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20441000.8010.212.0610040
HexCC2900506414c6428
Octal3145100120144241414450
Binary1100110010100100101000011001001010011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2900; }

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

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

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

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

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

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

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

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