Color Hex Logo

#c2092c Color Hex

#C2092C
(194,9,44)
0 Favorites   0 Comments

Color spaces of #c2092c

RGB 194944
HSL0.970.910.40
HSV349°95°76°
CMYK 0.000.950.77   0.24
XYZ22.800411.84663.4678
Yxy11.84660.59820.3108
Hunter Lab34.418958.012218.1196
CIE-Lab40.971365.108034.8304

#c2092c color RGB value is (194,9,44).

#c2092c hex color red value is 194, green value is 9 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c2092c hue: 0.97 , saturation: 0.91 and the lightness value of c2092c is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001001 00101100
Octal 302 11 54
Decimal 194 9 44
Hex C2 9 2C

RGB Percentages of Color #c2092c

%78.54
%3.64
%17.81

CMYK Percentages of Color #c2092c

%0
%95
%77
%24

Triadic Colors of #c2092c

#c2092c #2cc209 #092cc2

Analogous Colors of #c2092c

#c2092c #c24209 #c20989

Monochromatic Colors of #c2092c

#c2092c

Complementary Color

#c2092c #09c29f

#c2092c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2092c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2092c Color CSS Codes

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

#c2092c Text Font Color

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

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


#c2092c Background Color

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

This div background color is #c2092c


#c2092c Border Color

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

This div border color is #c2092c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2092c


Comments

No comments written yet.

Please login to write comment.