Color Hex Logo

#c2071a Color Hex

#C2071A
(194,7,26)
0 Favorites   0 Comments

Color spaces of #c2071a

RGB 194726
HSL0.980.930.39
HSV354°96°76°
CMYK 0.000.960.87   0.24
XYZ22.510611.69592.0484
Yxy11.69590.62090.3226
Hunter Lab34.199357.643320.3883
CIE-Lab40.728764.831944.6158

#c2071a color RGB value is (194,7,26).

#c2071a hex color red value is 194, green value is 7 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #c2071a hue: 0.98 , saturation: 0.93 and the lightness value of c2071a is 0.39.

The process color (four color CMYK) of #c2071a color hex is 0.00, 0.96, 0.87, 0.24. Web safe color of #c2071a is #cc0033. Color #c2071a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000111 00011010
Octal 302 7 32
Decimal 194 7 26
Hex C2 7 1A

RGB Percentages of Color #c2071a

%85.46
%3.08
%11.45

CMYK Percentages of Color #c2071a

%0
%96
%87
%24

Triadic Colors of #c2071a

#c2071a #1ac207 #071ac2

Analogous Colors of #c2071a

#c2071a #c25107 #c20778

Monochromatic Colors of #c2071a

#c2071a

Complementary Color

#c2071a #07c2af

#c2071a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2071a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2071a Color CSS Codes

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

#c2071a Text Font Color

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

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


#c2071a Background Color

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

This div background color is #c2071a


#c2071a Border Color

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

This div border color is #c2071a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2071a


Comments

No comments written yet.

Please login to write comment.