Color Hex Logo

#c7232a Color Hex

#C7232A
(199,35,42)
0 Favorites   0 Comments

Color spaces of #c7232a

RGB 1993542
HSL0.990.700.46
HSV357°82°78°
CMYK 0.000.820.79   0.22
XYZ24.572113.51133.5033
Yxy13.51130.59090.3249
Hunter Lab36.757754.999120.0796
CIE-Lab43.523861.953039.0157

#c7232a color RGB value is (199,35,42).

#c7232a hex color red value is 199, green value is 35 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c7232a hue: 0.99 , saturation: 0.70 and the lightness value of c7232a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100011 00101010
Octal 307 43 52
Decimal 199 35 42
Hex C7 23 2A

RGB Percentages of Color #c7232a

%72.10
%12.68
%15.22

CMYK Percentages of Color #c7232a

%0
%82
%79
%22

Triadic Colors of #c7232a

#c7232a #2ac723 #232ac7

Analogous Colors of #c7232a

#c7232a #c76e23 #c7237c

Monochromatic Colors of #c7232a

#c7232a

Complementary Color

#c7232a #23c7c0

#c7232a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7232a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7232a Color CSS Codes

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

#c7232a Text Font Color

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

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


#c7232a Background Color

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

This div background color is #c7232a


#c7232a Border Color

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

This div border color is #c7232a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7232a


Comments

No comments written yet.

Please login to write comment.