Color Hex Logo

#cc290e Color Hex

#CC290E
(204,41,14)
0 Favorites   0 Comments

Color spaces of #cc290e

RGB 2044114
HSL0.020.870.43
HSV93°80°
CMYK 0.000.800.93   0.20
XYZ25.774014.45501.8471
Yxy14.45500.61260.3435
Hunter Lab38.019754.472623.7333
CIE-Lab44.878561.224453.5736

#cc290e color RGB value is (204,41,14).

#cc290e hex color red value is 204, green value is 41 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cc290e hue: 0.02 , saturation: 0.87 and the lightness value of cc290e is 0.43.

The process color (four color CMYK) of #cc290e color hex is 0.00, 0.80, 0.93, 0.20. Web safe color of #cc290e is #cc3300. Color #cc290e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101001 00001110
Octal 314 51 16
Decimal 204 41 14
Hex CC 29 E

RGB Percentages of Color #cc290e

%78.76
%15.83
%5.41

CMYK Percentages of Color #cc290e

%0
%80
%93
%20

Triadic Colors of #cc290e

#cc290e #0ecc29 #290ecc

Analogous Colors of #cc290e

#cc290e #cc880e #cc0e52

Monochromatic Colors of #cc290e

#cc290e

Complementary Color

#cc290e #0eb1cc

#cc290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc290e Color CSS Codes

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

#cc290e Text Font Color

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

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


#cc290e Background Color

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

This div background color is #cc290e


#cc290e Border Color

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

This div border color is #cc290e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc290e


Comments

No comments written yet.

Please login to write comment.