Color Hex Logo

#c3131e Color Hex

#C3131E
(195,19,30)
0 Favorites   0 Comments

Color spaces of #c3131e

RGB 1951930
HSL0.990.820.42
HSV356°90°76°
CMYK 0.000.900.85   0.24
XYZ22.972912.16162.3649
Yxy12.16160.61260.3243
Hunter Lab34.873556.558220.3908
CIE-Lab41.471863.732043.2876

#c3131e color RGB value is (195,19,30).

#c3131e hex color red value is 195, green value is 19 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c3131e hue: 0.99 , saturation: 0.82 and the lightness value of c3131e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010011 00011110
Octal 303 23 36
Decimal 195 19 30
Hex C3 13 1E

RGB Percentages of Color #c3131e

%79.92
%7.79
%12.30

CMYK Percentages of Color #c3131e

%0
%90
%85
%24

Triadic Colors of #c3131e

#c3131e #1ec313 #131ec3

Analogous Colors of #c3131e

#c3131e #c36013 #c31376

Monochromatic Colors of #c3131e

#c3131e

Complementary Color

#c3131e #13c3b8

#c3131e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3131e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3131e Color CSS Codes

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

#c3131e Text Font Color

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

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


#c3131e Background Color

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

This div background color is #c3131e


#c3131e Border Color

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

This div border color is #c3131e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,19,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 #c3131e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3131e


Comments

No comments written yet.

Please login to write comment.