Color Hex Logo

#c1373e Color Hex

#C1373E
(193,55,62)
0 Favorites   0 Comments

Color spaces of #c1373e

RGB 1935562
HSL0.990.560.49
HSV357°72°76°
CMYK 0.000.720.68   0.24
XYZ24.228014.41766.0634
Yxy14.41760.54190.3225
Hunter Lab37.970547.447817.1115
CIE-Lab44.826054.846228.4978

#c1373e color RGB value is (193,55,62).

#c1373e hex color red value is 193, green value is 55 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c1373e hue: 0.99 , saturation: 0.56 and the lightness value of c1373e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110111 00111110
Octal 301 67 76
Decimal 193 55 62
Hex C1 37 3E

RGB Percentages of Color #c1373e

%62.26
%17.74
%20.00

CMYK Percentages of Color #c1373e

%0
%72
%68
%24

Triadic Colors of #c1373e

#c1373e #3ec137 #373ec1

Analogous Colors of #c1373e

#c1373e #c17537 #c13783

Monochromatic Colors of #c1373e

#c1373e

Complementary Color

#c1373e #37c1ba

#c1373e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1373e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1373e Color CSS Codes

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

#c1373e Text Font Color

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

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


#c1373e Background Color

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

This div background color is #c1373e


#c1373e Border Color

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

This div border color is #c1373e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1373e


Comments

No comments written yet.

Please login to write comment.