COLOR #DD5233

HEX: #DD5233
RGB: (221,82,51)

Color info

#DD5233 contains mainly red color. Web safe color of #DD5233 is #CC6633 (or #C63).

RGB color model

#DD5233 color RGB value is (221,82,51).

  • red value is 221;
  • green value is 82;
  • blue value is 51.
RGB:
(221,82,51)
(87%,32%,20%)

RGB channels and saturation

R 221 of 255 = 87%
G 82 of 255 = 32%
B 51 of 255 = 20%

221
82
51

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

Portions of RGB colors in percentages

R + G + B =
221 + 82 + 51 = 354 (100%)
R 221 of 354 ~ 62.43%
G 82 of 354 ~ 23.16%
B 51 of 354 ~ 14.41%

%62.43
%23.16
%14.41

CMYK color model

#DD5233 color CMYK value is (0,63,77,13).

  • cyan value is 0.00%
  • magenta value is 62.90%
  • yellow value is 76.92%
  • key color value is 13.33%
CMYK:
(0,63,77,13)
C0M63Y77K13 
(0%,63%,77%,13%)
(0.00/0.63/0.77/0.13)	

CMYK percentages

%0
%62.9
%76.92
%13.33

Codes

Color #DD5233 in popluar color models

DD5233
RGB2218251
HSL11°71.43%53.33%
HSB/HSV11°76.92%86.67%
CMYK0.00%62.90%76.92%
13.33%

Color #DD5233 in popluar number systems.

HEXDD5233
Decimal2218251
Binary110111011010010110011
Octal33512263

Shades and tints

Shades of #DD5233

#DD5233
(221,82,51)
#C94B2F
(201,75,47)
#B5442B
(181,68,43)
#A13D27
(161,61,39)
#8D3623
(141,54,35)
#792F1F
(121,47,31)
#65281B
(101,40,27)
#512117
(81,33,23)
#3D1A13
(61,26,19)
#29130F
(41,19,15)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #DD5233

#DD5233
(221,82,51)
#E06145
(224,97,69)
#E37057
(227,112,87)
#E67F69
(230,127,105)
#E98E7B
(233,142,123)
#EC9D8D
(236,157,141)
#EFAC9F
(239,172,159)
#F2BBB1
(242,187,177)
#F5CAC3
(245,202,195)
#F8D9D5
(248,217,213)
#FBE8E7
(251,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD5233 color. Also use rgb(221,82,51) instead hex code.

Text Font Color

.myTextColor { color: #DD5233; }

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

This text font color is #DD5233.


Background Color

.myBgColor { background-color: #DD5233; }

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

This div background color is #DD5233.


Border color

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

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

This div border color is #DD5233.


Opacity

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

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

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

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

This text has shadow with #DD5233 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD5233 on black background.


Color preview on white background

This text has color #DD5233 on white background.



Black color preview on #DD5233 background

This text has black color on #DD5233 background.


White color preview on #DD5233 background

This text has white color on #DD5233 background.