#CC350C

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

Shades of Harley Davidson Orange #CC350C

Tints of Harley Davidson Orange #CC350C

Color information

#CC350C (or 0xCC350C) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 35 and 0C. RGB value is (204,53,12). Sum of RGB (Red+Green+Blue) = 204+53+12=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC350C is #33CAF3. Grayscale: #5D5D5D. Windows color (decimal): -3394292 or 800204. OLE color: 800204.

HSL color Cylindrical-coordinate representation of color #CC350C: hue angle of 12.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC350C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB2045312-
CMYK00.740.940.2
HSL12.81º88.89%42.35%-
HSV(B)12.81º94.12%80%-
XYZ26.2415.411.94-
YUV93.4882.03206.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75.84%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 12 (5.08% from 255) = 4.46%
R=75.84%
G=19.70%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204531200.740.940.212.8188.8942.35
HexCC35C04A5E14d592a
Octal31465140112136241513152
Binary1100110011010111000100101010111101010011011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC350C; }

 p { color: rgb(204,53,12); }

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

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

 a { background-color: rgb(204,53,12); }

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

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

 span { border-color: rgb(204,53,12); }

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