COLOR #DE5220

HEX: #DE5220
RGB: (222,82,32)

Color info

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

RGB color model

#DE5220 color RGB value is (222,82,32).

  • red value is 222;
  • green value is 82;
  • blue value is 32.
RGB:
(222,82,32)
(87%,32%,13%)

RGB channels and saturation

R 222 of 255 = 87%
G 82 of 255 = 32%
B 32 of 255 = 13%

222
82
32

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

Portions of RGB colors in percentages

R + G + B =
222 + 82 + 32 = 336 (100%)
R 222 of 336 ~ 66.07%
G 82 of 336 ~ 24.4%
B 32 of 336 ~ 9.52%

%66.07
%24.4
%9.52

CMYK color model

#DE5220 color CMYK value is (0,63,86,13).

  • cyan value is 0.00%
  • magenta value is 63.06%
  • yellow value is 85.59%
  • key color value is 12.94%
CMYK:
(0,63,86,13)
C0M63Y86K13 
(0%,63%,86%,13%)
(0.00/0.63/0.86/0.13)	

CMYK percentages

%0
%63.06
%85.59
%12.94

Codes

Color #DE5220 in popluar color models

DE5220
RGB2228232
HSL16°74.80%49.80%
HSB/HSV16°85.59%87.06%
CMYK0.00%63.06%85.59%
12.94%

Color #DE5220 in popluar number systems.

HEXDE5220
Decimal2228232
Binary110111101010010100000
Octal33612240

Shades and tints

Shades of #DE5220

#DE5220
(222,82,32)
#CA4B1E
(202,75,30)
#B6441C
(182,68,28)
#A23D1A
(162,61,26)
#8E3618
(142,54,24)
#7A2F16
(122,47,22)
#662814
(102,40,20)
#522112
(82,33,18)
#3E1A10
(62,26,16)
#2A130E
(42,19,14)
#160C0C
(22,12,12)
#000000
(0,0,0)

Tints of #DE5220

#DE5220
(222,82,32)
#E16134
(225,97,52)
#E47048
(228,112,72)
#E77F5C
(231,127,92)
#EA8E70
(234,142,112)
#ED9D84
(237,157,132)
#F0AC98
(240,172,152)
#F3BBAC
(243,187,172)
#F6CAC0
(246,202,192)
#F9D9D4
(249,217,212)
#FCE8E8
(252,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE5220 color. Also use rgb(222,82,32) instead hex code.

Text Font Color

.myTextColor { color: #DE5220; }

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

This text font color is #DE5220.


Background Color

.myBgColor { background-color: #DE5220; }

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

This div background color is #DE5220.


Border color

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

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

This div border color is #DE5220.


Opacity

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

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

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

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

This text has shadow with #DE5220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE5220 on black background.


Color preview on white background

This text has color #DE5220 on white background.



Black color preview on #DE5220 background

This text has black color on #DE5220 background.


White color preview on #DE5220 background

This text has white color on #DE5220 background.