Color Hex Logo

#c1453e Color Hex

#C1453E
(193,69,62)
0 Favorites   0 Comments

Color spaces of #c1453e

RGB 1936962
HSL0.010.510.50
HSV68°76°
CMYK 0.000.640.68   0.24
XYZ24.989915.94156.3173
Yxy15.94150.52890.3374
Hunter Lab39.926841.849918.5678
CIE-Lab46.897649.205531.0182

#c1453e color RGB value is (193,69,62).

#c1453e hex color red value is 193, green value is 69 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c1453e hue: 0.01 , saturation: 0.51 and the lightness value of c1453e is 0.50.

The process color (four color CMYK) of #c1453e color hex is 0.00, 0.64, 0.68, 0.24. Web safe color of #c1453e is #cc3333. Color #c1453e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000101 00111110
Octal 301 105 76
Decimal 193 69 62
Hex C1 45 3E

RGB Percentages of Color #c1453e

%59.57
%21.30
%19.14

CMYK Percentages of Color #c1453e

%0
%64
%68
%24

Triadic Colors of #c1453e

#c1453e #3ec145 #453ec1

Analogous Colors of #c1453e

#c1453e #c1873e #c13e79

Monochromatic Colors of #c1453e

#c1453e

Complementary Color

#c1453e #3ebac1

#c1453e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1453e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1453e Color CSS Codes

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

#c1453e Text Font Color

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

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


#c1453e Background Color

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

This div background color is #c1453e


#c1453e Border Color

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

This div border color is #c1453e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1453e


Comments

No comments written yet.

Please login to write comment.