COLOR #DD4F4E

HEX: #DD4F4E
RGB: (221,79,78)

Color info

#DD4F4E contains mainly red color. Web safe color of #DD4F4E is #CC6666 (or #C66).

RGB color model

#DD4F4E color RGB value is (221,79,78).

  • red value is 221;
  • green value is 79;
  • blue value is 78.
RGB:
(221,79,78)
(87%,31%,31%)

RGB channels and saturation

R 221 of 255 = 87%
G 79 of 255 = 31%
B 78 of 255 = 31%

221
79
78

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

Portions of RGB colors in percentages

R + G + B =
221 + 79 + 78 = 378 (100%)
R 221 of 378 ~ 58.47%
G 79 of 378 ~ 20.9%
B 78 of 378 ~ 20.63%

%58.47
%20.9
%20.63

CMYK color model

#DD4F4E color CMYK value is (0,64,65,13).

  • cyan value is 0.00%
  • magenta value is 64.25%
  • yellow value is 64.71%
  • key color value is 13.33%
CMYK:
(0,64,65,13)
C0M64Y65K13 
(0%,64%,65%,13%)
(0.00/0.64/0.65/0.13)	

CMYK percentages

%0
%64.25
%64.71
%13.33

Codes

Color #DD4F4E in popluar color models

DD4F4E
RGB2217978
HSL67.77%58.63%
HSB/HSV64.71%86.67%
CMYK0.00%64.25%64.71%
13.33%

Color #DD4F4E in popluar number systems.

HEXDD4F4E
Decimal2217978
Binary1101110110011111001110
Octal335117116

Shades and tints

Shades of #DD4F4E

#DD4F4E
(221,79,78)
#C94847
(201,72,71)
#B54140
(181,65,64)
#A13A39
(161,58,57)
#8D3332
(141,51,50)
#792C2B
(121,44,43)
#652524
(101,37,36)
#511E1D
(81,30,29)
#3D1716
(61,23,22)
#29100F
(41,16,15)
#150908
(21,9,8)
#000000
(0,0,0)

Tints of #DD4F4E

#DD4F4E
(221,79,78)
#E05F5E
(224,95,94)
#E36F6E
(227,111,110)
#E67F7E
(230,127,126)
#E98F8E
(233,143,142)
#EC9F9E
(236,159,158)
#EFAFAE
(239,175,174)
#F2BFBE
(242,191,190)
#F5CFCE
(245,207,206)
#F8DFDE
(248,223,222)
#FBEFEE
(251,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD4F4E color. Also use rgb(221,79,78) instead hex code.

Text Font Color

.myTextColor { color: #DD4F4E; }

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

This text font color is #DD4F4E.


Background Color

.myBgColor { background-color: #DD4F4E; }

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

This div background color is #DD4F4E.


Border color

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

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

This div border color is #DD4F4E.


Opacity

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

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

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

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

This text has shadow with #DD4F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD4F4E on black background.


Color preview on white background

This text has color #DD4F4E on white background.



Black color preview on #DD4F4E background

This text has black color on #DD4F4E background.


White color preview on #DD4F4E background

This text has white color on #DD4F4E background.