COLOR #DE4F27

HEX: #DE4F27
RGB: (222,79,39)

Color info

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

RGB color model

#DE4F27 color RGB value is (222,79,39).

  • red value is 222;
  • green value is 79;
  • blue value is 39.
RGB:
(222,79,39)
(87%,31%,15%)

RGB channels and saturation

R 222 of 255 = 87%
G 79 of 255 = 31%
B 39 of 255 = 15%

222
79
39

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

Portions of RGB colors in percentages

R + G + B =
222 + 79 + 39 = 340 (100%)
R 222 of 340 ~ 65.29%
G 79 of 340 ~ 23.24%
B 39 of 340 ~ 11.47%

%65.29
%23.24
%11.47

CMYK color model

#DE4F27 color CMYK value is (0,64,82,13).

  • cyan value is 0.00%
  • magenta value is 64.41%
  • yellow value is 82.43%
  • key color value is 12.94%
CMYK:
(0,64,82,13)
C0M64Y82K13 
(0%,64%,82%,13%)
(0.00/0.64/0.82/0.13)	

CMYK percentages

%0
%64.41
%82.43
%12.94

Codes

Color #DE4F27 in popluar color models

DE4F27
RGB2227939
HSL13°73.49%51.18%
HSB/HSV13°82.43%87.06%
CMYK0.00%64.41%82.43%
12.94%

Color #DE4F27 in popluar number systems.

HEXDE4F27
Decimal2227939
Binary110111101001111100111
Octal33611747

Shades and tints

Shades of #DE4F27

#DE4F27
(222,79,39)
#CA4824
(202,72,36)
#B64121
(182,65,33)
#A23A1E
(162,58,30)
#8E331B
(142,51,27)
#7A2C18
(122,44,24)
#662515
(102,37,21)
#521E12
(82,30,18)
#3E170F
(62,23,15)
#2A100C
(42,16,12)
#160909
(22,9,9)
#000000
(0,0,0)

Tints of #DE4F27

#DE4F27
(222,79,39)
#E15F3A
(225,95,58)
#E46F4D
(228,111,77)
#E77F60
(231,127,96)
#EA8F73
(234,143,115)
#ED9F86
(237,159,134)
#F0AF99
(240,175,153)
#F3BFAC
(243,191,172)
#F6CFBF
(246,207,191)
#F9DFD2
(249,223,210)
#FCEFE5
(252,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE4F27 color. Also use rgb(222,79,39) instead hex code.

Text Font Color

.myTextColor { color: #DE4F27; }

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

This text font color is #DE4F27.


Background Color

.myBgColor { background-color: #DE4F27; }

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

This div background color is #DE4F27.


Border color

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

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

This div border color is #DE4F27.


Opacity

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

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

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

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

This text has shadow with #DE4F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE4F27 on black background.


Color preview on white background

This text has color #DE4F27 on white background.



Black color preview on #DE4F27 background

This text has black color on #DE4F27 background.


White color preview on #DE4F27 background

This text has white color on #DE4F27 background.