Color Hex Logo

#c53245 Color Hex

#C53245
(197,50,69)
0 Favorites   0 Comments

Color spaces of #c53245

RGB 1975069
HSL0.980.600.48
HSV352°75°77°
CMYK 0.000.750.65   0.23
XYZ25.240714.58127.1143
Yxy14.58120.53780.3107
Hunter Lab38.185351.165115.6834
CIE-Lab45.055258.215224.7135

#c53245 color RGB value is (197,50,69).

#c53245 hex color red value is 197, green value is 50 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #c53245 hue: 0.98 , saturation: 0.60 and the lightness value of c53245 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110010 01000101
Octal 305 62 105
Decimal 197 50 69
Hex C5 32 45

RGB Percentages of Color #c53245

%62.34
%15.82
%21.84

CMYK Percentages of Color #c53245

%0
%75
%65
%23

Triadic Colors of #c53245

#c53245 #45c532 #3245c5

Analogous Colors of #c53245

#c53245 #c56932 #c5328f

Monochromatic Colors of #c53245

#c53245

Complementary Color

#c53245 #32c5b2

#c53245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53245 Color CSS Codes

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

#c53245 Text Font Color

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

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


#c53245 Background Color

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

This div background color is #c53245


#c53245 Border Color

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

This div border color is #c53245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53245


Comments

No comments written yet.

Please login to write comment.