COLOR #D34D49

HEX: #D34D49
RGB: (211,77,73)

Color info

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

RGB color model

#D34D49 color RGB value is (211,77,73).

  • red value is 211;
  • green value is 77;
  • blue value is 73.
RGB:
(211,77,73)
(83%,30%,29%)

RGB channels and saturation

R 211 of 255 = 83%
G 77 of 255 = 30%
B 73 of 255 = 29%

211
77
73

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

Portions of RGB colors in percentages

R + G + B =
211 + 77 + 73 = 361 (100%)
R 211 of 361 ~ 58.45%
G 77 of 361 ~ 21.33%
B 73 of 361 ~ 20.22%

%58.45
%21.33
%20.22

CMYK color model

#D34D49 color CMYK value is (0,64,65,17).

  • cyan value is 0.00%
  • magenta value is 63.51%
  • yellow value is 65.40%
  • key color value is 17.25%
CMYK:
(0,64,65,17)
C0M64Y65K17 
(0%,64%,65%,17%)
(0.00/0.64/0.65/0.17)	

CMYK percentages

%0
%63.51
%65.4
%17.25

Codes

Color #D34D49 in popluar color models

D34D49
RGB2117773
HSL61.06%55.69%
HSB/HSV65.40%82.75%
CMYK0.00%63.51%65.40%
17.25%

Color #D34D49 in popluar number systems.

HEXD34D49
Decimal2117773
Binary1101001110011011001001
Octal323115111

Shades and tints

Shades of #D34D49

#D34D49
(211,77,73)
#C04643
(192,70,67)
#AD3F3D
(173,63,61)
#9A3837
(154,56,55)
#873131
(135,49,49)
#742A2B
(116,42,43)
#612325
(97,35,37)
#4E1C1F
(78,28,31)
#3B1519
(59,21,25)
#280E13
(40,14,19)
#15070D
(21,7,13)
#000000
(0,0,0)

Tints of #D34D49

#D34D49
(211,77,73)
#D75D59
(215,93,89)
#DB6D69
(219,109,105)
#DF7D79
(223,125,121)
#E38D89
(227,141,137)
#E79D99
(231,157,153)
#EBADA9
(235,173,169)
#EFBDB9
(239,189,185)
#F3CDC9
(243,205,201)
#F7DDD9
(247,221,217)
#FBEDE9
(251,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D34D49 color. Also use rgb(211,77,73) instead hex code.

Text Font Color

.myTextColor { color: #D34D49; }

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

This text font color is #D34D49.


Background Color

.myBgColor { background-color: #D34D49; }

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

This div background color is #D34D49.


Border color

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

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

This div border color is #D34D49.


Opacity

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

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

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

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

This text has shadow with #D34D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D34D49 on black background.


Color preview on white background

This text has color #D34D49 on white background.



Black color preview on #D34D49 background

This text has black color on #D34D49 background.


White color preview on #D34D49 background

This text has white color on #D34D49 background.