Color Hex Logo

#c1121c Color Hex

#C1121C
(193,18,28)
0 Favorites   1 Comments

Color spaces of #c1121c

RGB 1931828
HSL0.990.830.41
HSV357°91°76°
CMYK 0.000.910.85   0.24
XYZ22.418211.85392.2051
Yxy11.85390.61460.3250
Hunter Lab34.429555.975720.3033
CIE-Lab40.983063.311943.7311

#c1121c color RGB value is (193,18,28).

#c1121c hex color red value is 193, green value is 18 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #c1121c hue: 0.99 , saturation: 0.83 and the lightness value of c1121c is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010010 00011100
Octal 301 22 34
Decimal 193 18 28
Hex C1 12 1C

RGB Percentages of Color #c1121c

%80.75
%7.53
%11.72

CMYK Percentages of Color #c1121c

%0
%91
%85
%24

Triadic Colors of #c1121c

#c1121c #1cc112 #121cc1

Analogous Colors of #c1121c

#c1121c #c15f12 #c11274

Monochromatic Colors of #c1121c

#c1121c

Complementary Color

#c1121c #12c1b7

#c1121c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1121c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1121c Color CSS Codes

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

#c1121c Text Font Color

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

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


#c1121c Background Color

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

This div background color is #c1121c


#c1121c Border Color

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

This div border color is #c1121c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1121c


Comments

31 Mar 2012, 19:04 (guest)

DBAG use this on regional trains

Please login to write comment.