Color Hex Logo

#c4133e Color Hex

#C4133E
(196,19,62)
0 Favorites   0 Comments

Color spaces of #c4133e

RGB 1961962
HSL0.960.820.42
HSV345°90°77°
CMYK 0.000.900.68   0.23
XYZ23.867312.54935.7217
Yxy12.54930.56640.2978
Hunter Lab35.425058.269215.2212
CIE-Lab42.076265.117725.2192

#c4133e color RGB value is (196,19,62).

#c4133e hex color red value is 196, green value is 19 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c4133e hue: 0.96 , saturation: 0.82 and the lightness value of c4133e is 0.42.

The process color (four color CMYK) of #c4133e color hex is 0.00, 0.90, 0.68, 0.23. Web safe color of #c4133e is #cc0033. Color #c4133e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010011 00111110
Octal 304 23 76
Decimal 196 19 62
Hex C4 13 3E

RGB Percentages of Color #c4133e

%70.76
%6.86
%22.38

CMYK Percentages of Color #c4133e

%0
%90
%68
%23

Triadic Colors of #c4133e

#c4133e #3ec413 #133ec4

Analogous Colors of #c4133e

#c4133e #c44113 #c41397

Monochromatic Colors of #c4133e

#c4133e

Complementary Color

#c4133e #13c499

#c4133e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4133e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4133e Color CSS Codes

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

#c4133e Text Font Color

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

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


#c4133e Background Color

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

This div background color is #c4133e


#c4133e Border Color

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

This div border color is #c4133e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4133e


Comments

No comments written yet.

Please login to write comment.