COLOR #DE0D15

HEX: #DE0D15
RGB: (222,13,21)

Color info

#DE0D15 contains mainly red color. Web safe color of #DE0D15 is #CC0000 (or #C00).

RGB color model

#DE0D15 color RGB value is (222,13,21).

  • red value is 222;
  • green value is 13;
  • blue value is 21.
RGB:
(222,13,21)
(87%,5%,8%)

RGB channels and saturation

R 222 of 255 = 87%
G 13 of 255 = 5%
B 21 of 255 = 8%

222
13
21

R + G + B ~ 33%. #DE0D15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
222 + 13 + 21 = 256 (100%)
R 222 of 256 ~ 86.72%
G 13 of 256 ~ 5.08%
B 21 of 256 ~ 8.2%

%86.72

CMYK color model

#DE0D15 color CMYK value is (0,94,91,13).

  • cyan value is 0.00%
  • magenta value is 94.14%
  • yellow value is 90.54%
  • key color value is 12.94%
CMYK:
(0,94,91,13)
C0M94Y91K13 
(0%,94%,91%,13%)
(0.00/0.94/0.91/0.13)	

CMYK percentages

%0
%94.14
%90.54
%12.94

Codes

Color #DE0D15 in popluar color models

DE0D15
RGB2221321
HSL358°88.94%46.08%
HSB/HSV358°94.14%87.06%
CMYK0.00%94.14%90.54%
12.94%

Color #DE0D15 in popluar number systems.

HEXDE0D15
Decimal2221321
Binary11011110110110101
Octal3361525

Shades and tints

Shades of #DE0D15

#DE0D15
(222,13,21)
#CA0C14
(202,12,20)
#B60B13
(182,11,19)
#A20A12
(162,10,18)
#8E0911
(142,9,17)
#7A0810
(122,8,16)
#66070F
(102,7,15)
#52060E
(82,6,14)
#3E050D
(62,5,13)
#2A040C
(42,4,12)
#16030B
(22,3,11)
#000000
(0,0,0)

Tints of #DE0D15

#DE0D15
(222,13,21)
#E1232A
(225,35,42)
#E4393F
(228,57,63)
#E74F54
(231,79,84)
#EA6569
(234,101,105)
#ED7B7E
(237,123,126)
#F09193
(240,145,147)
#F3A7A8
(243,167,168)
#F6BDBD
(246,189,189)
#F9D3D2
(249,211,210)
#FCE9E7
(252,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE0D15 color. Also use rgb(222,13,21) instead hex code.

Text Font Color

.myTextColor { color: #DE0D15; }

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

This text font color is #DE0D15.


Background Color

.myBgColor { background-color: #DE0D15; }

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

This div background color is #DE0D15.


Border color

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

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

This div border color is #DE0D15.


Opacity

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

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

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

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

This text has shadow with #DE0D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE0D15 on black background.


Color preview on white background

This text has color #DE0D15 on white background.



Black color preview on #DE0D15 background

This text has black color on #DE0D15 background.


White color preview on #DE0D15 background

This text has white color on #DE0D15 background.