#CC2C02

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

Shades of Harley Davidson Orange #CC2C02

Tints of Harley Davidson Orange #CC2C02

Color information

#CC2C02 (or 0xCC2C02) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 2C and 02. RGB value is (204,44,2). Sum of RGB (Red+Green+Blue) = 204+44+2=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2C02 is #33D3FD. Grayscale: #575757. Windows color (decimal): -3396606 or 142540. OLE color: 142540.

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

Color convert

RGB204442-
CMYK00.780.990.2
HSL12.48º98.06%40.39%-
HSV(B)12.48º99.02%80%-
XYZ25.8114.641.52-
YUV87.0580.01211.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 81.6%
GREEN value IS 44 (17.58% from 255) = 17.6%
BLUE value IS 2 (1.17% from 255) = 0.8%
R=81.6%
G=17.6%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20444200.780.990.212.4898.0640.39
HexCC2C204E6314c6228
Octal3145420116143241414250
Binary11001100101100100100111011000111010011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2C02; }

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

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

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

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

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

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

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

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