COLOR #D27071

HEX: #D27071
RGB: (210,112,113)

Color info

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

RGB color model

#D27071 color RGB value is (210,112,113).

  • red value is 210;
  • green value is 112;
  • blue value is 113.
RGB:
(210,112,113)
(82%,44%,44%)

RGB channels and saturation

R 210 of 255 = 82%
G 112 of 255 = 44%
B 113 of 255 = 44%

210
112
113

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

Portions of RGB colors in percentages

R + G + B =
210 + 112 + 113 = 435 (100%)
R 210 of 435 ~ 48.28%
G 112 of 435 ~ 25.75%
B 113 of 435 ~ 25.98%

%48.28
%25.75
%25.98

CMYK color model

#D27071 color CMYK value is (0,47,46,18).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 46.19%
  • key color value is 17.65%
CMYK:
(0,47,46,18)
C0M47Y46K18 
(0%,47%,46%,18%)
(0.00/0.47/0.46/0.18)	

CMYK percentages

%0
%46.67
%46.19
%17.65

Codes

Color #D27071 in popluar color models

D27071
RGB210112113
HSL359°52.13%63.14%
HSB/HSV359°46.67%82.35%
CMYK0.00%46.67%46.19%
17.65%

Color #D27071 in popluar number systems.

HEXD27071
Decimal210112113
Binary1101001011100001110001
Octal322160161

Shades and tints

Shades of #D27071

#D27071
(210,112,113)
#BF6667
(191,102,103)
#AC5C5D
(172,92,93)
#995253
(153,82,83)
#864849
(134,72,73)
#733E3F
(115,62,63)
#603435
(96,52,53)
#4D2A2B
(77,42,43)
#3A2021
(58,32,33)
#271617
(39,22,23)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #D27071

#D27071
(210,112,113)
#D67D7D
(214,125,125)
#DA8A89
(218,138,137)
#DE9795
(222,151,149)
#E2A4A1
(226,164,161)
#E6B1AD
(230,177,173)
#EABEB9
(234,190,185)
#EECBC5
(238,203,197)
#F2D8D1
(242,216,209)
#F6E5DD
(246,229,221)
#FAF2E9
(250,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27071 color. Also use rgb(210,112,113) instead hex code.

Text Font Color

.myTextColor { color: #D27071; }

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

This text font color is #D27071.


Background Color

.myBgColor { background-color: #D27071; }

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

This div background color is #D27071.


Border color

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

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

This div border color is #D27071.


Opacity

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

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

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

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

This text has shadow with #D27071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27071 on black background.


Color preview on white background

This text has color #D27071 on white background.



Black color preview on #D27071 background

This text has black color on #D27071 background.


White color preview on #D27071 background

This text has white color on #D27071 background.