COLOR #C52352

HEX: #C52352
RGB: (197,35,82)

Color info

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

RGB color model

#C52352 color RGB value is (197,35,82).

  • red value is 197;
  • green value is 35;
  • blue value is 82.
RGB:
(197,35,82)
(77%,14%,32%)

RGB channels and saturation

R 197 of 255 = 77%
G 35 of 255 = 14%
B 82 of 255 = 32%

197
35
82

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

Portions of RGB colors in percentages

R + G + B =
197 + 35 + 82 = 314 (100%)
R 197 of 314 ~ 62.74%
G 35 of 314 ~ 11.15%
B 82 of 314 ~ 26.11%

%62.74
%11.15
%26.11

CMYK color model

#C52352 color CMYK value is (0,82,58,23).

  • cyan value is 0.00%
  • magenta value is 82.23%
  • yellow value is 58.38%
  • key color value is 22.75%
CMYK:
(0,82,58,23)
C0M82Y58K23 
(0%,82%,58%,23%)
(0.00/0.82/0.58/0.23)	

CMYK percentages

%0
%82.23
%58.38
%22.75

Codes

Color #C52352 in popluar color models

C52352
RGB1973582
HSL343°69.83%45.49%
HSB/HSV343°82.23%77.25%
CMYK0.00%82.23%58.38%
22.75%

Color #C52352 in popluar number systems.

HEXC52352
Decimal1973582
Binary110001011000111010010
Octal30543122

Shades and tints

Shades of #C52352

#C52352
(197,35,82)
#B4204B
(180,32,75)
#A31D44
(163,29,68)
#921A3D
(146,26,61)
#811736
(129,23,54)
#70142F
(112,20,47)
#5F1128
(95,17,40)
#4E0E21
(78,14,33)
#3D0B1A
(61,11,26)
#2C0813
(44,8,19)
#1B050C
(27,5,12)
#000000
(0,0,0)

Tints of #C52352

#C52352
(197,35,82)
#CA3761
(202,55,97)
#CF4B70
(207,75,112)
#D45F7F
(212,95,127)
#D9738E
(217,115,142)
#DE879D
(222,135,157)
#E39BAC
(227,155,172)
#E8AFBB
(232,175,187)
#EDC3CA
(237,195,202)
#F2D7D9
(242,215,217)
#F7EBE8
(247,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C52352 color. Also use rgb(197,35,82) instead hex code.

Text Font Color

.myTextColor { color: #C52352; }

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

This text font color is #C52352.


Background Color

.myBgColor { background-color: #C52352; }

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

This div background color is #C52352.


Border color

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

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

This div border color is #C52352.


Opacity

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

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

Text with #C52352 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 #C52352;}

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

This text has shadow with #C52352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C52352 on black background.


Color preview on white background

This text has color #C52352 on white background.



Black color preview on #C52352 background

This text has black color on #C52352 background.


White color preview on #C52352 background

This text has white color on #C52352 background.