Color Hex Logo

#c9132e Color Hex

#C9132E
(201,19,46)
0 Favorites   0 Comments

Color spaces of #c9132e

RGB 2011946
HSL0.980.830.43
HSV351°91°79°
CMYK 0.000.910.77   0.21
XYZ24.813413.08053.8017
Yxy13.08050.59510.3137
Hunter Lab36.167059.172919.0846
CIE-Lab42.884365.748636.1560

#c9132e color RGB value is (201,19,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010011 00101110
Octal 311 23 56
Decimal 201 19 46
Hex C9 13 2E

RGB Percentages of Color #c9132e

%75.56
%7.14
%17.29

CMYK Percentages of Color #c9132e

%0
%91
%77
%21

Triadic Colors of #c9132e

#c9132e #2ec913 #132ec9

Analogous Colors of #c9132e

#c9132e #c95313 #c91389

Monochromatic Colors of #c9132e

#c9132e

Complementary Color

#c9132e #13c9ae

#c9132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9132e Color CSS Codes

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

#c9132e Text Font Color

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

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


#c9132e Background Color

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

This div background color is #c9132e


#c9132e Border Color

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

This div border color is #c9132e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9132e


Comments

No comments written yet.

Please login to write comment.