#CC2E05

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

Shades of Harley Davidson Orange #CC2E05

Tints of Harley Davidson Orange #CC2E05

Color information

#CC2E05 (or 0xCC2E05) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 2E and 05. RGB value is (204,46,5). Sum of RGB (Red+Green+Blue) = 204+46+5=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2E05 is #33D1FA. Grayscale: #585858. Windows color (decimal): -3396091 or 339660. OLE color: 339660.

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

Color convert

RGB204465-
CMYK00.770.980.2
HSL12.36º95.22%40.98%-
HSV(B)12.36º97.55%80%-
XYZ25.9114.81.64-
YUV88.5780.85210.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 80%
GREEN value IS 46 (18.36% from 255) = 18.04%
BLUE value IS 5 (2.34% from 255) = 1.96%
R=80%
G=18.04%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20446500.770.980.212.3695.2240.98
HexCC2E504D6214c5f29
Octal3145650115142241413751
Binary110011001011101010100110111000101010011001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2E05; }

 p { color: rgb(204,46,5); }

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

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

 a { background-color: rgb(204,46,5); }

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

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

 span { border-color: rgb(204,46,5); }

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