Color Hex Logo

#c2352c Color Hex

#C2352C
(194,53,44)
0 Favorites   0 Comments

Color spaces of #c2352c

RGB 1945344
HSL0.010.630.47
HSV77°76°
CMYK 0.000.730.77   0.24
XYZ23.975914.19743.8596
Yxy14.19740.57040.3378
Hunter Lab37.679447.642820.3024
CIE-Lab44.514755.084438.6369

#c2352c color RGB value is (194,53,44).

#c2352c hex color red value is 194, green value is 53 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c2352c hue: 0.01 , saturation: 0.63 and the lightness value of c2352c is 0.47.

The process color (four color CMYK) of #c2352c color hex is 0.00, 0.73, 0.77, 0.24. Web safe color of #c2352c is #cc3333. Color #c2352c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110101 00101100
Octal 302 65 54
Decimal 194 53 44
Hex C2 35 2C

RGB Percentages of Color #c2352c

%66.67
%18.21
%15.12

CMYK Percentages of Color #c2352c

%0
%73
%77
%24

Triadic Colors of #c2352c

#c2352c #2cc235 #352cc2

Analogous Colors of #c2352c

#c2352c #c2802c #c22c6e

Monochromatic Colors of #c2352c

#c2352c

Complementary Color

#c2352c #2cb9c2

#c2352c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2352c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2352c Color CSS Codes

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

#c2352c Text Font Color

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

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


#c2352c Background Color

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

This div background color is #c2352c


#c2352c Border Color

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

This div border color is #c2352c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2352c


Comments

No comments written yet.

Please login to write comment.