Color Hex Logo

#cc441e Color Hex

#CC441E
(204,68,30)
0 Favorites   0 Comments

Color spaces of #cc441e

RGB 2046830
HSL0.040.740.46
HSV13°85°80°
CMYK 0.000.670.85   0.20
XYZ27.203317.06543.0885
Yxy17.06540.57440.3604
Hunter Lab41.310345.251324.4845
CIE-Lab48.342352.169249.9403

#cc441e color RGB value is (204,68,30).

#cc441e hex color red value is 204, green value is 68 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cc441e hue: 0.04 , saturation: 0.74 and the lightness value of cc441e is 0.46.

The process color (four color CMYK) of #cc441e color hex is 0.00, 0.67, 0.85, 0.20. Web safe color of #cc441e is #cc3333. Color #cc441e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000100 00011110
Octal 314 104 36
Decimal 204 68 30
Hex CC 44 1E

RGB Percentages of Color #cc441e

%67.55
%22.52
%9.93

CMYK Percentages of Color #cc441e

%0
%67
%85
%20

Triadic Colors of #cc441e

#cc441e #1ecc44 #441ecc

Analogous Colors of #cc441e

#cc441e #cc9b1e #cc1e4f

Monochromatic Colors of #cc441e

#cc441e

Complementary Color

#cc441e #1ea6cc

#cc441e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc441e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc441e Color CSS Codes

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

#cc441e Text Font Color

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

This sample text font color is #cc441e
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.


#cc441e Background Color

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

This div background color is #cc441e


#cc441e Border Color

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

This div border color is #cc441e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc441e


Comments

No comments written yet.

Please login to write comment.