COLOR #DE401E

HEX: #DE401E
RGB: (222,64,30)

Color info

#DE401E contains mainly red color. Web safe color of #DE401E is #CC3333 (or #C33).

RGB color model

#DE401E color RGB value is (222,64,30).

  • red value is 222;
  • green value is 64;
  • blue value is 30.
RGB:
(222,64,30)
(87%,25%,12%)

RGB channels and saturation

R 222 of 255 = 87%
G 64 of 255 = 25%
B 30 of 255 = 12%

222
64
30

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

Portions of RGB colors in percentages

R + G + B =
222 + 64 + 30 = 316 (100%)
R 222 of 316 ~ 70.25%
G 64 of 316 ~ 20.25%
B 30 of 316 ~ 9.49%

%70.25
%20.25

CMYK color model

#DE401E color CMYK value is (0,71,86,13).

  • cyan value is 0.00%
  • magenta value is 71.17%
  • yellow value is 86.49%
  • key color value is 12.94%
CMYK:
(0,71,86,13)
C0M71Y86K13 
(0%,71%,86%,13%)
(0.00/0.71/0.86/0.13)	

CMYK percentages

%0
%71.17
%86.49
%12.94

Codes

Color #DE401E in popluar color models

DE401E
RGB2226430
HSL11°76.19%49.41%
HSB/HSV11°86.49%87.06%
CMYK0.00%71.17%86.49%
12.94%

Color #DE401E in popluar number systems.

HEXDE401E
Decimal2226430
Binary11011110100000011110
Octal33610036

Shades and tints

Shades of #DE401E

#DE401E
(222,64,30)
#CA3B1C
(202,59,28)
#B6361A
(182,54,26)
#A23118
(162,49,24)
#8E2C16
(142,44,22)
#7A2714
(122,39,20)
#662212
(102,34,18)
#521D10
(82,29,16)
#3E180E
(62,24,14)
#2A130C
(42,19,12)
#160E0A
(22,14,10)
#000000
(0,0,0)

Tints of #DE401E

#DE401E
(222,64,30)
#E15132
(225,81,50)
#E46246
(228,98,70)
#E7735A
(231,115,90)
#EA846E
(234,132,110)
#ED9582
(237,149,130)
#F0A696
(240,166,150)
#F3B7AA
(243,183,170)
#F6C8BE
(246,200,190)
#F9D9D2
(249,217,210)
#FCEAE6
(252,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE401E color. Also use rgb(222,64,30) instead hex code.

Text Font Color

.myTextColor { color: #DE401E; }

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

This text font color is #DE401E.


Background Color

.myBgColor { background-color: #DE401E; }

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

This div background color is #DE401E.


Border color

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

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

This div border color is #DE401E.


Opacity

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

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

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

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

This text has shadow with #DE401E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE401E on black background.


Color preview on white background

This text has color #DE401E on white background.



Black color preview on #DE401E background

This text has black color on #DE401E background.


White color preview on #DE401E background

This text has white color on #DE401E background.