Color Hex Logo

#c1414d Color Hex

#C1414D
(193,65,77)
0 Favorites   0 Comments

Color spaces of #c1414d

RGB 1936577
HSL0.980.510.51
HSV354°66°76°
CMYK 0.000.660.60   0.24
XYZ25.222215.65398.7133
Yxy15.65390.50860.3157
Hunter Lab39.565044.552814.6382
CIE-Lab46.517151.835321.6019

#c1414d color RGB value is (193,65,77).

#c1414d hex color red value is 193, green value is 65 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c1414d hue: 0.98 , saturation: 0.51 and the lightness value of c1414d is 0.51.

The process color (four color CMYK) of #c1414d color hex is 0.00, 0.66, 0.60, 0.24. Web safe color of #c1414d is #cc3366. Color #c1414d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000001 01001101
Octal 301 101 115
Decimal 193 65 77
Hex C1 41 4D

RGB Percentages of Color #c1414d

%57.61
%19.40
%22.99

CMYK Percentages of Color #c1414d

%0
%66
%60
%24

Triadic Colors of #c1414d

#c1414d #4dc141 #414dc1

Analogous Colors of #c1414d

#c1414d #c17541 #c1418d

Monochromatic Colors of #c1414d

#c1414d

Complementary Color

#c1414d #41c1b5

#c1414d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1414d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1414d Color CSS Codes

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

#c1414d Text Font Color

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

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


#c1414d Background Color

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

This div background color is #c1414d


#c1414d Border Color

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

This div border color is #c1414d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,65,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1414d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1414d;
  -webkit-box-shadow: 1px 1px 3px 2px #c1414d;
  box-shadow:         1px 1px 3px 2px #c1414d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,65,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1414d


Comments

No comments written yet.

Please login to write comment.