COLOR #D44956

HEX: #D44956
RGB: (212,73,86)

Color info

#D44956 contains mainly red color. Web safe color of #D44956 is #CC3366 (or #C36).

RGB color model

#D44956 color RGB value is (212,73,86).

  • red value is 212;
  • green value is 73;
  • blue value is 86.
RGB:
(212,73,86)
(83%,29%,34%)

RGB channels and saturation

R 212 of 255 = 83%
G 73 of 255 = 29%
B 86 of 255 = 34%

212
73
86

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

Portions of RGB colors in percentages

R + G + B =
212 + 73 + 86 = 371 (100%)
R 212 of 371 ~ 57.14%
G 73 of 371 ~ 19.68%
B 86 of 371 ~ 23.18%

%57.14
%19.68
%23.18

CMYK color model

#D44956 color CMYK value is (0,66,59,17).

  • cyan value is 0.00%
  • magenta value is 65.57%
  • yellow value is 59.43%
  • key color value is 16.86%
CMYK:
(0,66,59,17)
C0M66Y59K17 
(0%,66%,59%,17%)
(0.00/0.66/0.59/0.17)	

CMYK percentages

%0
%65.57
%59.43
%16.86

Codes

Color #D44956 in popluar color models

D44956
RGB2127386
HSL354°61.78%55.88%
HSB/HSV354°65.57%83.14%
CMYK0.00%65.57%59.43%
16.86%

Color #D44956 in popluar number systems.

HEXD44956
Decimal2127386
Binary1101010010010011010110
Octal324111126

Shades and tints

Shades of #D44956

#D44956
(212,73,86)
#C1434F
(193,67,79)
#AE3D48
(174,61,72)
#9B3741
(155,55,65)
#88313A
(136,49,58)
#752B33
(117,43,51)
#62252C
(98,37,44)
#4F1F25
(79,31,37)
#3C191E
(60,25,30)
#291317
(41,19,23)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #D44956

#D44956
(212,73,86)
#D75965
(215,89,101)
#DA6974
(218,105,116)
#DD7983
(221,121,131)
#E08992
(224,137,146)
#E399A1
(227,153,161)
#E6A9B0
(230,169,176)
#E9B9BF
(233,185,191)
#ECC9CE
(236,201,206)
#EFD9DD
(239,217,221)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D44956 color. Also use rgb(212,73,86) instead hex code.

Text Font Color

.myTextColor { color: #D44956; }

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

This text font color is #D44956.


Background Color

.myBgColor { background-color: #D44956; }

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

This div background color is #D44956.


Border color

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

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

This div border color is #D44956.


Opacity

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

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

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

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

This text has shadow with #D44956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D44956 on black background.


Color preview on white background

This text has color #D44956 on white background.



Black color preview on #D44956 background

This text has black color on #D44956 background.


White color preview on #D44956 background

This text has white color on #D44956 background.