Color Hex Logo

#c41545 Color Hex

#C41545
(196,21,69)
0 Favorites   0 Comments

Color spaces of #c41545

RGB 1962169
HSL0.950.810.43
HSV344°89°77°
CMYK 0.000.890.65   0.23
XYZ24.107312.70186.8113
Yxy12.70180.55270.2912
Hunter Lab35.639658.371613.6164
CIE-Lab42.310565.161621.1415

#c41545 color RGB value is (196,21,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010101 01000101
Octal 304 25 105
Decimal 196 21 69
Hex C4 15 45

RGB Percentages of Color #c41545

%68.53
%7.34
%24.13

CMYK Percentages of Color #c41545

%0
%89
%65
%23

Triadic Colors of #c41545

#c41545 #45c415 #1545c4

Analogous Colors of #c41545

#c41545 #c43d15 #c4159d

Monochromatic Colors of #c41545

#c41545

Complementary Color

#c41545 #15c494

#c41545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41545 Color CSS Codes

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

#c41545 Text Font Color

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

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


#c41545 Background Color

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

This div background color is #c41545


#c41545 Border Color

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

This div border color is #c41545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41545


Comments

No comments written yet.

Please login to write comment.