Color Hex Logo

#c4223e Color Hex

#C4223E
(196,34,62)
0 Favorites   0 Comments

Color spaces of #c4223e

RGB 1963462
HSL0.970.700.45
HSV350°83°77°
CMYK 0.000.830.68   0.23
XYZ24.206513.22765.8348
Yxy13.22760.55940.3057
Hunter Lab36.369855.156515.9469
CIE-Lab43.104262.173826.5014

#c4223e color RGB value is (196,34,62).

#c4223e hex color red value is 196, green value is 34 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c4223e hue: 0.97 , saturation: 0.70 and the lightness value of c4223e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100010 00111110
Octal 304 42 76
Decimal 196 34 62
Hex C4 22 3E

RGB Percentages of Color #c4223e

%67.12
%11.64
%21.23

CMYK Percentages of Color #c4223e

%0
%83
%68
%23

Triadic Colors of #c4223e

#c4223e #3ec422 #223ec4

Analogous Colors of #c4223e

#c4223e #c45722 #c4228f

Monochromatic Colors of #c4223e

#c4223e

Complementary Color

#c4223e #22c4a8

#c4223e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4223e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4223e Color CSS Codes

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

#c4223e Text Font Color

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

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


#c4223e Background Color

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

This div background color is #c4223e


#c4223e Border Color

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

This div border color is #c4223e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4223e


Comments

No comments written yet.

Please login to write comment.