color codes Logo

#c1212c color codes

#C1212C
(193,33,44)
0 Favorites   0 Comments

Color spaces of #c1212c

RGB 1933344
HSL0.990.710.44
HSV356°83°76°
CMYK 0.000.830.77   0.24
XYZ22.990812.60703.6045
Yxy12.60700.58650.3216
Hunter Lab35.506353.444918.8355
CIE-Lab42.165060.824936.0663

#c1212c color RGB value is (193,33,44).

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

The process color (four color CMYK) of #c1212c color code is 0.00, 0.83, 0.77, 0.24. Web safe color of #c1212c is #cc3333. Color #c1212c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100001 00101100
Octal 301 41 54
Decimal 193 33 44
Hex C1 21 2C

RGB Percentages of Color #c1212c

%71.48
%12.22
%16.30

CMYK Percentages of Color #c1212c

%0
%83
%77
%24

Triadic Colors of #c1212c

#c1212c #2cc121 #212cc1

Analogous Colors of #c1212c

#c1212c #c16621 #c1217c

Monochromatic Colors of #c1212c

#c1212c

Complementary Color

#c1212c #21c1b6

#c1212c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1212c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1212c Color CSS Codes

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

#c1212c Text Font Color

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

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


#c1212c Background Color

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

This div background color is #c1212c


#c1212c Border Color

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

This div border color is #c1212c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1212c


Comments

No comments written yet.

Please login to write comment.