Color Hex Logo

#c11115 Color Hex

#C11115
(193,17,21)
0 Favorites   0 Comments

Color spaces of #c11115

RGB 1931721
HSL1.000.840.41
HSV359°91°76°
CMYK 0.000.910.89   0.24
XYZ22.328111.79251.8088
Yxy11.79250.62140.3282
Hunter Lab34.340255.965820.9152
CIE-Lab40.884463.322347.0449

#c11115 color RGB value is (193,17,21).

#c11115 hex color red value is 193, green value is 17 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #c11115 hue: 1.00 , saturation: 0.84 and the lightness value of c11115 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010001 00010101
Octal 301 21 25
Decimal 193 17 21
Hex C1 11 15

RGB Percentages of Color #c11115

%83.55
%7.36
%9.09

CMYK Percentages of Color #c11115

%0
%91
%89
%24

Triadic Colors of #c11115

#c11115 #15c111 #1115c1

Analogous Colors of #c11115

#c11115 #c16511 #c1116d

Monochromatic Colors of #c11115

#c11115

Complementary Color

#c11115 #11c1bd

#c11115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11115 Color CSS Codes

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

#c11115 Text Font Color

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

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


#c11115 Background Color

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

This div background color is #c11115


#c11115 Border Color

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

This div border color is #c11115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11115


Comments

No comments written yet.

Please login to write comment.