Color Hex Logo

#c0313e Color Hex

#C0313E
(192,49,62)
0 Favorites   0 Comments

Color spaces of #c0313e

RGB 1924962
HSL0.980.590.47
HSV355°74°75°
CMYK 0.000.740.68   0.25
XYZ23.706013.75095.9622
Yxy13.75090.54600.3167
Hunter Lab37.082249.218016.4247
CIE-Lab43.873656.658127.2830

#c0313e color RGB value is (192,49,62).

#c0313e hex color red value is 192, green value is 49 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c0313e hue: 0.98 , saturation: 0.59 and the lightness value of c0313e is 0.47.

The process color (four color CMYK) of #c0313e color hex is 0.00, 0.74, 0.68, 0.25. Web safe color of #c0313e is #cc3333. Color #c0313e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110001 00111110
Octal 300 61 76
Decimal 192 49 62
Hex C0 31 3E

RGB Percentages of Color #c0313e

%63.37
%16.17
%20.46

CMYK Percentages of Color #c0313e

%0
%74
%68
%25

Triadic Colors of #c0313e

#c0313e #3ec031 #313ec0

Analogous Colors of #c0313e

#c0313e #c06c31 #c03186

Monochromatic Colors of #c0313e

#c0313e

Complementary Color

#c0313e #31c0b3

#c0313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0313e Color CSS Codes

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

#c0313e Text Font Color

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

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


#c0313e Background Color

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

This div background color is #c0313e


#c0313e Border Color

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

This div border color is #c0313e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,49,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0313e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0313e;
  -webkit-box-shadow: 1px 1px 3px 2px #c0313e;
  box-shadow:         1px 1px 3px 2px #c0313e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,49,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0313e


Comments

No comments written yet.

Please login to write comment.