Color Hex Logo

#c9293e Color Hex

#C9293E
(201,41,62)
0 Favorites   0 Comments

Color spaces of #c9293e

RGB 2014162
HSL0.980.660.47
HSV352°80°79°
CMYK 0.000.800.69   0.21
XYZ25.749814.35125.9703
Yxy14.35120.55890.3115
Hunter Lab37.883055.034717.1741
CIE-Lab44.732461.752728.7295

#c9293e color RGB value is (201,41,62).

#c9293e hex color red value is 201, green value is 41 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c9293e hue: 0.98 , saturation: 0.66 and the lightness value of c9293e is 0.47.

The process color (four color CMYK) of #c9293e color hex is 0.00, 0.80, 0.69, 0.21. Web safe color of #c9293e is #cc3333. Color #c9293e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101001 00111110
Octal 311 51 76
Decimal 201 41 62
Hex C9 29 3E

RGB Percentages of Color #c9293e

%66.12
%13.49
%20.39

CMYK Percentages of Color #c9293e

%0
%80
%69
%21

Triadic Colors of #c9293e

#c9293e #3ec929 #293ec9

Analogous Colors of #c9293e

#c9293e #c96429 #c9298e

Monochromatic Colors of #c9293e

#c9293e

Complementary Color

#c9293e #29c9b4

#c9293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9293e Color CSS Codes

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

#c9293e Text Font Color

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

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


#c9293e Background Color

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

This div background color is #c9293e


#c9293e Border Color

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

This div border color is #c9293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9293e


Comments

No comments written yet.

Please login to write comment.