COLOR #9E041B

HEX: #9E041B RGB: (158,4,27)

Color info

#9E041B contains mainly red color. Web safe color of #9E041B is #990033 (or #903).

RGB color model

#9E041B color RGB value is (158,4,27).

RGB: (158,4,27) (62%, 2%, 11%)

RGB channels and saturation

R 158 of 255 = 62%
G 4 of 255 = 2%
B 27 of 255 = 11%

158
4
27

R + G + B ~ 25%. #9E041B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 158 + 4 + 27 = 189 (100%)
R 158 of 189 ~ 83.6%
G 4 of 189 ~ 2.12%
B 27 of 189 ~ 14.29'%

%83.6
%14.29

CMYK color model

#9E041B color CMYK value is (0,97,83,38).

  • cyan value is 0.00%
  • magenta value is 97.47%
  • yellow value is 82.91%
  • key color value is 38.04%

CMYK: (0,97,83,38)
C0M97Y83K38 (0%, 97%, 83%, 38%)
(0.00 / 0.97 / 0.83 / 0.38)

CMYK percentages

%0
%97.47
%82.91
%38.04

Codes

Color #9E041B in popluar color models

9E 04 1B
RGB 158 4 27
HSL 351° 95.06% 31.76%
HSB/HSV 351° 97.47% 61.96%
CMYK 0.00% 97.47% 82.91%
38.04%

Color #9E041B in popluar number systems.

HEX 9E 04 1B
Decimal 158 4 27
Binary 10011110 100 11011
Octal 236 4 33

Shades and tints

Shades of #9E041B

#9E041B
(158,4,27)
#900419
(144,4,25)
#820417
(130,4,23)
#740415
(116,4,21)
#660413
(102,4,19)
#580411
(88,4,17)
#4A040F
(74,4,15)
#3C040D
(60,4,13)
#2E040B
(46,4,11)
#200409
(32,4,9)
#120407
(18,4,7)
#000000
(0,0,0)

Tints of #9E041B

#9E041B
(158,4,27)
#A61A2F
(166,26,47)
#AE3043
(174,48,67)
#B64657
(182,70,87)
#BE5C6B
(190,92,107)
#C6727F
(198,114,127)
#CE8893
(206,136,147)
#D69EA7
(214,158,167)
#DEB4BB
(222,180,187)
#E6CACF
(230,202,207)
#EEE0E3
(238,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E041B color. Also use rgb(158,4,27) instead hex code.

Text Font Color

.myTextColor { color: #9E041B; }

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

This text font color is #9E041B.

Background Color

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

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

This div background color is #9E041B.

Border color

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

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

This div border color is #9E041B.

Opacity

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

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

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

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

This text has shadow with #9E041B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E041B.

Preview

Color preview on black background

This text has color #9E041B on black background.


Color preview on white background

This text has color #9E041B on white background.


Black color preview on #9E041B background

This text has black color on #9E041B background.


White color preview on #9E041B background

This text has white color on #9E041B background.


Related colors

Complementary color

Complementary color for #hex is #61FBE4.


I love getcolorcode.com

Triadic colors

1 #1B9E04 and #041B9E with #9E041B are triadic colors.

2 #1B049E and #049E1B with #9E041B are triadic colors.