Color Hex Logo

#c1292e Color Hex

#C1292E
(193,41,46)
0 Favorites   0 Comments

Color spaces of #c1292e

RGB 1934146
HSL0.990.650.46
HSV358°79°76°
CMYK 0.000.790.76   0.24
XYZ23.278413.12063.8904
Yxy13.12060.57780.3257
Hunter Lab36.222451.324318.9877
CIE-Lab42.944458.759235.7552

#c1292e color RGB value is (193,41,46).

#c1292e hex color red value is 193, green value is 41 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c1292e hue: 0.99 , saturation: 0.65 and the lightness value of c1292e is 0.46.

The process color (four color CMYK) of #c1292e color hex is 0.00, 0.79, 0.76, 0.24. Web safe color of #c1292e is #cc3333. Color #c1292e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101001 00101110
Octal 301 51 56
Decimal 193 41 46
Hex C1 29 2E

RGB Percentages of Color #c1292e

%68.93
%14.64
%16.43

CMYK Percentages of Color #c1292e

%0
%79
%76
%24

Triadic Colors of #c1292e

#c1292e #2ec129 #292ec1

Analogous Colors of #c1292e

#c1292e #c17029 #c1297a

Monochromatic Colors of #c1292e

#c1292e

Complementary Color

#c1292e #29c1bc

#c1292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1292e Color CSS Codes

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

#c1292e Text Font Color

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

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


#c1292e Background Color

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

This div background color is #c1292e


#c1292e Border Color

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

This div border color is #c1292e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1292e

#c1292e Color Palettes


Comments

No comments written yet.

Please login to write comment.