Color Hex Logo

#c40937 Color Hex

#C40937
(196,9,55)
0 Favorites   0 Comments

Color spaces of #c40937

RGB 196955
HSL0.960.910.40
HSV345°95°77°
CMYK 0.000.950.72   0.23
XYZ23.552212.20704.7293
Yxy12.20700.58170.3015
Hunter Lab34.938559.185216.4314
CIE-Lab41.543266.020428.9092

#c40937 color RGB value is (196,9,55).

#c40937 hex color red value is 196, green value is 9 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #c40937 hue: 0.96 , saturation: 0.91 and the lightness value of c40937 is 0.40.

The process color (four color CMYK) of #c40937 color hex is 0.00, 0.95, 0.72, 0.23. Web safe color of #c40937 is #cc0033. Color #c40937 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001001 00110111
Octal 304 11 67
Decimal 196 9 55
Hex C4 9 37

RGB Percentages of Color #c40937

%75.38
%3.46
%21.15

CMYK Percentages of Color #c40937

%0
%95
%72
%23

Triadic Colors of #c40937

#c40937 #37c409 #0937c4

Analogous Colors of #c40937

#c40937 #c43909 #c40995

Monochromatic Colors of #c40937

#c40937

Complementary Color

#c40937 #09c496

#c40937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40937 Color CSS Codes

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

#c40937 Text Font Color

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

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


#c40937 Background Color

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

This div background color is #c40937


#c40937 Border Color

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

This div border color is #c40937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40937


Comments

No comments written yet.

Please login to write comment.