COLOR #DD2848

HEX: #DD2848
RGB: (221,40,72)

Color info

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

RGB color model

#DD2848 color RGB value is (221,40,72).

  • red value is 221;
  • green value is 40;
  • blue value is 72.
RGB:
(221,40,72)
(87%,16%,28%)

RGB channels and saturation

R 221 of 255 = 87%
G 40 of 255 = 16%
B 72 of 255 = 28%

221
40
72

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

Portions of RGB colors in percentages

R + G + B =
221 + 40 + 72 = 333 (100%)
R 221 of 333 ~ 66.37%
G 40 of 333 ~ 12.01%
B 72 of 333 ~ 21.62%

%66.37
%12.01
%21.62

CMYK color model

#DD2848 color CMYK value is (0,82,67,13).

  • cyan value is 0.00%
  • magenta value is 81.90%
  • yellow value is 67.42%
  • key color value is 13.33%
CMYK:
(0,82,67,13)
C0M82Y67K13 
(0%,82%,67%,13%)
(0.00/0.82/0.67/0.13)	

CMYK percentages

%0
%81.9
%67.42
%13.33

Codes

Color #DD2848 in popluar color models

DD2848
RGB2214072
HSL349°72.69%51.18%
HSB/HSV349°81.90%86.67%
CMYK0.00%81.90%67.42%
13.33%

Color #DD2848 in popluar number systems.

HEXDD2848
Decimal2214072
Binary110111011010001001000
Octal33550110

Shades and tints

Shades of #DD2848

#DD2848
(221,40,72)
#C92542
(201,37,66)
#B5223C
(181,34,60)
#A11F36
(161,31,54)
#8D1C30
(141,28,48)
#79192A
(121,25,42)
#651624
(101,22,36)
#51131E
(81,19,30)
#3D1018
(61,16,24)
#290D12
(41,13,18)
#150A0C
(21,10,12)
#000000
(0,0,0)

Tints of #DD2848

#DD2848
(221,40,72)
#E03B58
(224,59,88)
#E34E68
(227,78,104)
#E66178
(230,97,120)
#E97488
(233,116,136)
#EC8798
(236,135,152)
#EF9AA8
(239,154,168)
#F2ADB8
(242,173,184)
#F5C0C8
(245,192,200)
#F8D3D8
(248,211,216)
#FBE6E8
(251,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD2848 color. Also use rgb(221,40,72) instead hex code.

Text Font Color

.myTextColor { color: #DD2848; }

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

This text font color is #DD2848.


Background Color

.myBgColor { background-color: #DD2848; }

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

This div background color is #DD2848.


Border color

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

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

This div border color is #DD2848.


Opacity

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

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

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

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

This text has shadow with #DD2848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD2848 on black background.


Color preview on white background

This text has color #DD2848 on white background.



Black color preview on #DD2848 background

This text has black color on #DD2848 background.


White color preview on #DD2848 background

This text has white color on #DD2848 background.