#CC411B

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

Shades of Harley Davidson Orange #CC411B

Tints of Harley Davidson Orange #CC411B

Color information

#CC411B (or 0xCC411B) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 41 and 1B. RGB value is (204,65,27). Sum of RGB (Red+Green+Blue) = 204+65+27=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC411B is #33BEE4. Grayscale: #666666. Windows color (decimal): -3391205 or 1786316. OLE color: 1786316.

HSL color Cylindrical-coordinate representation of color #CC411B: hue angle of 12.88º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC411B is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB2046527-
CMYK00.680.870.2
HSL12.88º76.62%45.29%-
HSV(B)12.88º86.76%80%-
XYZ26.9916.72.84-
YUV102.2385.55200.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.92%
GREEN value IS 65 (25.78% from 255) = 21.96%
BLUE value IS 27 (10.94% from 255) = 9.12%
R=68.92%
G=21.96%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204652700.680.870.212.8876.6245.29
HexCC411B0445714d4d2d
Octal314101330104127241511555
Binary110011001000001110110100010010101111010011011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC411B; }

 p { color: rgb(204,65,27); }

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

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

 a { background-color: rgb(204,65,27); }

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

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

 span { border-color: rgb(204,65,27); }

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