COLOR #DE5A22

HEX: #DE5A22
RGB: (222,90,34)

Color info

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

RGB color model

#DE5A22 color RGB value is (222,90,34).

  • red value is 222;
  • green value is 90;
  • blue value is 34.
RGB:
(222,90,34)
(87%,35%,13%)

RGB channels and saturation

R 222 of 255 = 87%
G 90 of 255 = 35%
B 34 of 255 = 13%

222
90
34

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

Portions of RGB colors in percentages

R + G + B =
222 + 90 + 34 = 346 (100%)
R 222 of 346 ~ 64.16%
G 90 of 346 ~ 26.01%
B 34 of 346 ~ 9.83%

%64.16
%26.01
%9.83

CMYK color model

#DE5A22 color CMYK value is (0,59,85,13).

  • cyan value is 0.00%
  • magenta value is 59.46%
  • yellow value is 84.68%
  • key color value is 12.94%
CMYK:
(0,59,85,13)
C0M59Y85K13 
(0%,59%,85%,13%)
(0.00/0.59/0.85/0.13)	

CMYK percentages

%0
%59.46
%84.68
%12.94

Codes

Color #DE5A22 in popluar color models

DE5A22
RGB2229034
HSL18°74.02%50.20%
HSB/HSV18°84.68%87.06%
CMYK0.00%59.46%84.68%
12.94%

Color #DE5A22 in popluar number systems.

HEXDE5A22
Decimal2229034
Binary110111101011010100010
Octal33613242

Shades and tints

Shades of #DE5A22

#DE5A22
(222,90,34)
#CA521F
(202,82,31)
#B64A1C
(182,74,28)
#A24219
(162,66,25)
#8E3A16
(142,58,22)
#7A3213
(122,50,19)
#662A10
(102,42,16)
#52220D
(82,34,13)
#3E1A0A
(62,26,10)
#2A1207
(42,18,7)
#160A04
(22,10,4)
#000000
(0,0,0)

Tints of #DE5A22

#DE5A22
(222,90,34)
#E16936
(225,105,54)
#E4784A
(228,120,74)
#E7875E
(231,135,94)
#EA9672
(234,150,114)
#EDA586
(237,165,134)
#F0B49A
(240,180,154)
#F3C3AE
(243,195,174)
#F6D2C2
(246,210,194)
#F9E1D6
(249,225,214)
#FCF0EA
(252,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE5A22 color. Also use rgb(222,90,34) instead hex code.

Text Font Color

.myTextColor { color: #DE5A22; }

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

This text font color is #DE5A22.


Background Color

.myBgColor { background-color: #DE5A22; }

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

This div background color is #DE5A22.


Border color

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

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

This div border color is #DE5A22.


Opacity

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

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

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

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

This text has shadow with #DE5A22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE5A22 on black background.


Color preview on white background

This text has color #DE5A22 on white background.



Black color preview on #DE5A22 background

This text has black color on #DE5A22 background.


White color preview on #DE5A22 background

This text has white color on #DE5A22 background.