COLOR #DD2F38

HEX: #DD2F38
RGB: (221,47,56)

Color info

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

RGB color model

#DD2F38 color RGB value is (221,47,56).

  • red value is 221;
  • green value is 47;
  • blue value is 56.
RGB:
(221,47,56)
(87%,18%,22%)

RGB channels and saturation

R 221 of 255 = 87%
G 47 of 255 = 18%
B 56 of 255 = 22%

221
47
56

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

Portions of RGB colors in percentages

R + G + B =
221 + 47 + 56 = 324 (100%)
R 221 of 324 ~ 68.21%
G 47 of 324 ~ 14.51%
B 56 of 324 ~ 17.28%

%68.21
%14.51
%17.28

CMYK color model

#DD2F38 color CMYK value is (0,79,75,13).

  • cyan value is 0.00%
  • magenta value is 78.73%
  • yellow value is 74.66%
  • key color value is 13.33%
CMYK:
(0,79,75,13)
C0M79Y75K13 
(0%,79%,75%,13%)
(0.00/0.79/0.75/0.13)	

CMYK percentages

%0
%78.73
%74.66
%13.33

Codes

Color #DD2F38 in popluar color models

DD2F38
RGB2214756
HSL357°71.90%52.55%
HSB/HSV357°78.73%86.67%
CMYK0.00%78.73%74.66%
13.33%

Color #DD2F38 in popluar number systems.

HEXDD2F38
Decimal2214756
Binary11011101101111111000
Octal3355770

Shades and tints

Shades of #DD2F38

#DD2F38
(221,47,56)
#C92B33
(201,43,51)
#B5272E
(181,39,46)
#A12329
(161,35,41)
#8D1F24
(141,31,36)
#791B1F
(121,27,31)
#65171A
(101,23,26)
#511315
(81,19,21)
#3D0F10
(61,15,16)
#290B0B
(41,11,11)
#150706
(21,7,6)
#000000
(0,0,0)

Tints of #DD2F38

#DD2F38
(221,47,56)
#E0414A
(224,65,74)
#E3535C
(227,83,92)
#E6656E
(230,101,110)
#E97780
(233,119,128)
#EC8992
(236,137,146)
#EF9BA4
(239,155,164)
#F2ADB6
(242,173,182)
#F5BFC8
(245,191,200)
#F8D1DA
(248,209,218)
#FBE3EC
(251,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD2F38 color. Also use rgb(221,47,56) instead hex code.

Text Font Color

.myTextColor { color: #DD2F38; }

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

This text font color is #DD2F38.


Background Color

.myBgColor { background-color: #DD2F38; }

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

This div background color is #DD2F38.


Border color

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

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

This div border color is #DD2F38.


Opacity

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

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

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

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

This text has shadow with #DD2F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD2F38 on black background.


Color preview on white background

This text has color #DD2F38 on white background.



Black color preview on #DD2F38 background

This text has black color on #DD2F38 background.


White color preview on #DD2F38 background

This text has white color on #DD2F38 background.