Color Hex Logo

#c91329 Color Hex

#C91329
(201,19,41)
0 Favorites   0 Comments

Color spaces of #c91329

RGB 2011941
HSL0.980.830.43
HSV353°91°79°
CMYK 0.000.910.80   0.21
XYZ24.720513.04333.3125
Yxy13.04330.60180.3175
Hunter Lab36.115558.978319.8428
CIE-Lab42.828465.590138.9932

#c91329 color RGB value is (201,19,41).

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

The process color (four color CMYK) of #c91329 color hex is 0.00, 0.91, 0.80, 0.21. Web safe color of #c91329 is #cc0033. Color #c91329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010011 00101001
Octal 311 23 51
Decimal 201 19 41
Hex C9 13 29

RGB Percentages of Color #c91329

%77.01
%7.28
%15.71

CMYK Percentages of Color #c91329

%0
%91
%80
%21

Triadic Colors of #c91329

#c91329 #29c913 #1329c9

Analogous Colors of #c91329

#c91329 #c95813 #c91384

Monochromatic Colors of #c91329

#c91329

Complementary Color

#c91329 #13c9b3

#c91329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91329 Color CSS Codes

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

#c91329 Text Font Color

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

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


#c91329 Background Color

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

This div background color is #c91329


#c91329 Border Color

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

This div border color is #c91329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91329


Comments

No comments written yet.

Please login to write comment.