Color Hex Logo

#c1171b Color Hex

#C1171B
(193,23,27)
0 Favorites   0 Comments

Color spaces of #c1171b

RGB 1932327
HSL1.000.790.42
HSV359°88°76°
CMYK 0.000.880.86   0.24
XYZ22.496512.02942.1731
Yxy12.02940.61300.3278
Hunter Lab34.683455.083420.5636
CIE-Lab41.262862.464944.4785

#c1171b color RGB value is (193,23,27).

#c1171b hex color red value is 193, green value is 23 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #c1171b hue: 1.00 , saturation: 0.79 and the lightness value of c1171b is 0.42.

The process color (four color CMYK) of #c1171b color hex is 0.00, 0.88, 0.86, 0.24. Web safe color of #c1171b is #cc0033. Color #c1171b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010111 00011011
Octal 301 27 33
Decimal 193 23 27
Hex C1 17 1B

RGB Percentages of Color #c1171b

%79.42
%9.47
%11.11

CMYK Percentages of Color #c1171b

%0
%88
%86
%24

Triadic Colors of #c1171b

#c1171b #1bc117 #171bc1

Analogous Colors of #c1171b

#c1171b #c16817 #c11770

Monochromatic Colors of #c1171b

#c1171b

Complementary Color

#c1171b #17c1bd

#c1171b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1171b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1171b Color CSS Codes

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

#c1171b Text Font Color

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

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


#c1171b Background Color

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

This div background color is #c1171b


#c1171b Border Color

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

This div border color is #c1171b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1171b


Comments

No comments written yet.

Please login to write comment.