COLOR #9E1C20

HEX: #9E1C20
RGB: (158,28,32)

Color info

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

RGB color model

#9E1C20 color RGB value is (158,28,32).

  • red value is 158;
  • green value is 28;
  • blue value is 32.
RGB:
(158,28,32)
(62%,11%,13%)

RGB channels and saturation

R 158 of 255 = 62%
G 28 of 255 = 11%
B 32 of 255 = 13%

158
28
32

R + G + B ~ 29%. #9E1C20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 28 + 32 = 218 (100%)
R 158 of 218 ~ 72.48%
G 28 of 218 ~ 12.84%
B 32 of 218 ~ 14.68%

%72.48
%12.84
%14.68

CMYK color model

#9E1C20 color CMYK value is (0,82,80,38).

  • cyan value is 0.00%
  • magenta value is 82.28%
  • yellow value is 79.75%
  • key color value is 38.04%
CMYK:
(0,82,80,38)
C0M82Y80K38 
(0%,82%,80%,38%)
(0.00/0.82/0.80/0.38)	

CMYK percentages

%0
%82.28
%79.75
%38.04

Codes

Color #9E1C20 in popluar color models

9E1C20
RGB1582832
HSL358°69.89%36.47%
HSB/HSV358°82.28%61.96%
CMYK0.00%82.28%79.75%
38.04%

Color #9E1C20 in popluar number systems.

HEX9E1C20
Decimal1582832
Binary1001111011100100000
Octal2363440

Shades and tints

Shades of #9E1C20

#9E1C20
(158,28,32)
#901A1E
(144,26,30)
#82181C
(130,24,28)
#74161A
(116,22,26)
#661418
(102,20,24)
#581216
(88,18,22)
#4A1014
(74,16,20)
#3C0E12
(60,14,18)
#2E0C10
(46,12,16)
#200A0E
(32,10,14)
#12080C
(18,8,12)
#000000
(0,0,0)

Tints of #9E1C20

#9E1C20
(158,28,32)
#A63034
(166,48,52)
#AE4448
(174,68,72)
#B6585C
(182,88,92)
#BE6C70
(190,108,112)
#C68084
(198,128,132)
#CE9498
(206,148,152)
#D6A8AC
(214,168,172)
#DEBCC0
(222,188,192)
#E6D0D4
(230,208,212)
#EEE4E8
(238,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E1C20 color. Also use rgb(158,28,32) instead hex code.

Text Font Color

.myTextColor { color: #9E1C20; }

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

This text font color is #9E1C20.


Background Color

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

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

This div background color is #9E1C20.


Border color

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

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

This div border color is #9E1C20.


Opacity

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

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

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

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

This text has shadow with #9E1C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E1C20 on black background.


Color preview on white background

This text has color #9E1C20 on white background.



Black color preview on #9E1C20 background

This text has black color on #9E1C20 background.


White color preview on #9E1C20 background

This text has white color on #9E1C20 background.