#CC3102

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

Shades of Harley Davidson Orange #CC3102

Tints of Harley Davidson Orange #CC3102

Color information

#CC3102 (or 0xCC3102) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 31 and 02. RGB value is (204,49,2). Sum of RGB (Red+Green+Blue) = 204+49+2=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3102 is #33CEFD. Grayscale: #5A5A5A. Windows color (decimal): -3395326 or 143820. OLE color: 143820.

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

Color convert

RGB204492-
CMYK00.760.990.2
HSL13.96º98.06%40.39%-
HSV(B)13.96º99.02%80%-
XYZ26.0115.041.59-
YUV89.9978.35209.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 80%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=80%
G=19.22%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20449200.760.990.213.9698.0640.39
HexCC31204C6314e6228
Octal3146120114143241614250
Binary11001100110001100100110011000111010011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3102; }

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

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

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

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

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

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

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

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