#CC400A

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

Shades of Harley Davidson Orange #CC400A

Tints of Harley Davidson Orange #CC400A

Color information

#CC400A (or 0xCC400A) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 40 and 0A. RGB value is (204,64,10). Sum of RGB (Red+Green+Blue) = 204+64+10=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC400A is #33BFF5. Grayscale: #646464. Windows color (decimal): -3391478 or 671948. OLE color: 671948.

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

Color convert

RGB2046410-
CMYK00.690.950.2
HSL16.7º90.65%41.96%-
HSV(B)16.7º95.1%80%-
XYZ26.7916.532.07-
YUV99.777.38202.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.38%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 10 (4.30% from 255) = 3.60%
R=73.38%
G=23.02%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204641000.690.950.216.790.6541.96
HexCC40A0455F14115b2a
Octal314100120105137242113352
Binary110011001000000101001000101101111110100100011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC400A; }

 p { color: rgb(204,64,10); }

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

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

 a { background-color: rgb(204,64,10); }

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

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

 span { border-color: rgb(204,64,10); }

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