Color Hex Logo

#c1521d Color Hex

#C1521D
(193,82,29)
0 Favorites   0 Comments

Color spaces of #c1521d

RGB 1938229
HSL0.050.740.44
HSV19°85°76°
CMYK 0.000.580.85   0.24
XYZ25.231417.46083.2028
Yxy17.46080.54980.3805
Hunter Lab41.786134.656624.7059
CIE-Lab48.835541.881350.0472

#c1521d color RGB value is (193,82,29).

#c1521d hex color red value is 193, green value is 82 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c1521d hue: 0.05 , saturation: 0.74 and the lightness value of c1521d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010010 00011101
Octal 301 122 35
Decimal 193 82 29
Hex C1 52 1D

RGB Percentages of Color #c1521d

%63.49
%26.97
%9.54

CMYK Percentages of Color #c1521d

%0
%58
%85
%24

Triadic Colors of #c1521d

#c1521d #1dc152 #521dc1

Analogous Colors of #c1521d

#c1521d #c1a41d #c11d3a

Monochromatic Colors of #c1521d

#c1521d

Complementary Color

#c1521d #1d8cc1

#c1521d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1521d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1521d Color CSS Codes

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

#c1521d Text Font Color

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

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


#c1521d Background Color

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

This div background color is #c1521d


#c1521d Border Color

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

This div border color is #c1521d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1521d


Comments

No comments written yet.

Please login to write comment.