Color Hex Logo

#c22c3e Color Hex

#C22C3E
(194,44,62)
0 Favorites   0 Comments

Color spaces of #c22c3e

RGB 1944462
HSL0.980.630.47
HSV353°77°76°
CMYK 0.000.770.68   0.24
XYZ24.018313.61855.9202
Yxy13.61850.55140.3127
Hunter Lab36.903351.595216.3207
CIE-Lab43.680858.865127.1294

#c22c3e color RGB value is (194,44,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101100 00111110
Octal 302 54 76
Decimal 194 44 62
Hex C2 2C 3E

RGB Percentages of Color #c22c3e

%64.67
%14.67
%20.67

CMYK Percentages of Color #c22c3e

%0
%77
%68
%24

Triadic Colors of #c22c3e

#c22c3e #3ec22c #2c3ec2

Analogous Colors of #c22c3e

#c22c3e #c2652c #c22c89

Monochromatic Colors of #c22c3e

#c22c3e

Complementary Color

#c22c3e #2cc2b0

#c22c3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c22c3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c22c3e Color CSS Codes

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

#c22c3e Text Font Color

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

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


#c22c3e Background Color

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

This div background color is #c22c3e


#c22c3e Border Color

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

This div border color is #c22c3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c22c3e


Comments

No comments written yet.

Please login to write comment.