Color Hex Logo

#c1413b Color Hex

#C1413B
(193,65,59)
0 Favorites   0 Comments

Color spaces of #c1413b

RGB 1936559
HSL0.010.530.49
HSV69°76°
CMYK 0.000.660.69   0.24
XYZ24.672015.43385.8163
Yxy15.43380.53730.3361
Hunter Lab39.285943.349918.7222
CIE-Lab46.222750.750631.9579

#c1413b color RGB value is (193,65,59).

#c1413b hex color red value is 193, green value is 65 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c1413b hue: 0.01 , saturation: 0.53 and the lightness value of c1413b is 0.49.

The process color (four color CMYK) of #c1413b color hex is 0.00, 0.66, 0.69, 0.24. Web safe color of #c1413b is #cc3333. Color #c1413b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000001 00111011
Octal 301 101 73
Decimal 193 65 59
Hex C1 41 3B

RGB Percentages of Color #c1413b

%60.88
%20.50
%18.61

CMYK Percentages of Color #c1413b

%0
%66
%69
%24

Triadic Colors of #c1413b

#c1413b #3bc141 #413bc1

Analogous Colors of #c1413b

#c1413b #c1843b #c13b78

Monochromatic Colors of #c1413b

#c1413b

Complementary Color

#c1413b #3bbbc1

#c1413b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1413b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1413b Color CSS Codes

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

#c1413b Text Font Color

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

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


#c1413b Background Color

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

This div background color is #c1413b


#c1413b Border Color

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

This div border color is #c1413b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1413b


Comments

No comments written yet.

Please login to write comment.