COLOR #D14147

HEX: #D14147
RGB: (209,65,71)

Color info

#D14147 contains mainly red color. Web safe color of #D14147 is #CC3333 (or #C33).

RGB color model

#D14147 color RGB value is (209,65,71).

  • red value is 209;
  • green value is 65;
  • blue value is 71.
RGB:
(209,65,71)
(82%,25%,28%)

RGB channels and saturation

R 209 of 255 = 82%
G 65 of 255 = 25%
B 71 of 255 = 28%

209
65
71

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

Portions of RGB colors in percentages

R + G + B =
209 + 65 + 71 = 345 (100%)
R 209 of 345 ~ 60.58%
G 65 of 345 ~ 18.84%
B 71 of 345 ~ 20.58%

%60.58
%18.84
%20.58

CMYK color model

#D14147 color CMYK value is (0,69,66,18).

  • cyan value is 0.00%
  • magenta value is 68.90%
  • yellow value is 66.03%
  • key color value is 18.04%
CMYK:
(0,69,66,18)
C0M69Y66K18 
(0%,69%,66%,18%)
(0.00/0.69/0.66/0.18)	

CMYK percentages

%0
%68.9
%66.03
%18.04

Codes

Color #D14147 in popluar color models

D14147
RGB2096571
HSL358°61.02%53.73%
HSB/HSV358°68.90%81.96%
CMYK0.00%68.90%66.03%
18.04%

Color #D14147 in popluar number systems.

HEXD14147
Decimal2096571
Binary1101000110000011000111
Octal321101107

Shades and tints

Shades of #D14147

#D14147
(209,65,71)
#BE3C41
(190,60,65)
#AB373B
(171,55,59)
#983235
(152,50,53)
#852D2F
(133,45,47)
#722829
(114,40,41)
#5F2323
(95,35,35)
#4C1E1D
(76,30,29)
#391917
(57,25,23)
#261411
(38,20,17)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #D14147

#D14147
(209,65,71)
#D55257
(213,82,87)
#D96367
(217,99,103)
#DD7477
(221,116,119)
#E18587
(225,133,135)
#E59697
(229,150,151)
#E9A7A7
(233,167,167)
#EDB8B7
(237,184,183)
#F1C9C7
(241,201,199)
#F5DAD7
(245,218,215)
#F9EBE7
(249,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D14147 color. Also use rgb(209,65,71) instead hex code.

Text Font Color

.myTextColor { color: #D14147; }

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

This text font color is #D14147.


Background Color

.myBgColor { background-color: #D14147; }

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

This div background color is #D14147.


Border color

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

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

This div border color is #D14147.


Opacity

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

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

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

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

This text has shadow with #D14147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D14147 on black background.


Color preview on white background

This text has color #D14147 on white background.



Black color preview on #D14147 background

This text has black color on #D14147 background.


White color preview on #D14147 background

This text has white color on #D14147 background.