Color Hex Logo

#c2112d Color Hex

#C2112D
(194,17,45)
0 Favorites   0 Comments

Color spaces of #c2112d

RGB 1941745
HSL0.970.840.41
HSV351°91°76°
CMYK 0.000.910.77   0.24
XYZ22.922212.05973.6022
Yxy12.05970.59410.3126
Hunter Lab34.727157.049618.1589
CIE-Lab41.310864.196634.6072

#c2112d color RGB value is (194,17,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010001 00101101
Octal 302 21 55
Decimal 194 17 45
Hex C2 11 2D

RGB Percentages of Color #c2112d

%75.78
%6.64
%17.58

CMYK Percentages of Color #c2112d

%0
%91
%77
%24

Triadic Colors of #c2112d

#c2112d #2dc211 #112dc2

Analogous Colors of #c2112d

#c2112d #c24e11 #c21186

Monochromatic Colors of #c2112d

#c2112d

Complementary Color

#c2112d #11c2a6

#c2112d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2112d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2112d Color CSS Codes

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

#c2112d Text Font Color

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

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


#c2112d Background Color

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

This div background color is #c2112d


#c2112d Border Color

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

This div border color is #c2112d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,17,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2112d


Comments

No comments written yet.

Please login to write comment.