COLOR #DE5D56

HEX: #DE5D56
RGB: (222,93,86)

Color info

#DE5D56 contains mainly red color. Web safe color of #DE5D56 is #CC6666 (or #C66).

RGB color model

#DE5D56 color RGB value is (222,93,86).

  • red value is 222;
  • green value is 93;
  • blue value is 86.
RGB:
(222,93,86)
(87%,36%,34%)

RGB channels and saturation

R 222 of 255 = 87%
G 93 of 255 = 36%
B 86 of 255 = 34%

222
93
86

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

Portions of RGB colors in percentages

R + G + B =
222 + 93 + 86 = 401 (100%)
R 222 of 401 ~ 55.36%
G 93 of 401 ~ 23.19%
B 86 of 401 ~ 21.45%

%55.36
%23.19
%21.45

CMYK color model

#DE5D56 color CMYK value is (0,58,61,13).

  • cyan value is 0.00%
  • magenta value is 58.11%
  • yellow value is 61.26%
  • key color value is 12.94%
CMYK:
(0,58,61,13)
C0M58Y61K13 
(0%,58%,61%,13%)
(0.00/0.58/0.61/0.13)	

CMYK percentages

%0
%58.11
%61.26
%12.94

Codes

Color #DE5D56 in popluar color models

DE5D56
RGB2229386
HSL67.33%60.39%
HSB/HSV61.26%87.06%
CMYK0.00%58.11%61.26%
12.94%

Color #DE5D56 in popluar number systems.

HEXDE5D56
Decimal2229386
Binary1101111010111011010110
Octal336135126

Shades and tints

Shades of #DE5D56

#DE5D56
(222,93,86)
#CA554F
(202,85,79)
#B64D48
(182,77,72)
#A24541
(162,69,65)
#8E3D3A
(142,61,58)
#7A3533
(122,53,51)
#662D2C
(102,45,44)
#522525
(82,37,37)
#3E1D1E
(62,29,30)
#2A1517
(42,21,23)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #DE5D56

#DE5D56
(222,93,86)
#E16B65
(225,107,101)
#E47974
(228,121,116)
#E78783
(231,135,131)
#EA9592
(234,149,146)
#EDA3A1
(237,163,161)
#F0B1B0
(240,177,176)
#F3BFBF
(243,191,191)
#F6CDCE
(246,205,206)
#F9DBDD
(249,219,221)
#FCE9EC
(252,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE5D56 color. Also use rgb(222,93,86) instead hex code.

Text Font Color

.myTextColor { color: #DE5D56; }

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

This text font color is #DE5D56.


Background Color

.myBgColor { background-color: #DE5D56; }

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

This div background color is #DE5D56.


Border color

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

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

This div border color is #DE5D56.


Opacity

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

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

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

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

This text has shadow with #DE5D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE5D56 on black background.


Color preview on white background

This text has color #DE5D56 on white background.



Black color preview on #DE5D56 background

This text has black color on #DE5D56 background.


White color preview on #DE5D56 background

This text has white color on #DE5D56 background.