Color Hex Logo

#c9113c Color Hex

#C9113C
(201,17,60)
0 Favorites   0 Comments

Color spaces of #c9113c

RGB 2011760
HSL0.960.840.43
HSV346°92°79°
CMYK 0.000.920.70   0.21
XYZ25.103513.14465.4890
Yxy13.14460.57400.3005
Hunter Lab36.255560.147316.4025
CIE-Lab42.980366.575227.8078

#c9113c color RGB value is (201,17,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010001 00111100
Octal 311 21 74
Decimal 201 17 60
Hex C9 11 3C

RGB Percentages of Color #c9113c

%72.30
%6.12
%21.58

CMYK Percentages of Color #c9113c

%0
%92
%70
%21

Triadic Colors of #c9113c

#c9113c #3cc911 #113cc9

Analogous Colors of #c9113c

#c9113c #c94211 #c91198

Monochromatic Colors of #c9113c

#c9113c

Complementary Color

#c9113c #11c99e

#c9113c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9113c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9113c Color CSS Codes

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

#c9113c Text Font Color

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

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


#c9113c Background Color

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

This div background color is #c9113c


#c9113c Border Color

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

This div border color is #c9113c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9113c


Comments

No comments written yet.

Please login to write comment.