#CC3B20

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

Shades of Harley Davidson Orange #CC3B20

Tints of Harley Davidson Orange #CC3B20

Color information

#CC3B20 (or 0xCC3B20) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 3B and 20. RGB value is (204,59,32). Sum of RGB (Red+Green+Blue) = 204+59+32=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3B20 is #33C4DF. Grayscale: #636363. Windows color (decimal): -3392736 or 2112460. OLE color: 2112460.

HSL color Cylindrical-coordinate representation of color #CC3B20: hue angle of 9.42º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC3B20 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB2045932-
CMYK00.710.840.2
HSL9.42º72.88%46.27%-
HSV(B)9.42º84.31%80%-
XYZ26.7316.073.06-
YUV99.2890.04202.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.15%
GREEN value IS 59 (23.44% from 255) = 20%
BLUE value IS 32 (12.89% from 255) = 10.85%
R=69.15%
G=20%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204593200.710.840.29.4272.8846.27
HexCC3B2004754149492e
Octal31473400107124241111156
Binary110011001110111000000100011110101001010010011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3B20; }

 p { color: rgb(204,59,32); }

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

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

 a { background-color: rgb(204,59,32); }

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

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

 span { border-color: rgb(204,59,32); }

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