Color Hex Logo

#cc362e Color Hex

#CC362E
(204,54,46)
1 Favorites   0 Comments

Color spaces of #cc362e

RGB 2045446
HSL0.010.630.49
HSV77°80°
CMYK 0.000.740.77   0.20
XYZ26.714115.67304.2020
Yxy15.67300.57340.3364
Hunter Lab39.589151.167921.4193
CIE-Lab46.542557.939840.2451

#cc362e color RGB value is (204,54,46).

#cc362e hex color red value is 204, green value is 54 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cc362e hue: 0.01 , saturation: 0.63 and the lightness value of cc362e is 0.49.

The process color (four color CMYK) of #cc362e color hex is 0.00, 0.74, 0.77, 0.20. Web safe color of #cc362e is #cc3333. Color #cc362e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110110 00101110
Octal 314 66 56
Decimal 204 54 46
Hex CC 36 2E

RGB Percentages of Color #cc362e

%67.11
%17.76
%15.13

CMYK Percentages of Color #cc362e

%0
%74
%77
%20

Triadic Colors of #cc362e

#cc362e #2ecc36 #362ecc

Analogous Colors of #cc362e

#cc362e #cc852e #cc2e75

Monochromatic Colors of #cc362e

#cc362e

Complementary Color

#cc362e #2ec4cc

#cc362e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc362e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc362e Color CSS Codes

.mybgcolor {background-color:#cc362e; } 
.myforecolor {color:#cc362e; }
.mybordercolor {border:3px solid #cc362e; }

#cc362e Text Font Color

<p style="color:#cc362e">Text here</p>

This sample text font color is #cc362e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc362e Background Color

<div style="background-color:#cc362e">
Div content here</div>

This div background color is #cc362e


#cc362e Border Color

<div style="border:3px solid #cc362e">
Div here</div>

This div border color is #cc362e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,54,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc362e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc362e;
  -webkit-box-shadow: 1px 1px 3px 2px #cc362e;
  box-shadow:         1px 1px 3px 2px #cc362e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,54,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc362e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc362e;
  -webkit-box-shadow: 1px 1px 3px 2px #cc362e;
  box-shadow:         1px 1px 3px 2px #cc362e;">
Div content here</div>

This div box has shadow with color #cc362e


Comments

No comments written yet.

Please login to write comment.