COLOR #D14A31

HEX: #D14A31
RGB: (209,74,49)

Color info

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

RGB color model

#D14A31 color RGB value is (209,74,49).

  • red value is 209;
  • green value is 74;
  • blue value is 49.
RGB:
(209,74,49)
(82%,29%,19%)

RGB channels and saturation

R 209 of 255 = 82%
G 74 of 255 = 29%
B 49 of 255 = 19%

209
74
49

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

Portions of RGB colors in percentages

R + G + B =
209 + 74 + 49 = 332 (100%)
R 209 of 332 ~ 62.95%
G 74 of 332 ~ 22.29%
B 49 of 332 ~ 14.76%

%62.95
%22.29
%14.76

CMYK color model

#D14A31 color CMYK value is (0,65,77,18).

  • cyan value is 0.00%
  • magenta value is 64.59%
  • yellow value is 76.56%
  • key color value is 18.04%
CMYK:
(0,65,77,18)
C0M65Y77K18 
(0%,65%,77%,18%)
(0.00/0.65/0.77/0.18)	

CMYK percentages

%0
%64.59
%76.56
%18.04

Codes

Color #D14A31 in popluar color models

D14A31
RGB2097449
HSL63.49%50.59%
HSB/HSV76.56%81.96%
CMYK0.00%64.59%76.56%
18.04%

Color #D14A31 in popluar number systems.

HEXD14A31
Decimal2097449
Binary110100011001010110001
Octal32111261

Shades and tints

Shades of #D14A31

#D14A31
(209,74,49)
#BE442D
(190,68,45)
#AB3E29
(171,62,41)
#983825
(152,56,37)
#853221
(133,50,33)
#722C1D
(114,44,29)
#5F2619
(95,38,25)
#4C2015
(76,32,21)
#391A11
(57,26,17)
#26140D
(38,20,13)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #D14A31

#D14A31
(209,74,49)
#D55A43
(213,90,67)
#D96A55
(217,106,85)
#DD7A67
(221,122,103)
#E18A79
(225,138,121)
#E59A8B
(229,154,139)
#E9AA9D
(233,170,157)
#EDBAAF
(237,186,175)
#F1CAC1
(241,202,193)
#F5DAD3
(245,218,211)
#F9EAE5
(249,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D14A31 color. Also use rgb(209,74,49) instead hex code.

Text Font Color

.myTextColor { color: #D14A31; }

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

This text font color is #D14A31.


Background Color

.myBgColor { background-color: #D14A31; }

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

This div background color is #D14A31.


Border color

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

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

This div border color is #D14A31.


Opacity

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

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

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

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

This text has shadow with #D14A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D14A31 on black background.


Color preview on white background

This text has color #D14A31 on white background.



Black color preview on #D14A31 background

This text has black color on #D14A31 background.


White color preview on #D14A31 background

This text has white color on #D14A31 background.