COLOR #DE5109

HEX: #DE5109
RGB: (222,81,9)

Color info

#DE5109 contains mainly red color. Web safe color of #DE5109 is #CC6600 (or #C60).

RGB color model

#DE5109 color RGB value is (222,81,9).

  • red value is 222;
  • green value is 81;
  • blue value is 9.
RGB:
(222,81,9)
(87%,32%,4%)

RGB channels and saturation

R 222 of 255 = 87%
G 81 of 255 = 32%
B 9 of 255 = 4%

222
81
9

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

Portions of RGB colors in percentages

R + G + B =
222 + 81 + 9 = 312 (100%)
R 222 of 312 ~ 71.15%
G 81 of 312 ~ 25.96%
B 9 of 312 ~ 2.88%

%71.15
%25.96

CMYK color model

#DE5109 color CMYK value is (0,64,96,13).

  • cyan value is 0.00%
  • magenta value is 63.51%
  • yellow value is 95.95%
  • key color value is 12.94%
CMYK:
(0,64,96,13)
C0M64Y96K13 
(0%,64%,96%,13%)
(0.00/0.64/0.96/0.13)	

CMYK percentages

%0
%63.51
%95.95
%12.94

Codes

Color #DE5109 in popluar color models

DE5109
RGB222819
HSL20°92.21%45.29%
HSB/HSV20°95.95%87.06%
CMYK0.00%63.51%95.95%
12.94%

Color #DE5109 in popluar number systems.

HEXDE5109
Decimal222819
Binary1101111010100011001
Octal33612111

Shades and tints

Shades of #DE5109

#DE5109
(222,81,9)
#CA4A09
(202,74,9)
#B64309
(182,67,9)
#A23C09
(162,60,9)
#8E3509
(142,53,9)
#7A2E09
(122,46,9)
#662709
(102,39,9)
#522009
(82,32,9)
#3E1909
(62,25,9)
#2A1209
(42,18,9)
#160B09
(22,11,9)
#000000
(0,0,0)

Tints of #DE5109

#DE5109
(222,81,9)
#E1601F
(225,96,31)
#E46F35
(228,111,53)
#E77E4B
(231,126,75)
#EA8D61
(234,141,97)
#ED9C77
(237,156,119)
#F0AB8D
(240,171,141)
#F3BAA3
(243,186,163)
#F6C9B9
(246,201,185)
#F9D8CF
(249,216,207)
#FCE7E5
(252,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE5109 color. Also use rgb(222,81,9) instead hex code.

Text Font Color

.myTextColor { color: #DE5109; }

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

This text font color is #DE5109.


Background Color

.myBgColor { background-color: #DE5109; }

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

This div background color is #DE5109.


Border color

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

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

This div border color is #DE5109.


Opacity

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

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

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

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

This text has shadow with #DE5109 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE5109 on black background.


Color preview on white background

This text has color #DE5109 on white background.



Black color preview on #DE5109 background

This text has black color on #DE5109 background.


White color preview on #DE5109 background

This text has white color on #DE5109 background.