COLOR #C53953

HEX: #C53953
RGB: (197,57,83)

Color info

#C53953 contains mainly red color. Web safe color of #C53953 is #CC3366 (or #C36).

RGB color model

#C53953 color RGB value is (197,57,83).

  • red value is 197;
  • green value is 57;
  • blue value is 83.
RGB:
(197,57,83)
(77%,22%,33%)

RGB channels and saturation

R 197 of 255 = 77%
G 57 of 255 = 22%
B 83 of 255 = 33%

197
57
83

R + G + B ~ 44%. #C53953 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
197 + 57 + 83 = 337 (100%)
R 197 of 337 ~ 58.46%
G 57 of 337 ~ 16.91%
B 83 of 337 ~ 24.63%

%58.46
%16.91
%24.63

CMYK color model

#C53953 color CMYK value is (0,71,58,23).

  • cyan value is 0.00%
  • magenta value is 71.07%
  • yellow value is 57.87%
  • key color value is 22.75%
CMYK:
(0,71,58,23)
C0M71Y58K23 
(0%,71%,58%,23%)
(0.00/0.71/0.58/0.23)	

CMYK percentages

%0
%71.07
%57.87
%22.75

Codes

Color #C53953 in popluar color models

C53953
RGB1975783
HSL349°55.12%49.80%
HSB/HSV349°71.07%77.25%
CMYK0.00%71.07%57.87%
22.75%

Color #C53953 in popluar number systems.

HEXC53953
Decimal1975783
Binary110001011110011010011
Octal30571123

Shades and tints

Shades of #C53953

#C53953
(197,57,83)
#B4344C
(180,52,76)
#A32F45
(163,47,69)
#922A3E
(146,42,62)
#812537
(129,37,55)
#702030
(112,32,48)
#5F1B29
(95,27,41)
#4E1622
(78,22,34)
#3D111B
(61,17,27)
#2C0C14
(44,12,20)
#1B070D
(27,7,13)
#000000
(0,0,0)

Tints of #C53953

#C53953
(197,57,83)
#CA4B62
(202,75,98)
#CF5D71
(207,93,113)
#D46F80
(212,111,128)
#D9818F
(217,129,143)
#DE939E
(222,147,158)
#E3A5AD
(227,165,173)
#E8B7BC
(232,183,188)
#EDC9CB
(237,201,203)
#F2DBDA
(242,219,218)
#F7EDE9
(247,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C53953 color. Also use rgb(197,57,83) instead hex code.

Text Font Color

.myTextColor { color: #C53953; }

<p style="color:#C53953">This sample text font color is #C53953.</p>

This text font color is #C53953.


Background Color

.myBgColor { background-color: #C53953; }

<div style="background-color:#C53953">Inner text</div>

This div background color is #C53953.


Border color

.myBorderColor { border: 1px solid #C53953; }

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

This div border color is #C53953.


Opacity

.myOpacity80 { color: #C53953; opacity: 0.8; }

<p style="color:#C53953;opacity:0.8;">80%</p>

Text with #C53953 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C53953;}

<p style="text-shadow: 3px 3px 1px #C53953">Text here.</p>

This text has shadow with #C53953 color.

.textShadow {text-shadow: 3px 3px 1px #C53953, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C53953, 5px 5px 20px red">Text here.</p>

This text has shadow with #C53953 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C53953, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C53953, Direction=45, Strength=4)">Text</p>

This text has shadow with #C53953 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C53953;
  -webkit-box-shadow:	1px 1px 3px 2px #C53953;
  box-shadow:		1px 1px 3px 2px #C53953;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C53953;
-webkit-box-shadow: 1px 1px 3px 2px #C53953;
box-shadow:1px 1px 3px 2px #C53953;">
Div content here</div>
This div box has shadow with color #C53953.

Preview

Color preview on black background

This text has color #C53953 on black background.


Color preview on white background

This text has color #C53953 on white background.



Black color preview on #C53953 background

This text has black color on #C53953 background.


White color preview on #C53953 background

This text has white color on #C53953 background.