Color Hex Logo

#c91127 Color Hex

#C91127
(201,17,39)
0 Favorites   0 Comments

Color spaces of #c91127

RGB 2011739
HSL0.980.840.43
HSV353°92°79°
CMYK 0.000.920.81   0.21
XYZ24.654112.96493.1225
Yxy12.96490.60510.3182
Hunter Lab36.006859.208220.0632
CIE-Lab42.710365.813240.0069

#c91127 color RGB value is (201,17,39).

#c91127 hex color red value is 201, green value is 17 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #c91127 hue: 0.98 , saturation: 0.84 and the lightness value of c91127 is 0.43.

The process color (four color CMYK) of #c91127 color hex is 0.00, 0.92, 0.81, 0.21. Web safe color of #c91127 is #cc0033. Color #c91127 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010001 00100111
Octal 311 21 47
Decimal 201 17 39
Hex C9 11 27

RGB Percentages of Color #c91127

%78.21
%6.61
%15.18

CMYK Percentages of Color #c91127

%0
%92
%81
%21

Triadic Colors of #c91127

#c91127 #27c911 #1127c9

Analogous Colors of #c91127

#c91127 #c95711 #c91183

Monochromatic Colors of #c91127

#c91127

Complementary Color

#c91127 #11c9b3

#c91127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91127 Color CSS Codes

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

#c91127 Text Font Color

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

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


#c91127 Background Color

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

This div background color is #c91127


#c91127 Border Color

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

This div border color is #c91127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91127


Comments

No comments written yet.

Please login to write comment.