COLOR #DD5225

HEX: #DD5225
RGB: (221,82,37)

Color info

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

RGB color model

#DD5225 color RGB value is (221,82,37).

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

RGB channels and saturation

R 221 of 255 = 87%
G 82 of 255 = 32%
B 37 of 255 = 15%

221
82
37

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

Portions of RGB colors in percentages

R + G + B =
221 + 82 + 37 = 340 (100%)
R 221 of 340 ~ 65%
G 82 of 340 ~ 24.12%
B 37 of 340 ~ 10.88%

%65
%24.12
%10.88

CMYK color model

#DD5225 color CMYK value is (0,63,83,13).

  • cyan value is 0.00%
  • magenta value is 62.90%
  • yellow value is 83.26%
  • key color value is 13.33%
CMYK:
(0,63,83,13)
C0M63Y83K13 
(0%,63%,83%,13%)
(0.00/0.63/0.83/0.13)	

CMYK percentages

%0
%62.9
%83.26
%13.33

Codes

Color #DD5225 in popluar color models

DD5225
RGB2218237
HSL15°73.02%50.59%
HSB/HSV15°83.26%86.67%
CMYK0.00%62.90%83.26%
13.33%

Color #DD5225 in popluar number systems.

HEXDD5225
Decimal2218237
Binary110111011010010100101
Octal33512245

Shades and tints

Shades of #DD5225

#DD5225
(221,82,37)
#C94B22
(201,75,34)
#B5441F
(181,68,31)
#A13D1C
(161,61,28)
#8D3619
(141,54,25)
#792F16
(121,47,22)
#652813
(101,40,19)
#512110
(81,33,16)
#3D1A0D
(61,26,13)
#29130A
(41,19,10)
#150C07
(21,12,7)
#000000
(0,0,0)

Tints of #DD5225

#DD5225
(221,82,37)
#E06138
(224,97,56)
#E3704B
(227,112,75)
#E67F5E
(230,127,94)
#E98E71
(233,142,113)
#EC9D84
(236,157,132)
#EFAC97
(239,172,151)
#F2BBAA
(242,187,170)
#F5CABD
(245,202,189)
#F8D9D0
(248,217,208)
#FBE8E3
(251,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD5225; }

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

This text font color is #DD5225.


Background Color

.myBgColor { background-color: #DD5225; }

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

This div background color is #DD5225.


Border color

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

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

This div border color is #DD5225.


Opacity

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

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

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

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

This text has shadow with #DD5225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD5225 on black background.


Color preview on white background

This text has color #DD5225 on white background.



Black color preview on #DD5225 background

This text has black color on #DD5225 background.


White color preview on #DD5225 background

This text has white color on #DD5225 background.