#CC2C05

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

Shades of Harley Davidson Orange #CC2C05

Tints of Harley Davidson Orange #CC2C05

Color information

#CC2C05 (or 0xCC2C05) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 2C and 05. RGB value is (204,44,5). Sum of RGB (Red+Green+Blue) = 204+44+5=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2C05 is #33D3FA. Grayscale: #575757. Windows color (decimal): -3396603 or 339148. OLE color: 339148.

HSL color Cylindrical-coordinate representation of color #CC2C05: hue angle of 11.76º 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 #CC2C05 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB204445-
CMYK00.780.980.2
HSL11.76º95.22%40.98%-
HSV(B)11.76º97.55%80%-
XYZ25.8314.651.61-
YUV87.3981.51211.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 80.63%
GREEN value IS 44 (17.58% from 255) = 17.39%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=80.63%
G=17.39%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20444500.780.980.211.7695.2240.98
HexCC2C504E6214c5f29
Octal3145450116142241413751
Binary110011001011001010100111011000101010011001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2C05; }

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

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

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

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

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

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

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

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