Color Hex Logo

#c0131f Color Hex

#C0131F
(192,19,31)
0 Favorites   0 Comments

Color spaces of #c0131f

RGB 1921931
HSL0.990.820.41
HSV356°90°75°
CMYK 0.000.900.84   0.25
XYZ22.218411.77112.3973
Yxy11.77110.61060.3235
Hunter Lab34.309055.555119.8735
CIE-Lab40.850062.964641.9618

#c0131f color RGB value is (192,19,31).

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

The process color (four color CMYK) of #c0131f color hex is 0.00, 0.90, 0.84, 0.25. Web safe color of #c0131f is #cc0033. Color #c0131f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010011 00011111
Octal 300 23 37
Decimal 192 19 31
Hex C0 13 1F

RGB Percentages of Color #c0131f

%79.34
%7.85
%12.81

CMYK Percentages of Color #c0131f

%0
%90
%84
%25

Triadic Colors of #c0131f

#c0131f #1fc013 #131fc0

Analogous Colors of #c0131f

#c0131f #c05e13 #c01376

Monochromatic Colors of #c0131f

#c0131f

Complementary Color

#c0131f #13c0b4

#c0131f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0131f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0131f Color CSS Codes

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

#c0131f Text Font Color

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

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


#c0131f Background Color

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

This div background color is #c0131f


#c0131f Border Color

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

This div border color is #c0131f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0131f


Comments

No comments written yet.

Please login to write comment.