#CC3100

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

Shades of Harley Davidson Orange #CC3100

Tints of Harley Davidson Orange #CC3100

Color information

#CC3100 (or 0xCC3100) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 31 and 00. RGB value is (204,49,0). Sum of RGB (Red+Green+Blue) = 204+49+0=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3100 is #33CEFF. Grayscale: #5A5A5A. Windows color (decimal): -3395328 or 12748. OLE color: 12748.

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

Color convert

RGB204490-
CMYK00.7610.2
HSL14.41º100%40%-
HSV(B)14.41º100%80%-
XYZ2615.031.53-
YUV89.7677.35209.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 80.63%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.63%
G=19.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20449000.7610.214.4110040
HexCC31004C6414e6428
Octal3146100114144241614450
Binary1100110011000100100110011001001010011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3100; }

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

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

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

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

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

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

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

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