Color Hex Logo

#c11316 Color Hex

#C11316
(193,19,22)
0 Favorites   0 Comments

Color spaces of #c11316

RGB 1931922
HSL1.000.820.42
HSV359°90°76°
CMYK 0.000.900.89   0.24
XYZ22.370011.86111.8695
Yxy11.86110.61970.3286
Hunter Lab34.439955.672320.8895
CIE-Lab40.994563.040646.6701

#c11316 color RGB value is (193,19,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010011 00010110
Octal 301 23 26
Decimal 193 19 22
Hex C1 13 16

RGB Percentages of Color #c11316

%82.48
%8.12
%9.40

CMYK Percentages of Color #c11316

%0
%90
%89
%24

Triadic Colors of #c11316

#c11316 #16c113 #1316c1

Analogous Colors of #c11316

#c11316 #c16713 #c1136d

Monochromatic Colors of #c11316

#c11316

Complementary Color

#c11316 #13c1be

#c11316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11316 Color CSS Codes

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

#c11316 Text Font Color

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

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


#c11316 Background Color

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

This div background color is #c11316


#c11316 Border Color

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

This div border color is #c11316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11316


Comments

No comments written yet.

Please login to write comment.