Color Hex Logo

#c13740 Color Hex

#C13740
(193,55,64)
0 Favorites   0 Comments

Color spaces of #c13740

RGB 1935564
HSL0.990.560.49
HSV356°72°76°
CMYK 0.000.720.67   0.24
XYZ24.283914.44006.3578
Yxy14.44000.53870.3203
Hunter Lab38.000047.570416.6802
CIE-Lab44.857454.954227.3355

#c13740 color RGB value is (193,55,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110111 01000000
Octal 301 67 100
Decimal 193 55 64
Hex C1 37 40

RGB Percentages of Color #c13740

%61.86
%17.63
%20.51

CMYK Percentages of Color #c13740

%0
%72
%67
%24

Triadic Colors of #c13740

#c13740 #40c137 #3740c1

Analogous Colors of #c13740

#c13740 #c17337 #c13785

Monochromatic Colors of #c13740

#c13740

Complementary Color

#c13740 #37c1b8

#c13740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13740 Color CSS Codes

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

#c13740 Text Font Color

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

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


#c13740 Background Color

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

This div background color is #c13740


#c13740 Border Color

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

This div border color is #c13740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13740


Comments

No comments written yet.

Please login to write comment.