Color Hex Logo

#c53541 Color Hex

#C53541
(197,53,65)
0 Favorites   0 Comments

Color spaces of #c53541

RGB 1975365
HSL0.990.580.49
HSV355°73°77°
CMYK 0.000.730.67   0.23
XYZ25.253214.79826.5264
Yxy14.79820.54220.3177
Hunter Lab38.468449.859416.8690
CIE-Lab45.356656.969227.5161

#c53541 color RGB value is (197,53,65).

#c53541 hex color red value is 197, green value is 53 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #c53541 hue: 0.99 , saturation: 0.58 and the lightness value of c53541 is 0.49.

The process color (four color CMYK) of #c53541 color hex is 0.00, 0.73, 0.67, 0.23. Web safe color of #c53541 is #cc3333. Color #c53541 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110101 01000001
Octal 305 65 101
Decimal 197 53 65
Hex C5 35 41

RGB Percentages of Color #c53541

%62.54
%16.83
%20.63

CMYK Percentages of Color #c53541

%0
%73
%67
%23

Triadic Colors of #c53541

#c53541 #41c535 #3541c5

Analogous Colors of #c53541

#c53541 #c57135 #c53589

Monochromatic Colors of #c53541

#c53541

Complementary Color

#c53541 #35c5b9

#c53541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53541 Color CSS Codes

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

#c53541 Text Font Color

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

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


#c53541 Background Color

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

This div background color is #c53541


#c53541 Border Color

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

This div border color is #c53541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53541


Comments

No comments written yet.

Please login to write comment.