COLOR #DE1D3C

HEX: #DE1D3C RGB: (222,29,60)

Color info

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

RGB color model

#DE1D3C color RGB value is (222,29,60).

RGB: (222,29,60) (87%, 11%, 24%)

RGB channels and saturation

R 222 of 255 = 87%
G 29 of 255 = 11%
B 60 of 255 = 24%

222
29
60

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

Portions of RGB colors in percentages

R + G + B = 222 + 29 + 60 = 311 (100%)
R 222 of 311 ~ 71.38%
G 29 of 311 ~ 9.32%
B 60 of 311 ~ 19.29'%

%71.38
%19.29

CMYK color model

#DE1D3C color CMYK value is (0,87,73,13).

  • cyan value is 0.00%
  • magenta value is 86.94%
  • yellow value is 72.97%
  • key color value is 12.94%
CMYK: (0,87,73,13) C0M87Y73K13 (0%,87%,73%,13%) (0.00/0.87/0.73/0.13) 

CMYK percentages

%0
%86.94
%72.97
%12.94

Codes

Color #DE1D3C in popluar color models

DE 1D 3C
RGB 222 29 60
HSL 350° 76.89% 49.22%
HSB/HSV 350° 86.94% 87.06%
CMYK 0.00% 86.94% 72.97%
12.94%

Color #DE1D3C in popluar number systems.

HEX DE 1D 3C
Decimal 222 29 60
Binary 11011110 11101 111100
Octal 336 35 74

Shades and tints

Shades of #DE1D3C

#DE1D3C
(222,29,60)
#CA1B37
(202,27,55)
#B61932
(182,25,50)
#A2172D
(162,23,45)
#8E1528
(142,21,40)
#7A1323
(122,19,35)
#66111E
(102,17,30)
#520F19
(82,15,25)
#3E0D14
(62,13,20)
#2A0B0F
(42,11,15)
#16090A
(22,9,10)
#000000
(0,0,0)

Tints of #DE1D3C

#DE1D3C
(222,29,60)
#E1314D
(225,49,77)
#E4455E
(228,69,94)
#E7596F
(231,89,111)
#EA6D80
(234,109,128)
#ED8191
(237,129,145)
#F095A2
(240,149,162)
#F3A9B3
(243,169,179)
#F6BDC4
(246,189,196)
#F9D1D5
(249,209,213)
#FCE5E6
(252,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE1D3C color. Also use rgb(222,29,60) instead hex code.

Text Font Color

.myTextColor { color: #DE1D3C; }

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

This text font color is #DE1D3C.

Background Color

.myBgColor { background-color: #DE1D3C; }

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

This div background color is #DE1D3C.

Border color

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

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

This div border color is #DE1D3C.

Opacity

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

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

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

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

This text has shadow with #DE1D3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE1D3C.

Preview

Color preview on black background

This text has color #DE1D3C on black background.


Color preview on white background

This text has color #DE1D3C on white background.


Black color preview on #DE1D3C background

This text has black color on #DE1D3C background.


White color preview on #DE1D3C background

This text has white color on #DE1D3C background.


Related colors

Complementary color

Complementary color for #hex is #21E2C3.


I love getcolorcode.com

Triadic colors

1 #3CDE1D and #1D3CDE with #DE1D3C are triadic colors.

2 #3C1DDE and #1DDE3C with #DE1D3C are triadic colors.