Color Hex Logo

#c2120b Color Hex

#C2120B
(194,18,11)
0 Favorites   0 Comments

Color spaces of #c2120b

RGB 1941811
HSL0.010.890.40
HSV94°76°
CMYK 0.000.910.94   0.24
XYZ22.524811.92611.4314
Yxy11.92610.62770.3324
Hunter Lab34.534255.991221.7164
CIE-Lab41.098463.303151.2432

#c2120b color RGB value is (194,18,11).

#c2120b hex color red value is 194, green value is 18 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c2120b hue: 0.01 , saturation: 0.89 and the lightness value of c2120b is 0.40.

The process color (four color CMYK) of #c2120b color hex is 0.00, 0.91, 0.94, 0.24. Web safe color of #c2120b is #cc0000. Color #c2120b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010010 00001011
Octal 302 22 13
Decimal 194 18 11
Hex C2 12 B

RGB Percentages of Color #c2120b

%87.00
%8.07
%4.93

CMYK Percentages of Color #c2120b

%0
%91
%94
%24

Triadic Colors of #c2120b

#c2120b #0bc212 #120bc2

Analogous Colors of #c2120b

#c2120b #c26e0b #c20b5f

Monochromatic Colors of #c2120b

#c2120b

Complementary Color

#c2120b #0bbbc2

#c2120b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2120b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2120b Color CSS Codes

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

#c2120b Text Font Color

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

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


#c2120b Background Color

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

This div background color is #c2120b


#c2120b Border Color

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

This div border color is #c2120b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2120b


Comments

No comments written yet.

Please login to write comment.