COLOR #DD5535

HEX: #DD5535
RGB: (221,85,53)

Color info

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

RGB color model

#DD5535 color RGB value is (221,85,53).

  • red value is 221;
  • green value is 85;
  • blue value is 53.
RGB:
(221,85,53)
(87%,33%,21%)

RGB channels and saturation

R 221 of 255 = 87%
G 85 of 255 = 33%
B 53 of 255 = 21%

221
85
53

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

Portions of RGB colors in percentages

R + G + B =
221 + 85 + 53 = 359 (100%)
R 221 of 359 ~ 61.56%
G 85 of 359 ~ 23.68%
B 53 of 359 ~ 14.76%

%61.56
%23.68
%14.76

CMYK color model

#DD5535 color CMYK value is (0,62,76,13).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 76.02%
  • key color value is 13.33%
CMYK:
(0,62,76,13)
C0M62Y76K13 
(0%,62%,76%,13%)
(0.00/0.62/0.76/0.13)	

CMYK percentages

%0
%61.54
%76.02
%13.33

Codes

Color #DD5535 in popluar color models

DD5535
RGB2218553
HSL11°71.19%53.73%
HSB/HSV11°76.02%86.67%
CMYK0.00%61.54%76.02%
13.33%

Color #DD5535 in popluar number systems.

HEXDD5535
Decimal2218553
Binary110111011010101110101
Octal33512565

Shades and tints

Shades of #DD5535

#DD5535
(221,85,53)
#C94E31
(201,78,49)
#B5472D
(181,71,45)
#A14029
(161,64,41)
#8D3925
(141,57,37)
#793221
(121,50,33)
#652B1D
(101,43,29)
#512419
(81,36,25)
#3D1D15
(61,29,21)
#291611
(41,22,17)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #DD5535

#DD5535
(221,85,53)
#E06447
(224,100,71)
#E37359
(227,115,89)
#E6826B
(230,130,107)
#E9917D
(233,145,125)
#ECA08F
(236,160,143)
#EFAFA1
(239,175,161)
#F2BEB3
(242,190,179)
#F5CDC5
(245,205,197)
#F8DCD7
(248,220,215)
#FBEBE9
(251,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD5535 color. Also use rgb(221,85,53) instead hex code.

Text Font Color

.myTextColor { color: #DD5535; }

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

This text font color is #DD5535.


Background Color

.myBgColor { background-color: #DD5535; }

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

This div background color is #DD5535.


Border color

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

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

This div border color is #DD5535.


Opacity

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

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

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

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

This text has shadow with #DD5535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD5535 on black background.


Color preview on white background

This text has color #DD5535 on white background.



Black color preview on #DD5535 background

This text has black color on #DD5535 background.


White color preview on #DD5535 background

This text has white color on #DD5535 background.