COLOR #DD3C22

HEX: #DD3C22
RGB: (221,60,34)

Color info

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

RGB color model

#DD3C22 color RGB value is (221,60,34).

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

RGB channels and saturation

R 221 of 255 = 87%
G 60 of 255 = 24%
B 34 of 255 = 13%

221
60
34

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

Portions of RGB colors in percentages

R + G + B =
221 + 60 + 34 = 315 (100%)
R 221 of 315 ~ 70.16%
G 60 of 315 ~ 19.05%
B 34 of 315 ~ 10.79%

%70.16
%19.05
%10.79

CMYK color model

#DD3C22 color CMYK value is (0,73,85,13).

  • cyan value is 0.00%
  • magenta value is 72.85%
  • yellow value is 84.62%
  • key color value is 13.33%
CMYK:
(0,73,85,13)
C0M73Y85K13 
(0%,73%,85%,13%)
(0.00/0.73/0.85/0.13)	

CMYK percentages

%0
%72.85
%84.62
%13.33

Codes

Color #DD3C22 in popluar color models

DD3C22
RGB2216034
HSL73.33%50.00%
HSB/HSV84.62%86.67%
CMYK0.00%72.85%84.62%
13.33%

Color #DD3C22 in popluar number systems.

HEXDD3C22
Decimal2216034
Binary11011101111100100010
Octal3357442

Shades and tints

Shades of #DD3C22

#DD3C22
(221,60,34)
#C9371F
(201,55,31)
#B5321C
(181,50,28)
#A12D19
(161,45,25)
#8D2816
(141,40,22)
#792313
(121,35,19)
#651E10
(101,30,16)
#51190D
(81,25,13)
#3D140A
(61,20,10)
#290F07
(41,15,7)
#150A04
(21,10,4)
#000000
(0,0,0)

Tints of #DD3C22

#DD3C22
(221,60,34)
#E04D36
(224,77,54)
#E35E4A
(227,94,74)
#E66F5E
(230,111,94)
#E98072
(233,128,114)
#EC9186
(236,145,134)
#EFA29A
(239,162,154)
#F2B3AE
(242,179,174)
#F5C4C2
(245,196,194)
#F8D5D6
(248,213,214)
#FBE6EA
(251,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD3C22; }

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

This text font color is #DD3C22.


Background Color

.myBgColor { background-color: #DD3C22; }

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

This div background color is #DD3C22.


Border color

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

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

This div border color is #DD3C22.


Opacity

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

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

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

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

This text has shadow with #DD3C22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD3C22 on black background.


Color preview on white background

This text has color #DD3C22 on white background.



Black color preview on #DD3C22 background

This text has black color on #DD3C22 background.


White color preview on #DD3C22 background

This text has white color on #DD3C22 background.