#CC400D

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

Shades of Harley Davidson Orange #CC400D

Tints of Harley Davidson Orange #CC400D

Color information

#CC400D (or 0xCC400D) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 40 and 0D. RGB value is (204,64,13). Sum of RGB (Red+Green+Blue) = 204+64+13=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC400D is #33BFF2. Grayscale: #646464. Windows color (decimal): -3391475 or 868556. OLE color: 868556.

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

Color convert

RGB2046413-
CMYK00.690.940.2
HSL16.02º88.02%42.55%-
HSV(B)16.02º93.63%80%-
XYZ26.8116.532.16-
YUV100.0578.88202.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 72.60%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 13 (5.47% from 255) = 4.63%
R=72.60%
G=22.78%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204641300.690.940.216.0288.0242.55
HexCC40D0455E1410582b
Octal314100150105136242013053
Binary110011001000000110101000101101111010100100001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC400D; }

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

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

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

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

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

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

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

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