Color Hex Logo

#c7292c Color Hex

#C7292C
(199,41,44)
0 Favorites   0 Comments

Color spaces of #c7292c

RGB 1994144
HSL1.000.660.47
HSV359°79°78°
CMYK 0.000.790.78   0.22
XYZ24.800713.90983.7606
Yxy13.90980.58390.3275
Hunter Lab37.295853.429820.1288
CIE-Lab44.103360.439738.4942

#c7292c color RGB value is (199,41,44).

#c7292c hex color red value is 199, green value is 41 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c7292c hue: 1.00 , saturation: 0.66 and the lightness value of c7292c is 0.47.

The process color (four color CMYK) of #c7292c color hex is 0.00, 0.79, 0.78, 0.22. Web safe color of #c7292c is #cc3333. Color #c7292c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101001 00101100
Octal 307 51 54
Decimal 199 41 44
Hex C7 29 2C

RGB Percentages of Color #c7292c

%70.07
%14.44
%15.49

CMYK Percentages of Color #c7292c

%0
%79
%78
%22

Triadic Colors of #c7292c

#c7292c #2cc729 #292cc7

Analogous Colors of #c7292c

#c7292c #c77529 #c7297b

Monochromatic Colors of #c7292c

#c7292c

Complementary Color

#c7292c #29c7c4

#c7292c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7292c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7292c Color CSS Codes

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

#c7292c Text Font Color

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

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


#c7292c Background Color

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

This div background color is #c7292c


#c7292c Border Color

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

This div border color is #c7292c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7292c


Comments

No comments written yet.

Please login to write comment.