Color Hex Logo

#c53744 Color Hex

#C53744
(197,55,68)
0 Favorites   0 Comments

Color spaces of #c53744

RGB 1975568
HSL0.980.560.49
HSV355°72°77°
CMYK 0.000.720.65   0.23
XYZ25.435515.02007.0274
Yxy15.02000.53570.3163
Hunter Lab38.755649.328016.3781
CIE-Lab45.661656.426126.0883

#c53744 color RGB value is (197,55,68).

#c53744 hex color red value is 197, green value is 55 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #c53744 hue: 0.98 , saturation: 0.56 and the lightness value of c53744 is 0.49.

The process color (four color CMYK) of #c53744 color hex is 0.00, 0.72, 0.65, 0.23. Web safe color of #c53744 is #cc3333. Color #c53744 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110111 01000100
Octal 305 67 104
Decimal 197 55 68
Hex C5 37 44

RGB Percentages of Color #c53744

%61.56
%17.19
%21.25

CMYK Percentages of Color #c53744

%0
%72
%65
%23

Triadic Colors of #c53744

#c53744 #44c537 #3744c5

Analogous Colors of #c53744

#c53744 #c57137 #c5378b

Monochromatic Colors of #c53744

#c53744

Complementary Color

#c53744 #37c5b8

#c53744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53744 Color CSS Codes

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

#c53744 Text Font Color

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

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


#c53744 Background Color

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

This div background color is #c53744


#c53744 Border Color

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

This div border color is #c53744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53744


Comments

No comments written yet.

Please login to write comment.