COLOR #D14846

HEX: #D14846
RGB: (209,72,70)

Color info

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

RGB color model

#D14846 color RGB value is (209,72,70).

  • red value is 209;
  • green value is 72;
  • blue value is 70.
RGB:
(209,72,70)
(82%,28%,27%)

RGB channels and saturation

R 209 of 255 = 82%
G 72 of 255 = 28%
B 70 of 255 = 27%

209
72
70

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

Portions of RGB colors in percentages

R + G + B =
209 + 72 + 70 = 351 (100%)
R 209 of 351 ~ 59.54%
G 72 of 351 ~ 20.51%
B 70 of 351 ~ 19.94%

%59.54
%20.51
%19.94

CMYK color model

#D14846 color CMYK value is (0,66,67,18).

  • cyan value is 0.00%
  • magenta value is 65.55%
  • yellow value is 66.51%
  • key color value is 18.04%
CMYK:
(0,66,67,18)
C0M66Y67K18 
(0%,66%,67%,18%)
(0.00/0.66/0.67/0.18)	

CMYK percentages

%0
%65.55
%66.51
%18.04

Codes

Color #D14846 in popluar color models

D14846
RGB2097270
HSL60.17%54.71%
HSB/HSV66.51%81.96%
CMYK0.00%65.55%66.51%
18.04%

Color #D14846 in popluar number systems.

HEXD14846
Decimal2097270
Binary1101000110010001000110
Octal321110106

Shades and tints

Shades of #D14846

#D14846
(209,72,70)
#BE4240
(190,66,64)
#AB3C3A
(171,60,58)
#983634
(152,54,52)
#85302E
(133,48,46)
#722A28
(114,42,40)
#5F2422
(95,36,34)
#4C1E1C
(76,30,28)
#391816
(57,24,22)
#261210
(38,18,16)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #D14846

#D14846
(209,72,70)
#D55856
(213,88,86)
#D96866
(217,104,102)
#DD7876
(221,120,118)
#E18886
(225,136,134)
#E59896
(229,152,150)
#E9A8A6
(233,168,166)
#EDB8B6
(237,184,182)
#F1C8C6
(241,200,198)
#F5D8D6
(245,216,214)
#F9E8E6
(249,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D14846 color. Also use rgb(209,72,70) instead hex code.

Text Font Color

.myTextColor { color: #D14846; }

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

This text font color is #D14846.


Background Color

.myBgColor { background-color: #D14846; }

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

This div background color is #D14846.


Border color

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

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

This div border color is #D14846.


Opacity

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

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

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

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

This text has shadow with #D14846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D14846 on black background.


Color preview on white background

This text has color #D14846 on white background.



Black color preview on #D14846 background

This text has black color on #D14846 background.


White color preview on #D14846 background

This text has white color on #D14846 background.