Color Hex Logo

#c4112e Color Hex

#C4112E
(196,17,46)
0 Favorites   0 Comments

Color spaces of #c4112e

RGB 1961746
HSL0.970.840.42
HSV350°91°77°
CMYK 0.000.910.77   0.23
XYZ23.458512.33393.7290
Yxy12.33390.59360.3121
Hunter Lab35.119757.771418.2884
CIE-Lab41.742064.746934.6058

#c4112e color RGB value is (196,17,46).

#c4112e hex color red value is 196, green value is 17 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c4112e hue: 0.97 , saturation: 0.84 and the lightness value of c4112e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010001 00101110
Octal 304 21 56
Decimal 196 17 46
Hex C4 11 2E

RGB Percentages of Color #c4112e

%75.68
%6.56
%17.76

CMYK Percentages of Color #c4112e

%0
%91
%77
%23

Triadic Colors of #c4112e

#c4112e #2ec411 #112ec4

Analogous Colors of #c4112e

#c4112e #c44e11 #c41188

Monochromatic Colors of #c4112e

#c4112e

Complementary Color

#c4112e #11c4a7

#c4112e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4112e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4112e Color CSS Codes

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

#c4112e Text Font Color

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

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


#c4112e Background Color

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

This div background color is #c4112e


#c4112e Border Color

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

This div border color is #c4112e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4112e


Comments

No comments written yet.

Please login to write comment.