Color Hex Logo

#c13137 Color Hex

#C13137
(193,49,55)
0 Favorites   0 Comments

Color spaces of #c13137

RGB 1934955
HSL0.990.600.47
HSV358°75°76°
CMYK 0.000.750.72   0.24
XYZ23.780213.80995.0267
Yxy13.80990.55800.3240
Hunter Lab37.161749.191417.9933
CIE-Lab43.959156.617531.6306

#c13137 color RGB value is (193,49,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110001 00110111
Octal 301 61 67
Decimal 193 49 55
Hex C1 31 37

RGB Percentages of Color #c13137

%64.98
%16.50
%18.52

CMYK Percentages of Color #c13137

%0
%75
%72
%24

Triadic Colors of #c13137

#c13137 #37c131 #3137c1

Analogous Colors of #c13137

#c13137 #c17331 #c1317f

Monochromatic Colors of #c13137

#c13137

Complementary Color

#c13137 #31c1bb

#c13137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13137 Color CSS Codes

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

#c13137 Text Font Color

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

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


#c13137 Background Color

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

This div background color is #c13137


#c13137 Border Color

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

This div border color is #c13137


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,49,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13137


Comments

No comments written yet.

Please login to write comment.