Color Hex Logo

#c1131e Color Hex

#C1131E
(193,19,30)
0 Favorites   0 Comments

Color spaces of #c1131e

RGB 1931930
HSL0.990.820.42
HSV356°90°76°
CMYK 0.000.900.84   0.24
XYZ22.459511.89692.3409
Yxy11.89690.61200.3242
Hunter Lab34.491955.870120.1204
CIE-Lab41.051863.204842.7528

#c1131e color RGB value is (193,19,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010011 00011110
Octal 301 23 36
Decimal 193 19 30
Hex C1 13 1E

RGB Percentages of Color #c1131e

%79.75
%7.85
%12.40

CMYK Percentages of Color #c1131e

%0
%90
%84
%24

Triadic Colors of #c1131e

#c1131e #1ec113 #131ec1

Analogous Colors of #c1131e

#c1131e #c15f13 #c11375

Monochromatic Colors of #c1131e

#c1131e

Complementary Color

#c1131e #13c1b6

#c1131e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1131e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1131e Color CSS Codes

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

#c1131e Text Font Color

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

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


#c1131e Background Color

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

This div background color is #c1131e


#c1131e Border Color

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

This div border color is #c1131e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1131e


Comments

No comments written yet.

Please login to write comment.