COLOR #9E2921

HEX: #9E2921
RGB: (158,41,33)

Color info

#9E2921 contains mainly red color. Web safe color of #9E2921 is #993333 (or #933).

RGB color model

#9E2921 color RGB value is (158,41,33).

  • red value is 158;
  • green value is 41;
  • blue value is 33.
RGB:
(158,41,33)
(62%,16%,13%)

RGB channels and saturation

R 158 of 255 = 62%
G 41 of 255 = 16%
B 33 of 255 = 13%

158
41
33

R + G + B ~ 30%. #9E2921 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 41 + 33 = 232 (100%)
R 158 of 232 ~ 68.1%
G 41 of 232 ~ 17.67%
B 33 of 232 ~ 14.22%

%68.1
%17.67
%14.22

CMYK color model

#9E2921 color CMYK value is (0,74,79,38).

  • cyan value is 0.00%
  • magenta value is 74.05%
  • yellow value is 79.11%
  • key color value is 38.04%
CMYK:
(0,74,79,38)
C0M74Y79K38 
(0%,74%,79%,38%)
(0.00/0.74/0.79/0.38)	

CMYK percentages

%0
%74.05
%79.11
%38.04

Codes

Color #9E2921 in popluar color models

9E2921
RGB1584133
HSL65.45%37.45%
HSB/HSV79.11%61.96%
CMYK0.00%74.05%79.11%
38.04%

Color #9E2921 in popluar number systems.

HEX9E2921
Decimal1584133
Binary10011110101001100001
Octal2365141

Shades and tints

Shades of #9E2921

#9E2921
(158,41,33)
#90261E
(144,38,30)
#82231B
(130,35,27)
#742018
(116,32,24)
#661D15
(102,29,21)
#581A12
(88,26,18)
#4A170F
(74,23,15)
#3C140C
(60,20,12)
#2E1109
(46,17,9)
#200E06
(32,14,6)
#120B03
(18,11,3)
#000000
(0,0,0)

Tints of #9E2921

#9E2921
(158,41,33)
#A63C35
(166,60,53)
#AE4F49
(174,79,73)
#B6625D
(182,98,93)
#BE7571
(190,117,113)
#C68885
(198,136,133)
#CE9B99
(206,155,153)
#D6AEAD
(214,174,173)
#DEC1C1
(222,193,193)
#E6D4D5
(230,212,213)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E2921 color. Also use rgb(158,41,33) instead hex code.

Text Font Color

.myTextColor { color: #9E2921; }

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

This text font color is #9E2921.


Background Color

.myBgColor { background-color: #9E2921; }

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

This div background color is #9E2921.


Border color

.myBorderColor { border: 1px solid #9E2921; }

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

This div border color is #9E2921.


Opacity

.myOpacity80 { color: #9E2921; opacity: 0.8; }

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

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

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

This text has shadow with #9E2921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E2921 on black background.


Color preview on white background

This text has color #9E2921 on white background.



Black color preview on #9E2921 background

This text has black color on #9E2921 background.


White color preview on #9E2921 background

This text has white color on #9E2921 background.