COLOR #DD2C37

HEX: #DD2C37
RGB: (221,44,55)

Color info

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

RGB color model

#DD2C37 color RGB value is (221,44,55).

  • red value is 221;
  • green value is 44;
  • blue value is 55.
RGB:
(221,44,55)
(87%,17%,22%)

RGB channels and saturation

R 221 of 255 = 87%
G 44 of 255 = 17%
B 55 of 255 = 22%

221
44
55

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

Portions of RGB colors in percentages

R + G + B =
221 + 44 + 55 = 320 (100%)
R 221 of 320 ~ 69.06%
G 44 of 320 ~ 13.75%
B 55 of 320 ~ 17.19%

%69.06
%13.75
%17.19

CMYK color model

#DD2C37 color CMYK value is (0,80,75,13).

  • cyan value is 0.00%
  • magenta value is 80.09%
  • yellow value is 75.11%
  • key color value is 13.33%
CMYK:
(0,80,75,13)
C0M80Y75K13 
(0%,80%,75%,13%)
(0.00/0.80/0.75/0.13)	

CMYK percentages

%0
%80.09
%75.11
%13.33

Codes

Color #DD2C37 in popluar color models

DD2C37
RGB2214455
HSL356°72.24%51.96%
HSB/HSV356°80.09%86.67%
CMYK0.00%80.09%75.11%
13.33%

Color #DD2C37 in popluar number systems.

HEXDD2C37
Decimal2214455
Binary11011101101100110111
Octal3355467

Shades and tints

Shades of #DD2C37

#DD2C37
(221,44,55)
#C92832
(201,40,50)
#B5242D
(181,36,45)
#A12028
(161,32,40)
#8D1C23
(141,28,35)
#79181E
(121,24,30)
#651419
(101,20,25)
#511014
(81,16,20)
#3D0C0F
(61,12,15)
#29080A
(41,8,10)
#150405
(21,4,5)
#000000
(0,0,0)

Tints of #DD2C37

#DD2C37
(221,44,55)
#E03F49
(224,63,73)
#E3525B
(227,82,91)
#E6656D
(230,101,109)
#E9787F
(233,120,127)
#EC8B91
(236,139,145)
#EF9EA3
(239,158,163)
#F2B1B5
(242,177,181)
#F5C4C7
(245,196,199)
#F8D7D9
(248,215,217)
#FBEAEB
(251,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD2C37 color. Also use rgb(221,44,55) instead hex code.

Text Font Color

.myTextColor { color: #DD2C37; }

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

This text font color is #DD2C37.


Background Color

.myBgColor { background-color: #DD2C37; }

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

This div background color is #DD2C37.


Border color

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

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

This div border color is #DD2C37.


Opacity

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

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

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

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

This text has shadow with #DD2C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD2C37 on black background.


Color preview on white background

This text has color #DD2C37 on white background.



Black color preview on #DD2C37 background

This text has black color on #DD2C37 background.


White color preview on #DD2C37 background

This text has white color on #DD2C37 background.