Color Hex Logo

#c2221f Color Hex

#C2221F
(194,34,31)
0 Favorites   0 Comments

Color spaces of #c2221f

RGB 1943431
HSL0.000.720.44
HSV84°76°
CMYK 0.000.820.84   0.24
XYZ23.067512.71232.5343
Yxy12.71230.60210.3318
Hunter Lab35.654353.090220.7437
CIE-Lab42.326560.474943.4595

#c2221f color RGB value is (194,34,31).

#c2221f hex color red value is 194, green value is 34 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c2221f hue: 0.00 , saturation: 0.72 and the lightness value of c2221f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100010 00011111
Octal 302 42 37
Decimal 194 34 31
Hex C2 22 1F

RGB Percentages of Color #c2221f

%74.90
%13.13
%11.97

CMYK Percentages of Color #c2221f

%0
%82
%84
%24

Triadic Colors of #c2221f

#c2221f #1fc222 #221fc2

Analogous Colors of #c2221f

#c2221f #c2741f #c21f6e

Monochromatic Colors of #c2221f

#c2221f

Complementary Color

#c2221f #1fbfc2

#c2221f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2221f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2221f Color CSS Codes

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

#c2221f Text Font Color

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

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


#c2221f Background Color

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

This div background color is #c2221f


#c2221f Border Color

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

This div border color is #c2221f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,34,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2221f


Comments

No comments written yet.

Please login to write comment.