COLOR #DE5840

HEX: #DE5840
RGB: (222,88,64)

Color info

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

RGB color model

#DE5840 color RGB value is (222,88,64).

  • red value is 222;
  • green value is 88;
  • blue value is 64.
RGB:
(222,88,64)
(87%,35%,25%)

RGB channels and saturation

R 222 of 255 = 87%
G 88 of 255 = 35%
B 64 of 255 = 25%

222
88
64

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

Portions of RGB colors in percentages

R + G + B =
222 + 88 + 64 = 374 (100%)
R 222 of 374 ~ 59.36%
G 88 of 374 ~ 23.53%
B 64 of 374 ~ 17.11%

%59.36
%23.53
%17.11

CMYK color model

#DE5840 color CMYK value is (0,60,71,13).

  • cyan value is 0.00%
  • magenta value is 60.36%
  • yellow value is 71.17%
  • key color value is 12.94%
CMYK:
(0,60,71,13)
C0M60Y71K13 
(0%,60%,71%,13%)
(0.00/0.60/0.71/0.13)	

CMYK percentages

%0
%60.36
%71.17
%12.94

Codes

Color #DE5840 in popluar color models

DE5840
RGB2228864
HSL70.54%56.08%
HSB/HSV71.17%87.06%
CMYK0.00%60.36%71.17%
12.94%

Color #DE5840 in popluar number systems.

HEXDE5840
Decimal2228864
Binary1101111010110001000000
Octal336130100

Shades and tints

Shades of #DE5840

#DE5840
(222,88,64)
#CA503B
(202,80,59)
#B64836
(182,72,54)
#A24031
(162,64,49)
#8E382C
(142,56,44)
#7A3027
(122,48,39)
#662822
(102,40,34)
#52201D
(82,32,29)
#3E1818
(62,24,24)
#2A1013
(42,16,19)
#16080E
(22,8,14)
#000000
(0,0,0)

Tints of #DE5840

#DE5840
(222,88,64)
#E16751
(225,103,81)
#E47662
(228,118,98)
#E78573
(231,133,115)
#EA9484
(234,148,132)
#EDA395
(237,163,149)
#F0B2A6
(240,178,166)
#F3C1B7
(243,193,183)
#F6D0C8
(246,208,200)
#F9DFD9
(249,223,217)
#FCEEEA
(252,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE5840 color. Also use rgb(222,88,64) instead hex code.

Text Font Color

.myTextColor { color: #DE5840; }

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

This text font color is #DE5840.


Background Color

.myBgColor { background-color: #DE5840; }

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

This div background color is #DE5840.


Border color

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

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

This div border color is #DE5840.


Opacity

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

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

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

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

This text has shadow with #DE5840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE5840 on black background.


Color preview on white background

This text has color #DE5840 on white background.



Black color preview on #DE5840 background

This text has black color on #DE5840 background.


White color preview on #DE5840 background

This text has white color on #DE5840 background.