Color Hex Logo

#c1140d Color Hex

#C1140D
(193,20,13)
0 Favorites   0 Comments

Color spaces of #c1140d

RGB 1932013
HSL0.010.870.40
HSV93°76°
CMYK 0.000.900.93   0.24
XYZ22.315111.86681.4952
Yxy11.86680.62550.3326
Hunter Lab34.448255.345521.5403
CIE-Lab41.003662.748550.3886

#c1140d color RGB value is (193,20,13).

#c1140d hex color red value is 193, green value is 20 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c1140d hue: 0.01 , saturation: 0.87 and the lightness value of c1140d is 0.40.

The process color (four color CMYK) of #c1140d color hex is 0.00, 0.90, 0.93, 0.24. Web safe color of #c1140d is #cc0000. Color #c1140d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010100 00001101
Octal 301 24 15
Decimal 193 20 13
Hex C1 14 D

RGB Percentages of Color #c1140d

%85.40
%8.85
%5.75

CMYK Percentages of Color #c1140d

%0
%90
%93
%24

Triadic Colors of #c1140d

#c1140d #0dc114 #140dc1

Analogous Colors of #c1140d

#c1140d #c16e0d #c10d60

Monochromatic Colors of #c1140d

#c1140d

Complementary Color

#c1140d #0dbac1

#c1140d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1140d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1140d Color CSS Codes

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

#c1140d Text Font Color

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

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


#c1140d Background Color

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

This div background color is #c1140d


#c1140d Border Color

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

This div border color is #c1140d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,20,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1140d


Comments

No comments written yet.

Please login to write comment.