Color Hex Logo

#c7132e Color Hex

#C7132E
(199,19,46)
0 Favorites   0 Comments

Color spaces of #c7132e

RGB 1991946
HSL0.980.830.43
HSV351°90°78°
CMYK 0.000.900.77   0.22
XYZ24.279212.80513.7767
Yxy12.80510.59420.3134
Hunter Lab35.784258.487918.7914
CIE-Lab42.468165.232635.5821

#c7132e color RGB value is (199,19,46).

#c7132e hex color red value is 199, green value is 19 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c7132e hue: 0.98 , saturation: 0.83 and the lightness value of c7132e is 0.43.

The process color (four color CMYK) of #c7132e color hex is 0.00, 0.90, 0.77, 0.22. Web safe color of #c7132e is #cc0033. Color #c7132e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010011 00101110
Octal 307 23 56
Decimal 199 19 46
Hex C7 13 2E

RGB Percentages of Color #c7132e

%75.38
%7.20
%17.42

CMYK Percentages of Color #c7132e

%0
%90
%77
%22

Triadic Colors of #c7132e

#c7132e #2ec713 #132ec7

Analogous Colors of #c7132e

#c7132e #c75213 #c71388

Monochromatic Colors of #c7132e

#c7132e

Complementary Color

#c7132e #13c7ac

#c7132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7132e Color CSS Codes

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

#c7132e Text Font Color

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

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


#c7132e Background Color

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

This div background color is #c7132e


#c7132e Border Color

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

This div border color is #c7132e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7132e


Comments

No comments written yet.

Please login to write comment.