Color Hex Logo

#c2372d Color Hex

#C2372D
(194,55,45)
0 Favorites   0 Comments

Color spaces of #c2372d

RGB 1945545
HSL0.010.620.47
HSV77°76°
CMYK 0.000.720.77   0.24
XYZ24.088014.39123.9908
Yxy14.39120.56720.3389
Hunter Lab37.935746.954420.3178
CIE-Lab44.788854.394538.3733

#c2372d color RGB value is (194,55,45).

#c2372d hex color red value is 194, green value is 55 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c2372d hue: 0.01 , saturation: 0.62 and the lightness value of c2372d is 0.47.

The process color (four color CMYK) of #c2372d color hex is 0.00, 0.72, 0.77, 0.24. Web safe color of #c2372d is #cc3333. Color #c2372d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110111 00101101
Octal 302 67 55
Decimal 194 55 45
Hex C2 37 2D

RGB Percentages of Color #c2372d

%65.99
%18.71
%15.31

CMYK Percentages of Color #c2372d

%0
%72
%77
%24

Triadic Colors of #c2372d

#c2372d #2dc237 #372dc2

Analogous Colors of #c2372d

#c2372d #c2822d #c22d6e

Monochromatic Colors of #c2372d

#c2372d

Complementary Color

#c2372d #2db8c2

#c2372d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2372d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2372d Color CSS Codes

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

#c2372d Text Font Color

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

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


#c2372d Background Color

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

This div background color is #c2372d


#c2372d Border Color

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

This div border color is #c2372d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,55,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2372d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2372d;
  -webkit-box-shadow: 1px 1px 3px 2px #c2372d;
  box-shadow:         1px 1px 3px 2px #c2372d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,55,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2372d


Comments

No comments written yet.

Please login to write comment.