Color Hex Logo

#c7212e Color Hex

#C7212E
(199,33,46)
0 Favorites   0 Comments

Color spaces of #c7212e

RGB 1993346
HSL0.990.720.45
HSV355°83°78°
CMYK 0.000.830.77   0.22
XYZ24.590213.42713.8804
Yxy13.42710.58690.3205
Hunter Lab36.643055.661619.3714
CIE-Lab43.399962.565236.5969

#c7212e color RGB value is (199,33,46).

#c7212e hex color red value is 199, green value is 33 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c7212e hue: 0.99 , saturation: 0.72 and the lightness value of c7212e is 0.45.

The process color (four color CMYK) of #c7212e color hex is 0.00, 0.83, 0.77, 0.22. Web safe color of #c7212e is #cc3333. Color #c7212e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100001 00101110
Octal 307 41 56
Decimal 199 33 46
Hex C7 21 2E

RGB Percentages of Color #c7212e

%71.58
%11.87
%16.55

CMYK Percentages of Color #c7212e

%0
%83
%77
%22

Triadic Colors of #c7212e

#c7212e #2ec721 #212ec7

Analogous Colors of #c7212e

#c7212e #c76721 #c72181

Monochromatic Colors of #c7212e

#c7212e

Complementary Color

#c7212e #21c7ba

#c7212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7212e Color CSS Codes

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

#c7212e Text Font Color

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

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


#c7212e Background Color

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

This div background color is #c7212e


#c7212e Border Color

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

This div border color is #c7212e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,33,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7212e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7212e;
  -webkit-box-shadow: 1px 1px 3px 2px #c7212e;
  box-shadow:         1px 1px 3px 2px #c7212e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,33,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7212e


Comments

No comments written yet.

Please login to write comment.