Color Hex Logo

#c93749 Color Hex

#C93749
(201,55,73)
0 Favorites   0 Comments

Color spaces of #c93749

RGB 2015573
HSL0.980.570.50
HSV353°73°79°
CMYK 0.000.730.64   0.21
XYZ26.656215.63097.9155
Yxy15.63090.53100.3114
Hunter Lab39.535951.161715.8047
CIE-Lab46.486557.944624.2642

#c93749 color RGB value is (201,55,73).

#c93749 hex color red value is 201, green value is 55 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c93749 hue: 0.98 , saturation: 0.57 and the lightness value of c93749 is 0.50.

The process color (four color CMYK) of #c93749 color hex is 0.00, 0.73, 0.64, 0.21. Web safe color of #c93749 is #cc3333. Color #c93749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110111 01001001
Octal 311 67 111
Decimal 201 55 73
Hex C9 37 49

RGB Percentages of Color #c93749

%61.09
%16.72
%22.19

CMYK Percentages of Color #c93749

%0
%73
%64
%21

Triadic Colors of #c93749

#c93749 #49c937 #3749c9

Analogous Colors of #c93749

#c93749 #c96e37 #c93792

Monochromatic Colors of #c93749

#c93749

Complementary Color

#c93749 #37c9b7

#c93749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93749 Color CSS Codes

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

#c93749 Text Font Color

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

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


#c93749 Background Color

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

This div background color is #c93749


#c93749 Border Color

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

This div border color is #c93749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93749


Comments

No comments written yet.

Please login to write comment.