Color Hex Logo

#c2061e Color Hex

#C2061E
(194,6,30)
0 Favorites   0 Comments

Color spaces of #c2061e

RGB 194630
HSL0.980.940.39
HSV352°97°76°
CMYK 0.000.970.85   0.24
XYZ22.547611.69332.2969
Yxy11.69330.61710.3200
Hunter Lab34.195557.856219.9543
CIE-Lab40.724565.019442.5391

#c2061e color RGB value is (194,6,30).

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

The process color (four color CMYK) of #c2061e color hex is 0.00, 0.97, 0.85, 0.24. Web safe color of #c2061e is #cc0033. Color #c2061e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000110 00011110
Octal 302 6 36
Decimal 194 6 30
Hex C2 6 1E

RGB Percentages of Color #c2061e

%84.35
%2.61
%13.04

CMYK Percentages of Color #c2061e

%0
%97
%85
%24

Triadic Colors of #c2061e

#c2061e #1ec206 #061ec2

Analogous Colors of #c2061e

#c2061e #c24c06 #c2067c

Monochromatic Colors of #c2061e

#c2061e

Complementary Color

#c2061e #06c2aa

#c2061e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2061e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2061e Color CSS Codes

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

#c2061e Text Font Color

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

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


#c2061e Background Color

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

This div background color is #c2061e


#c2061e Border Color

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

This div border color is #c2061e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2061e


Comments

No comments written yet.

Please login to write comment.