Color Hex Logo

#c2232c Color Hex

#C2232C
(194,35,44)
0 Favorites   0 Comments

Color spaces of #c2232c

RGB 1943544
HSL0.990.690.45
HSV357°82°76°
CMYK 0.000.820.77   0.24
XYZ23.303812.85323.6356
Yxy12.85320.58560.3230
Hunter Lab35.851453.287219.0835
CIE-Lab42.541260.610836.5307

#c2232c color RGB value is (194,35,44).

#c2232c hex color red value is 194, green value is 35 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c2232c hue: 0.99 , saturation: 0.69 and the lightness value of c2232c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100011 00101100
Octal 302 43 54
Decimal 194 35 44
Hex C2 23 2C

RGB Percentages of Color #c2232c

%71.06
%12.82
%16.12

CMYK Percentages of Color #c2232c

%0
%82
%77
%24

Triadic Colors of #c2232c

#c2232c #2cc223 #232cc2

Analogous Colors of #c2232c

#c2232c #c26a23 #c2237c

Monochromatic Colors of #c2232c

#c2232c

Complementary Color

#c2232c #23c2b9

#c2232c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2232c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2232c Color CSS Codes

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

#c2232c Text Font Color

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

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


#c2232c Background Color

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

This div background color is #c2232c


#c2232c Border Color

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

This div border color is #c2232c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2232c


Comments

No comments written yet.

Please login to write comment.