Color Hex Logo

#c1512a Color Hex

#C1512A
(193,81,42)
0 Favorites   0 Comments

Color spaces of #c1512a

RGB 1938142
HSL0.040.640.46
HSV15°78°76°
CMYK 0.000.580.78   0.24
XYZ25.352717.38954.2108
Yxy17.38950.54000.3704
Hunter Lab41.700735.546023.2036
CIE-Lab48.747142.776443.9990

#c1512a color RGB value is (193,81,42).

#c1512a hex color red value is 193, green value is 81 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c1512a hue: 0.04 , saturation: 0.64 and the lightness value of c1512a is 0.46.

The process color (four color CMYK) of #c1512a color hex is 0.00, 0.58, 0.78, 0.24. Web safe color of #c1512a is #cc6633. Color #c1512a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010001 00101010
Octal 301 121 52
Decimal 193 81 42
Hex C1 51 2A

RGB Percentages of Color #c1512a

%61.08
%25.63
%13.29

CMYK Percentages of Color #c1512a

%0
%58
%78
%24

Triadic Colors of #c1512a

#c1512a #2ac151 #512ac1

Analogous Colors of #c1512a

#c1512a #c19d2a #c12a4f

Monochromatic Colors of #c1512a

#c1512a

Complementary Color

#c1512a #2a9ac1

#c1512a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1512a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1512a Color CSS Codes

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

#c1512a Text Font Color

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

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


#c1512a Background Color

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

This div background color is #c1512a


#c1512a Border Color

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

This div border color is #c1512a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1512a


Comments

No comments written yet.

Please login to write comment.