COLOR #DE1829

HEX: #DE1829
RGB: (222,24,41)

Color info

#DE1829 contains mainly red color. Web safe color of #DE1829 is #CC0033 (or #C03).

RGB color model

#DE1829 color RGB value is (222,24,41).

  • red value is 222;
  • green value is 24;
  • blue value is 41.
RGB:
(222,24,41)
(87%,9%,16%)

RGB channels and saturation

R 222 of 255 = 87%
G 24 of 255 = 9%
B 41 of 255 = 16%

222
24
41

R + G + B ~ 37%. #DE1829 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
222 + 24 + 41 = 287 (100%)
R 222 of 287 ~ 77.35%
G 24 of 287 ~ 8.36%
B 41 of 287 ~ 14.29%

%77.35
%14.29

CMYK color model

#DE1829 color CMYK value is (0,89,82,13).

  • cyan value is 0.00%
  • magenta value is 89.19%
  • yellow value is 81.53%
  • key color value is 12.94%
CMYK:
(0,89,82,13)
C0M89Y82K13 
(0%,89%,82%,13%)
(0.00/0.89/0.82/0.13)	

CMYK percentages

%0
%89.19
%81.53
%12.94

Codes

Color #DE1829 in popluar color models

DE1829
RGB2222441
HSL355°80.49%48.24%
HSB/HSV355°89.19%87.06%
CMYK0.00%89.19%81.53%
12.94%

Color #DE1829 in popluar number systems.

HEXDE1829
Decimal2222441
Binary1101111011000101001
Octal3363051

Shades and tints

Shades of #DE1829

#DE1829
(222,24,41)
#CA1626
(202,22,38)
#B61423
(182,20,35)
#A21220
(162,18,32)
#8E101D
(142,16,29)
#7A0E1A
(122,14,26)
#660C17
(102,12,23)
#520A14
(82,10,20)
#3E0811
(62,8,17)
#2A060E
(42,6,14)
#16040B
(22,4,11)
#000000
(0,0,0)

Tints of #DE1829

#DE1829
(222,24,41)
#E12D3C
(225,45,60)
#E4424F
(228,66,79)
#E75762
(231,87,98)
#EA6C75
(234,108,117)
#ED8188
(237,129,136)
#F0969B
(240,150,155)
#F3ABAE
(243,171,174)
#F6C0C1
(246,192,193)
#F9D5D4
(249,213,212)
#FCEAE7
(252,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE1829 color. Also use rgb(222,24,41) instead hex code.

Text Font Color

.myTextColor { color: #DE1829; }

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

This text font color is #DE1829.


Background Color

.myBgColor { background-color: #DE1829; }

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

This div background color is #DE1829.


Border color

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

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

This div border color is #DE1829.


Opacity

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

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

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

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

This text has shadow with #DE1829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE1829 on black background.


Color preview on white background

This text has color #DE1829 on white background.



Black color preview on #DE1829 background

This text has black color on #DE1829 background.


White color preview on #DE1829 background

This text has white color on #DE1829 background.