Color Hex Logo

#cc291e Color Hex

#CC291E
(204,41,30)
0 Favorites   0 Comments

Color spaces of #cc291e

RGB 2044130
HSL0.010.740.46
HSV85°80°
CMYK 0.000.800.85   0.20
XYZ25.929114.51702.6637
Yxy14.51700.60150.3367
Hunter Lab38.101254.798022.5258
CIE-Lab44.965461.497647.0535

#cc291e color RGB value is (204,41,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101001 00011110
Octal 314 51 36
Decimal 204 41 30
Hex CC 29 1E

RGB Percentages of Color #cc291e

%74.18
%14.91
%10.91

CMYK Percentages of Color #cc291e

%0
%80
%85
%20

Triadic Colors of #cc291e

#cc291e #1ecc29 #291ecc

Analogous Colors of #cc291e

#cc291e #cc801e #cc1e6a

Monochromatic Colors of #cc291e

#cc291e

Complementary Color

#cc291e #1ec1cc

#cc291e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc291e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc291e Color CSS Codes

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

#cc291e Text Font Color

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

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


#cc291e Background Color

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

This div background color is #cc291e


#cc291e Border Color

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

This div border color is #cc291e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,41,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 #cc291e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc291e


Comments

No comments written yet.

Please login to write comment.