Color Hex Logo

#c7143e Color Hex

#C7143E
(199,20,62)
0 Favorites   0 Comments

Color spaces of #c7143e

RGB 1992062
HSL0.960.820.43
HSV346°90°78°
CMYK 0.000.900.69   0.22
XYZ24.672812.99025.7644
Yxy12.99020.56810.2991
Hunter Lab36.041959.120315.7467
CIE-Lab42.748565.729326.1925

#c7143e color RGB value is (199,20,62).

#c7143e hex color red value is 199, green value is 20 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c7143e hue: 0.96 , saturation: 0.82 and the lightness value of c7143e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010100 00111110
Octal 307 24 76
Decimal 199 20 62
Hex C7 14 3E

RGB Percentages of Color #c7143e

%70.82
%7.12
%22.06

CMYK Percentages of Color #c7143e

%0
%90
%69
%22

Triadic Colors of #c7143e

#c7143e #3ec714 #143ec7

Analogous Colors of #c7143e

#c7143e #c74414 #c71498

Monochromatic Colors of #c7143e

#c7143e

Complementary Color

#c7143e #14c79d

#c7143e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7143e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7143e Color CSS Codes

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

#c7143e Text Font Color

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

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


#c7143e Background Color

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

This div background color is #c7143e


#c7143e Border Color

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

This div border color is #c7143e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7143e


Comments

No comments written yet.

Please login to write comment.