Color Hex Logo

#c1213e Color Hex

#C1213E
(193,33,62)
0 Favorites   0 Comments

Color spaces of #c1213e

RGB 1933362
HSL0.970.710.44
HSV349°83°76°
CMYK 0.000.830.68   0.24
XYZ23.405712.77305.7892
Yxy12.77300.55770.3044
Hunter Lab35.739354.355915.4135
CIE-Lab42.419261.592225.5173

#c1213e color RGB value is (193,33,62).

#c1213e hex color red value is 193, green value is 33 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c1213e hue: 0.97 , saturation: 0.71 and the lightness value of c1213e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100001 00111110
Octal 301 41 76
Decimal 193 33 62
Hex C1 21 3E

RGB Percentages of Color #c1213e

%67.01
%11.46
%21.53

CMYK Percentages of Color #c1213e

%0
%83
%68
%24

Triadic Colors of #c1213e

#c1213e #3ec121 #213ec1

Analogous Colors of #c1213e

#c1213e #c15421 #c1218e

Monochromatic Colors of #c1213e

#c1213e

Complementary Color

#c1213e #21c1a4

#c1213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1213e Color CSS Codes

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

#c1213e Text Font Color

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

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


#c1213e Background Color

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

This div background color is #c1213e


#c1213e Border Color

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

This div border color is #c1213e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1213e


Comments

No comments written yet.

Please login to write comment.