Color Hex Logo

#c41537 Color Hex

#C41537
(196,21,55)
0 Favorites   0 Comments

Color spaces of #c41537

RGB 1962155
HSL0.970.810.43
HSV348°89°77°
CMYK 0.000.890.72   0.23
XYZ23.722712.54794.7861
Yxy12.54790.57780.3056
Hunter Lab35.423057.550716.7853
CIE-Lab42.074064.488729.5440

#c41537 color RGB value is (196,21,55).

#c41537 hex color red value is 196, green value is 21 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #c41537 hue: 0.97 , saturation: 0.81 and the lightness value of c41537 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010101 00110111
Octal 304 25 67
Decimal 196 21 55
Hex C4 15 37

RGB Percentages of Color #c41537

%72.06
%7.72
%20.22

CMYK Percentages of Color #c41537

%0
%89
%72
%23

Triadic Colors of #c41537

#c41537 #37c415 #1537c4

Analogous Colors of #c41537

#c41537 #c44b15 #c4158f

Monochromatic Colors of #c41537

#c41537

Complementary Color

#c41537 #15c4a2

#c41537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41537 Color CSS Codes

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

#c41537 Text Font Color

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

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


#c41537 Background Color

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

This div background color is #c41537


#c41537 Border Color

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

This div border color is #c41537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41537


Comments

No comments written yet.

Please login to write comment.