#CC401D

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

Shades of Harley Davidson Orange #CC401D

Tints of Harley Davidson Orange #CC401D

Color information

#CC401D (or 0xCC401D) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 40 and 1D. RGB value is (204,64,29). Sum of RGB (Red+Green+Blue) = 204+64+29=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC401D is #33BFE2. Grayscale: #666666. Windows color (decimal): -3391459 or 1917132. OLE color: 1917132.

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

Color convert

RGB2046429-
CMYK00.690.860.2
HSL12º75.11%45.69%-
HSV(B)12º85.78%80%-
XYZ26.9616.592.94-
YUV101.8786.88200.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.69%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 29 (11.72% from 255) = 9.76%
R=68.69%
G=21.55%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204642900.690.860.21275.1145.69
HexCC401D0455614c4b2e
Octal314100350105126241411356
Binary110011001000000111010100010110101101010011001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC401D; }

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

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

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

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

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

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

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

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