COLOR #D25D4F

HEX: #D25D4F
RGB: (210,93,79)

Color info

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

RGB color model

#D25D4F color RGB value is (210,93,79).

  • red value is 210;
  • green value is 93;
  • blue value is 79.
RGB:
(210,93,79)
(82%,36%,31%)

RGB channels and saturation

R 210 of 255 = 82%
G 93 of 255 = 36%
B 79 of 255 = 31%

210
93
79

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

Portions of RGB colors in percentages

R + G + B =
210 + 93 + 79 = 382 (100%)
R 210 of 382 ~ 54.97%
G 93 of 382 ~ 24.35%
B 79 of 382 ~ 20.68%

%54.97
%24.35
%20.68

CMYK color model

#D25D4F color CMYK value is (0,56,62,18).

  • cyan value is 0.00%
  • magenta value is 55.71%
  • yellow value is 62.38%
  • key color value is 17.65%
CMYK:
(0,56,62,18)
C0M56Y62K18 
(0%,56%,62%,18%)
(0.00/0.56/0.62/0.18)	

CMYK percentages

%0
%55.71
%62.38
%17.65

Codes

Color #D25D4F in popluar color models

D25D4F
RGB2109379
HSL59.28%56.67%
HSB/HSV62.38%82.35%
CMYK0.00%55.71%62.38%
17.65%

Color #D25D4F in popluar number systems.

HEXD25D4F
Decimal2109379
Binary1101001010111011001111
Octal322135117

Shades and tints

Shades of #D25D4F

#D25D4F
(210,93,79)
#BF5548
(191,85,72)
#AC4D41
(172,77,65)
#99453A
(153,69,58)
#863D33
(134,61,51)
#73352C
(115,53,44)
#602D25
(96,45,37)
#4D251E
(77,37,30)
#3A1D17
(58,29,23)
#271510
(39,21,16)
#140D09
(20,13,9)
#000000
(0,0,0)

Tints of #D25D4F

#D25D4F
(210,93,79)
#D66B5F
(214,107,95)
#DA796F
(218,121,111)
#DE877F
(222,135,127)
#E2958F
(226,149,143)
#E6A39F
(230,163,159)
#EAB1AF
(234,177,175)
#EEBFBF
(238,191,191)
#F2CDCF
(242,205,207)
#F6DBDF
(246,219,223)
#FAE9EF
(250,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D25D4F color. Also use rgb(210,93,79) instead hex code.

Text Font Color

.myTextColor { color: #D25D4F; }

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

This text font color is #D25D4F.


Background Color

.myBgColor { background-color: #D25D4F; }

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

This div background color is #D25D4F.


Border color

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

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

This div border color is #D25D4F.


Opacity

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

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

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

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

This text has shadow with #D25D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D25D4F on black background.


Color preview on white background

This text has color #D25D4F on white background.



Black color preview on #D25D4F background

This text has black color on #D25D4F background.


White color preview on #D25D4F background

This text has white color on #D25D4F background.