Color Hex Logo

#c2013f Color Hex

#C2013F
(194,1,63)
0 Favorites   0 Comments

Color spaces of #c2013f

RGB 194163
HSL0.950.990.38
HSV341°99°76°
CMYK 0.000.990.68   0.24
XYZ23.156211.84995.7694
Yxy11.84990.56790.2906
Hunter Lab34.423759.832314.1596
CIE-Lab40.976666.692923.1158

#c2013f color RGB value is (194,1,63).

#c2013f hex color red value is 194, green value is 1 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c2013f hue: 0.95 , saturation: 0.99 and the lightness value of c2013f is 0.38.

The process color (four color CMYK) of #c2013f color hex is 0.00, 0.99, 0.68, 0.24. Web safe color of #c2013f is #cc0033. Color #c2013f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000001 00111111
Octal 302 1 77
Decimal 194 1 63
Hex C2 1 3F

RGB Percentages of Color #c2013f

%75.19
%0.39
%24.42

CMYK Percentages of Color #c2013f

%0
%99
%68
%24

Triadic Colors of #c2013f

#c2013f #3fc201 #013fc2

Analogous Colors of #c2013f

#c2013f #c22301 #c201a0

Monochromatic Colors of #c2013f

#c2013f

Complementary Color

#c2013f #01c284

#c2013f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2013f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2013f Color CSS Codes

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

#c2013f Text Font Color

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

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


#c2013f Background Color

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

This div background color is #c2013f


#c2013f Border Color

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

This div border color is #c2013f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2013f


Comments

No comments written yet.

Please login to write comment.