COLOR #D2524A

HEX: #D2524A
RGB: (210,82,74)

Color info

#D2524A contains mainly red color. Web safe color of #D2524A is #CC6633 (or #C63).

RGB color model

#D2524A color RGB value is (210,82,74).

  • red value is 210;
  • green value is 82;
  • blue value is 74.
RGB:
(210,82,74)
(82%,32%,29%)

RGB channels and saturation

R 210 of 255 = 82%
G 82 of 255 = 32%
B 74 of 255 = 29%

210
82
74

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

Portions of RGB colors in percentages

R + G + B =
210 + 82 + 74 = 366 (100%)
R 210 of 366 ~ 57.38%
G 82 of 366 ~ 22.4%
B 74 of 366 ~ 20.22%

%57.38
%22.4
%20.22

CMYK color model

#D2524A color CMYK value is (0,61,65,18).

  • cyan value is 0.00%
  • magenta value is 60.95%
  • yellow value is 64.76%
  • key color value is 17.65%
CMYK:
(0,61,65,18)
C0M61Y65K18 
(0%,61%,65%,18%)
(0.00/0.61/0.65/0.18)	

CMYK percentages

%0
%60.95
%64.76
%17.65

Codes

Color #D2524A in popluar color models

D2524A
RGB2108274
HSL60.18%55.69%
HSB/HSV64.76%82.35%
CMYK0.00%60.95%64.76%
17.65%

Color #D2524A in popluar number systems.

HEXD2524A
Decimal2108274
Binary1101001010100101001010
Octal322122112

Shades and tints

Shades of #D2524A

#D2524A
(210,82,74)
#BF4B44
(191,75,68)
#AC443E
(172,68,62)
#993D38
(153,61,56)
#863632
(134,54,50)
#732F2C
(115,47,44)
#602826
(96,40,38)
#4D2120
(77,33,32)
#3A1A1A
(58,26,26)
#271314
(39,19,20)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #D2524A

#D2524A
(210,82,74)
#D6615A
(214,97,90)
#DA706A
(218,112,106)
#DE7F7A
(222,127,122)
#E28E8A
(226,142,138)
#E69D9A
(230,157,154)
#EAACAA
(234,172,170)
#EEBBBA
(238,187,186)
#F2CACA
(242,202,202)
#F6D9DA
(246,217,218)
#FAE8EA
(250,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2524A color. Also use rgb(210,82,74) instead hex code.

Text Font Color

.myTextColor { color: #D2524A; }

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

This text font color is #D2524A.


Background Color

.myBgColor { background-color: #D2524A; }

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

This div background color is #D2524A.


Border color

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

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

This div border color is #D2524A.


Opacity

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

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

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

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

This text has shadow with #D2524A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2524A on black background.


Color preview on white background

This text has color #D2524A on white background.



Black color preview on #D2524A background

This text has black color on #D2524A background.


White color preview on #D2524A background

This text has white color on #D2524A background.