Color Hex Logo

#c4152e Color Hex

#C4152E
(196,21,46)
0 Favorites   0 Comments

Color spaces of #c4152e

RGB 1962146
HSL0.980.810.43
HSV351°89°77°
CMYK 0.000.890.77   0.23
XYZ23.526312.46943.7516
Yxy12.46940.59190.3137
Hunter Lab35.312057.127818.4194
CIE-Lab41.952664.140634.8381

#c4152e color RGB value is (196,21,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010101 00101110
Octal 304 25 56
Decimal 196 21 46
Hex C4 15 2E

RGB Percentages of Color #c4152e

%74.52
%7.98
%17.49

CMYK Percentages of Color #c4152e

%0
%89
%77
%23

Triadic Colors of #c4152e

#c4152e #2ec415 #152ec4

Analogous Colors of #c4152e

#c4152e #c45415 #c41586

Monochromatic Colors of #c4152e

#c4152e

Complementary Color

#c4152e #15c4ab

#c4152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4152e Color CSS Codes

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

#c4152e Text Font Color

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

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


#c4152e Background Color

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

This div background color is #c4152e


#c4152e Border Color

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

This div border color is #c4152e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4152e


Comments

No comments written yet.

Please login to write comment.