COLOR #9E1F38

HEX: #9E1F38
RGB: (158,31,56)

Color info

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

RGB color model

#9E1F38 color RGB value is (158,31,56).

  • red value is 158;
  • green value is 31;
  • blue value is 56.
RGB:
(158,31,56)
(62%,12%,22%)

RGB channels and saturation

R 158 of 255 = 62%
G 31 of 255 = 12%
B 56 of 255 = 22%

158
31
56

R + G + B ~ 32%. #9E1F38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 31 + 56 = 245 (100%)
R 158 of 245 ~ 64.49%
G 31 of 245 ~ 12.65%
B 56 of 245 ~ 22.86%

%64.49
%12.65
%22.86

CMYK color model

#9E1F38 color CMYK value is (0,80,65,38).

  • cyan value is 0.00%
  • magenta value is 80.38%
  • yellow value is 64.56%
  • key color value is 38.04%
CMYK:
(0,80,65,38)
C0M80Y65K38 
(0%,80%,65%,38%)
(0.00/0.80/0.65/0.38)	

CMYK percentages

%0
%80.38
%64.56
%38.04

Codes

Color #9E1F38 in popluar color models

9E1F38
RGB1583156
HSL348°67.20%37.06%
HSB/HSV348°80.38%61.96%
CMYK0.00%80.38%64.56%
38.04%

Color #9E1F38 in popluar number systems.

HEX9E1F38
Decimal1583156
Binary1001111011111111000
Octal2363770

Shades and tints

Shades of #9E1F38

#9E1F38
(158,31,56)
#901D33
(144,29,51)
#821B2E
(130,27,46)
#741929
(116,25,41)
#661724
(102,23,36)
#58151F
(88,21,31)
#4A131A
(74,19,26)
#3C1115
(60,17,21)
#2E0F10
(46,15,16)
#200D0B
(32,13,11)
#120B06
(18,11,6)
#000000
(0,0,0)

Tints of #9E1F38

#9E1F38
(158,31,56)
#A6334A
(166,51,74)
#AE475C
(174,71,92)
#B65B6E
(182,91,110)
#BE6F80
(190,111,128)
#C68392
(198,131,146)
#CE97A4
(206,151,164)
#D6ABB6
(214,171,182)
#DEBFC8
(222,191,200)
#E6D3DA
(230,211,218)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E1F38 color. Also use rgb(158,31,56) instead hex code.

Text Font Color

.myTextColor { color: #9E1F38; }

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

This text font color is #9E1F38.


Background Color

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

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

This div background color is #9E1F38.


Border color

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

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

This div border color is #9E1F38.


Opacity

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

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

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

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

This text has shadow with #9E1F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E1F38 on black background.


Color preview on white background

This text has color #9E1F38 on white background.



Black color preview on #9E1F38 background

This text has black color on #9E1F38 background.


White color preview on #9E1F38 background

This text has white color on #9E1F38 background.