COLOR #C2525C

HEX: #C2525C
RGB: (194,82,92)

Color info

#C2525C contains mainly red color. Web safe color of #C2525C is #CC6666 (or #C66).

RGB color model

#C2525C color RGB value is (194,82,92).

  • red value is 194;
  • green value is 82;
  • blue value is 92.
RGB:
(194,82,92)
(76%,32%,36%)

RGB channels and saturation

R 194 of 255 = 76%
G 82 of 255 = 32%
B 92 of 255 = 36%

194
82
92

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

Portions of RGB colors in percentages

R + G + B =
194 + 82 + 92 = 368 (100%)
R 194 of 368 ~ 52.72%
G 82 of 368 ~ 22.28%
B 92 of 368 ~ 25%

%52.72
%22.28
%25

CMYK color model

#C2525C color CMYK value is (0,58,53,24).

  • cyan value is 0.00%
  • magenta value is 57.73%
  • yellow value is 52.58%
  • key color value is 23.92%
CMYK:
(0,58,53,24)
C0M58Y53K24 
(0%,58%,53%,24%)
(0.00/0.58/0.53/0.24)	

CMYK percentages

%0
%57.73
%52.58
%23.92

Codes

Color #C2525C in popluar color models

C2525C
RGB1948292
HSL355°47.86%54.12%
HSB/HSV355°57.73%76.08%
CMYK0.00%57.73%52.58%
23.92%

Color #C2525C in popluar number systems.

HEXC2525C
Decimal1948292
Binary1100001010100101011100
Octal302122134

Shades and tints

Shades of #C2525C

#C2525C
(194,82,92)
#B14B54
(177,75,84)
#A0444C
(160,68,76)
#8F3D44
(143,61,68)
#7E363C
(126,54,60)
#6D2F34
(109,47,52)
#5C282C
(92,40,44)
#4B2124
(75,33,36)
#3A1A1C
(58,26,28)
#291314
(41,19,20)
#180C0C
(24,12,12)
#000000
(0,0,0)

Tints of #C2525C

#C2525C
(194,82,92)
#C7616A
(199,97,106)
#CC7078
(204,112,120)
#D17F86
(209,127,134)
#D68E94
(214,142,148)
#DB9DA2
(219,157,162)
#E0ACB0
(224,172,176)
#E5BBBE
(229,187,190)
#EACACC
(234,202,204)
#EFD9DA
(239,217,218)
#F4E8E8
(244,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2525C color. Also use rgb(194,82,92) instead hex code.

Text Font Color

.myTextColor { color: #C2525C; }

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

This text font color is #C2525C.


Background Color

.myBgColor { background-color: #C2525C; }

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

This div background color is #C2525C.


Border color

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

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

This div border color is #C2525C.


Opacity

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

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

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

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

This text has shadow with #C2525C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2525C on black background.


Color preview on white background

This text has color #C2525C on white background.



Black color preview on #C2525C background

This text has black color on #C2525C background.


White color preview on #C2525C background

This text has white color on #C2525C background.