Color Hex Logo

#c1293e Color Hex

#C1293E
(193,41,62)
0 Favorites   0 Comments

Color spaces of #c1293e

RGB 1934162
HSL0.980.650.46
HSV352°79°76°
CMYK 0.000.790.68   0.24
XYZ23.654813.27115.8723
Yxy13.27110.55270.3101
Hunter Lab36.429552.153815.9433
CIE-Lab43.168959.468526.4518

#c1293e color RGB value is (193,41,62).

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

The process color (four color CMYK) of #c1293e color hex is 0.00, 0.79, 0.68, 0.24. Web safe color of #c1293e is #cc3333. Color #c1293e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101001 00111110
Octal 301 51 76
Decimal 193 41 62
Hex C1 29 3E

RGB Percentages of Color #c1293e

%65.20
%13.85
%20.95

CMYK Percentages of Color #c1293e

%0
%79
%68
%24

Triadic Colors of #c1293e

#c1293e #3ec129 #293ec1

Analogous Colors of #c1293e

#c1293e #c16029 #c1298a

Monochromatic Colors of #c1293e

#c1293e

Complementary Color

#c1293e #29c1ac

#c1293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1293e Color CSS Codes

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

#c1293e Text Font Color

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

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


#c1293e Background Color

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

This div background color is #c1293e


#c1293e Border Color

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

This div border color is #c1293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1293e


Comments

No comments written yet.

Please login to write comment.