Color Hex Logo

#c12f3e Color Hex

#C12F3E
(193,47,62)
0 Favorites   0 Comments

Color spaces of #c12f3e

RGB 1934762
HSL0.980.610.47
HSV354°76°76°
CMYK 0.000.760.68   0.24
XYZ23.878313.71835.9468
Yxy13.71830.54840.3150
Hunter Lab37.038250.260916.4072
CIE-Lab43.826257.622927.2668

#c12f3e color RGB value is (193,47,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101111 00111110
Octal 301 57 76
Decimal 193 47 62
Hex C1 2F 3E

RGB Percentages of Color #c12f3e

%63.91
%15.56
%20.53

CMYK Percentages of Color #c12f3e

%0
%76
%68
%24

Triadic Colors of #c12f3e

#c12f3e #3ec12f #2f3ec1

Analogous Colors of #c12f3e

#c12f3e #c1692f #c12f87

Monochromatic Colors of #c12f3e

#c12f3e

Complementary Color

#c12f3e #2fc1b2

#c12f3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12f3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12f3e Color CSS Codes

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

#c12f3e Text Font Color

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

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


#c12f3e Background Color

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

This div background color is #c12f3e


#c12f3e Border Color

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

This div border color is #c12f3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12f3e


Comments

No comments written yet.

Please login to write comment.