COLOR #D1725E

HEX: #D1725E
RGB: (209,114,94)

Color info

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

RGB color model

#D1725E color RGB value is (209,114,94).

  • red value is 209;
  • green value is 114;
  • blue value is 94.
RGB:
(209,114,94)
(82%,45%,37%)

RGB channels and saturation

R 209 of 255 = 82%
G 114 of 255 = 45%
B 94 of 255 = 37%

209
114
94

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

Portions of RGB colors in percentages

R + G + B =
209 + 114 + 94 = 417 (100%)
R 209 of 417 ~ 50.12%
G 114 of 417 ~ 27.34%
B 94 of 417 ~ 22.54%

%50.12
%27.34
%22.54

CMYK color model

#D1725E color CMYK value is (0,45,55,18).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 55.02%
  • key color value is 18.04%
CMYK:
(0,45,55,18)
C0M45Y55K18 
(0%,45%,55%,18%)
(0.00/0.45/0.55/0.18)	

CMYK percentages

%0
%45.45
%55.02
%18.04

Codes

Color #D1725E in popluar color models

D1725E
RGB20911494
HSL10°55.56%59.41%
HSB/HSV10°55.02%81.96%
CMYK0.00%45.45%55.02%
18.04%

Color #D1725E in popluar number systems.

HEXD1725E
Decimal20911494
Binary1101000111100101011110
Octal321162136

Shades and tints

Shades of #D1725E

#D1725E
(209,114,94)
#BE6856
(190,104,86)
#AB5E4E
(171,94,78)
#985446
(152,84,70)
#854A3E
(133,74,62)
#724036
(114,64,54)
#5F362E
(95,54,46)
#4C2C26
(76,44,38)
#39221E
(57,34,30)
#261816
(38,24,22)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #D1725E

#D1725E
(209,114,94)
#D57E6C
(213,126,108)
#D98A7A
(217,138,122)
#DD9688
(221,150,136)
#E1A296
(225,162,150)
#E5AEA4
(229,174,164)
#E9BAB2
(233,186,178)
#EDC6C0
(237,198,192)
#F1D2CE
(241,210,206)
#F5DEDC
(245,222,220)
#F9EAEA
(249,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1725E color. Also use rgb(209,114,94) instead hex code.

Text Font Color

.myTextColor { color: #D1725E; }

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

This text font color is #D1725E.


Background Color

.myBgColor { background-color: #D1725E; }

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

This div background color is #D1725E.


Border color

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

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

This div border color is #D1725E.


Opacity

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

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

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

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

This text has shadow with #D1725E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1725E on black background.


Color preview on white background

This text has color #D1725E on white background.



Black color preview on #D1725E background

This text has black color on #D1725E background.


White color preview on #D1725E background

This text has white color on #D1725E background.