COLOR #DE611F

HEX: #DE611F
RGB: (222,97,31)

Color info

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

RGB color model

#DE611F color RGB value is (222,97,31).

  • red value is 222;
  • green value is 97;
  • blue value is 31.
RGB:
(222,97,31)
(87%,38%,12%)

RGB channels and saturation

R 222 of 255 = 87%
G 97 of 255 = 38%
B 31 of 255 = 12%

222
97
31

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

Portions of RGB colors in percentages

R + G + B =
222 + 97 + 31 = 350 (100%)
R 222 of 350 ~ 63.43%
G 97 of 350 ~ 27.71%
B 31 of 350 ~ 8.86%

%63.43
%27.71

CMYK color model

#DE611F color CMYK value is (0,56,86,13).

  • cyan value is 0.00%
  • magenta value is 56.31%
  • yellow value is 86.04%
  • key color value is 12.94%
CMYK:
(0,56,86,13)
C0M56Y86K13 
(0%,56%,86%,13%)
(0.00/0.56/0.86/0.13)	

CMYK percentages

%0
%56.31
%86.04
%12.94

Codes

Color #DE611F in popluar color models

DE611F
RGB2229731
HSL21°75.49%49.61%
HSB/HSV21°86.04%87.06%
CMYK0.00%56.31%86.04%
12.94%

Color #DE611F in popluar number systems.

HEXDE611F
Decimal2229731
Binary11011110110000111111
Octal33614137

Shades and tints

Shades of #DE611F

#DE611F
(222,97,31)
#CA591D
(202,89,29)
#B6511B
(182,81,27)
#A24919
(162,73,25)
#8E4117
(142,65,23)
#7A3915
(122,57,21)
#663113
(102,49,19)
#522911
(82,41,17)
#3E210F
(62,33,15)
#2A190D
(42,25,13)
#16110B
(22,17,11)
#000000
(0,0,0)

Tints of #DE611F

#DE611F
(222,97,31)
#E16F33
(225,111,51)
#E47D47
(228,125,71)
#E78B5B
(231,139,91)
#EA996F
(234,153,111)
#EDA783
(237,167,131)
#F0B597
(240,181,151)
#F3C3AB
(243,195,171)
#F6D1BF
(246,209,191)
#F9DFD3
(249,223,211)
#FCEDE7
(252,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE611F color. Also use rgb(222,97,31) instead hex code.

Text Font Color

.myTextColor { color: #DE611F; }

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

This text font color is #DE611F.


Background Color

.myBgColor { background-color: #DE611F; }

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

This div background color is #DE611F.


Border color

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

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

This div border color is #DE611F.


Opacity

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

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

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

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

This text has shadow with #DE611F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE611F on black background.


Color preview on white background

This text has color #DE611F on white background.



Black color preview on #DE611F background

This text has black color on #DE611F background.


White color preview on #DE611F background

This text has white color on #DE611F background.