COLOR #8E201D

HEX: #8E201D
RGB: (142,32,29)

Color info

#8E201D contains mainly red color. Web safe color of #8E201D is #993333 (or #933).

RGB color model

#8E201D color RGB value is (142,32,29).

  • red value is 142;
  • green value is 32;
  • blue value is 29.
RGB:
(142,32,29)
(56%,13%,11%)

RGB channels and saturation

R 142 of 255 = 56%
G 32 of 255 = 13%
B 29 of 255 = 11%

142
32
29

R + G + B ~ 27%. #8E201D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 32 + 29 = 203 (100%)
R 142 of 203 ~ 69.95%
G 32 of 203 ~ 15.76%
B 29 of 203 ~ 14.29%

%69.95
%15.76
%14.29

CMYK color model

#8E201D color CMYK value is (0,77,80,44).

  • cyan value is 0.00%
  • magenta value is 77.46%
  • yellow value is 79.58%
  • key color value is 44.31%
CMYK:
(0,77,80,44)
C0M77Y80K44 
(0%,77%,80%,44%)
(0.00/0.77/0.80/0.44)	

CMYK percentages

%0
%77.46
%79.58
%44.31

Codes

Color #8E201D in popluar color models

8E201D
RGB1423229
HSL66.08%33.53%
HSB/HSV79.58%55.69%
CMYK0.00%77.46%79.58%
44.31%

Color #8E201D in popluar number systems.

HEX8E201D
Decimal1423229
Binary1000111010000011101
Octal2164035

Shades and tints

Shades of #8E201D

#8E201D
(142,32,29)
#821E1B
(130,30,27)
#761C19
(118,28,25)
#6A1A17
(106,26,23)
#5E1815
(94,24,21)
#521613
(82,22,19)
#461411
(70,20,17)
#3A120F
(58,18,15)
#2E100D
(46,16,13)
#220E0B
(34,14,11)
#160C09
(22,12,9)
#000000
(0,0,0)

Tints of #8E201D

#8E201D
(142,32,29)
#983431
(152,52,49)
#A24845
(162,72,69)
#AC5C59
(172,92,89)
#B6706D
(182,112,109)
#C08481
(192,132,129)
#CA9895
(202,152,149)
#D4ACA9
(212,172,169)
#DEC0BD
(222,192,189)
#E8D4D1
(232,212,209)
#F2E8E5
(242,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E201D color. Also use rgb(142,32,29) instead hex code.

Text Font Color

.myTextColor { color: #8E201D; }

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

This text font color is #8E201D.


Background Color

.myBgColor { background-color: #8E201D; }

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

This div background color is #8E201D.


Border color

.myBorderColor { border: 1px solid #8E201D; }

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

This div border color is #8E201D.


Opacity

.myOpacity80 { color: #8E201D; opacity: 0.8; }

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

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

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

This text has shadow with #8E201D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E201D on black background.


Color preview on white background

This text has color #8E201D on white background.



Black color preview on #8E201D background

This text has black color on #8E201D background.


White color preview on #8E201D background

This text has white color on #8E201D background.