COLOR #DD593C

HEX: #DD593C
RGB: (221,89,60)

Color info

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

RGB color model

#DD593C color RGB value is (221,89,60).

  • red value is 221;
  • green value is 89;
  • blue value is 60.
RGB:
(221,89,60)
(87%,35%,24%)

RGB channels and saturation

R 221 of 255 = 87%
G 89 of 255 = 35%
B 60 of 255 = 24%

221
89
60

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

Portions of RGB colors in percentages

R + G + B =
221 + 89 + 60 = 370 (100%)
R 221 of 370 ~ 59.73%
G 89 of 370 ~ 24.05%
B 60 of 370 ~ 16.22%

%59.73
%24.05
%16.22

CMYK color model

#DD593C color CMYK value is (0,60,73,13).

  • cyan value is 0.00%
  • magenta value is 59.73%
  • yellow value is 72.85%
  • key color value is 13.33%
CMYK:
(0,60,73,13)
C0M60Y73K13 
(0%,60%,73%,13%)
(0.00/0.60/0.73/0.13)	

CMYK percentages

%0
%59.73
%72.85
%13.33

Codes

Color #DD593C in popluar color models

DD593C
RGB2218960
HSL11°70.31%55.10%
HSB/HSV11°72.85%86.67%
CMYK0.00%59.73%72.85%
13.33%

Color #DD593C in popluar number systems.

HEXDD593C
Decimal2218960
Binary110111011011001111100
Octal33513174

Shades and tints

Shades of #DD593C

#DD593C
(221,89,60)
#C95137
(201,81,55)
#B54932
(181,73,50)
#A1412D
(161,65,45)
#8D3928
(141,57,40)
#793123
(121,49,35)
#65291E
(101,41,30)
#512119
(81,33,25)
#3D1914
(61,25,20)
#29110F
(41,17,15)
#15090A
(21,9,10)
#000000
(0,0,0)

Tints of #DD593C

#DD593C
(221,89,60)
#E0684D
(224,104,77)
#E3775E
(227,119,94)
#E6866F
(230,134,111)
#E99580
(233,149,128)
#ECA491
(236,164,145)
#EFB3A2
(239,179,162)
#F2C2B3
(242,194,179)
#F5D1C4
(245,209,196)
#F8E0D5
(248,224,213)
#FBEFE6
(251,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD593C color. Also use rgb(221,89,60) instead hex code.

Text Font Color

.myTextColor { color: #DD593C; }

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

This text font color is #DD593C.


Background Color

.myBgColor { background-color: #DD593C; }

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

This div background color is #DD593C.


Border color

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

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

This div border color is #DD593C.


Opacity

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

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

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

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

This text has shadow with #DD593C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD593C on black background.


Color preview on white background

This text has color #DD593C on white background.



Black color preview on #DD593C background

This text has black color on #DD593C background.


White color preview on #DD593C background

This text has white color on #DD593C background.