#CC2800

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

Shades of Harley Davidson Orange #CC2800

Tints of Harley Davidson Orange #CC2800

Color information

#CC2800 (or 0xCC2800) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 28 and 00. RGB value is (204,40,0). Sum of RGB (Red+Green+Blue) = 204+40+0=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2800 is #33D7FF. Grayscale: #545454. Windows color (decimal): -3397632 or 10444. OLE color: 10444.

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

Color convert

RGB204400-
CMYK00.8010.2
HSL11.76º100%40%-
HSV(B)11.76º100%80%-
XYZ25.6614.351.42-
YUV84.4880.33213.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 83.61%
GREEN value IS 40 (16.02% from 255) = 16.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.61%
G=16.39%
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
Decimal20440000.8010.211.7610040
HexCC2800506414c6428
Octal3145000120144241414450
Binary1100110010100000101000011001001010011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2800; }

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

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

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

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

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

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

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

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