color codes Logo

#c7232e color codes

#C7232E
(199,35,46)
0 Favorites   0 Comments

Color spaces of #c7232e

RGB 1993546
HSL0.990.700.46
HSV356°82°78°
CMYK 0.000.820.77   0.22
XYZ24.647413.54143.8995
Yxy13.54140.58560.3217
Hunter Lab36.798655.160119.4762
CIE-Lab43.567962.087636.7789

#c7232e color RGB value is (199,35,46).

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

The process color (four color CMYK) of #c7232e color code is 0.00, 0.82, 0.77, 0.22. Web safe color of #c7232e is #cc3333. Color #c7232e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100011 00101110
Octal 307 43 56
Decimal 199 35 46
Hex C7 23 2E

RGB Percentages of Color #c7232e

%71.07
%12.50
%16.43

CMYK Percentages of Color #c7232e

%0
%82
%77
%22

Triadic Colors of #c7232e

#c7232e #2ec723 #232ec7

Analogous Colors of #c7232e

#c7232e #c76a23 #c72380

Monochromatic Colors of #c7232e

#c7232e

Complementary Color

#c7232e #23c7bc

#c7232e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7232e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7232e Color CSS Codes

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

#c7232e Text Font Color

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

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


#c7232e Background Color

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

This div background color is #c7232e


#c7232e Border Color

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

This div border color is #c7232e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7232e


Comments

No comments written yet.

Please login to write comment.