COLOR #9E1C30

HEX: #9E1C30
RGB: (158,28,48)

Color info

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

RGB color model

#9E1C30 color RGB value is (158,28,48).

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

RGB channels and saturation

R 158 of 255 = 62%
G 28 of 255 = 11%
B 48 of 255 = 19%

158
28
48

R + G + B ~ 31%. #9E1C30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 28 + 48 = 234 (100%)
R 158 of 234 ~ 67.52%
G 28 of 234 ~ 11.97%
B 48 of 234 ~ 20.51%

%67.52
%11.97
%20.51

CMYK color model

#9E1C30 color CMYK value is (0,82,70,38).

  • cyan value is 0.00%
  • magenta value is 82.28%
  • yellow value is 69.62%
  • key color value is 38.04%
CMYK:
(0,82,70,38)
C0M82Y70K38 
(0%,82%,70%,38%)
(0.00/0.82/0.70/0.38)	

CMYK percentages

%0
%82.28
%69.62
%38.04

Codes

Color #9E1C30 in popluar color models

9E1C30
RGB1582848
HSL351°69.89%36.47%
HSB/HSV351°82.28%61.96%
CMYK0.00%82.28%69.62%
38.04%

Color #9E1C30 in popluar number systems.

HEX9E1C30
Decimal1582848
Binary1001111011100110000
Octal2363460

Shades and tints

Shades of #9E1C30

#9E1C30
(158,28,48)
#901A2C
(144,26,44)
#821828
(130,24,40)
#741624
(116,22,36)
#661420
(102,20,32)
#58121C
(88,18,28)
#4A1018
(74,16,24)
#3C0E14
(60,14,20)
#2E0C10
(46,12,16)
#200A0C
(32,10,12)
#120808
(18,8,8)
#000000
(0,0,0)

Tints of #9E1C30

#9E1C30
(158,28,48)
#A63042
(166,48,66)
#AE4454
(174,68,84)
#B65866
(182,88,102)
#BE6C78
(190,108,120)
#C6808A
(198,128,138)
#CE949C
(206,148,156)
#D6A8AE
(214,168,174)
#DEBCC0
(222,188,192)
#E6D0D2
(230,208,210)
#EEE4E4
(238,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E1C30; }

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

This text font color is #9E1C30.


Background Color

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

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

This div background color is #9E1C30.


Border color

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

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

This div border color is #9E1C30.


Opacity

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

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

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

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

This text has shadow with #9E1C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E1C30 on black background.


Color preview on white background

This text has color #9E1C30 on white background.



Black color preview on #9E1C30 background

This text has black color on #9E1C30 background.


White color preview on #9E1C30 background

This text has white color on #9E1C30 background.