COLOR #9D1C31

HEX: #9D1C31
RGB: (157,28,49)

Color info

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

RGB color model

#9D1C31 color RGB value is (157,28,49).

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

RGB channels and saturation

R 157 of 255 = 62%
G 28 of 255 = 11%
B 49 of 255 = 19%

157
28
49

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

Portions of RGB colors in percentages

R + G + B =
157 + 28 + 49 = 234 (100%)
R 157 of 234 ~ 67.09%
G 28 of 234 ~ 11.97%
B 49 of 234 ~ 20.94%

%67.09
%11.97
%20.94

CMYK color model

#9D1C31 color CMYK value is (0,82,69,38).

  • cyan value is 0.00%
  • magenta value is 82.17%
  • yellow value is 68.79%
  • key color value is 38.43%
CMYK:
(0,82,69,38)
C0M82Y69K38 
(0%,82%,69%,38%)
(0.00/0.82/0.69/0.38)	

CMYK percentages

%0
%82.17
%68.79
%38.43

Codes

Color #9D1C31 in popluar color models

9D1C31
RGB1572849
HSL350°69.73%36.27%
HSB/HSV350°82.17%61.57%
CMYK0.00%82.17%68.79%
38.43%

Color #9D1C31 in popluar number systems.

HEX9D1C31
Decimal1572849
Binary1001110111100110001
Octal2353461

Shades and tints

Shades of #9D1C31

#9D1C31
(157,28,49)
#8F1A2D
(143,26,45)
#811829
(129,24,41)
#731625
(115,22,37)
#651421
(101,20,33)
#57121D
(87,18,29)
#491019
(73,16,25)
#3B0E15
(59,14,21)
#2D0C11
(45,12,17)
#1F0A0D
(31,10,13)
#110809
(17,8,9)
#000000
(0,0,0)

Tints of #9D1C31

#9D1C31
(157,28,49)
#A53043
(165,48,67)
#AD4455
(173,68,85)
#B55867
(181,88,103)
#BD6C79
(189,108,121)
#C5808B
(197,128,139)
#CD949D
(205,148,157)
#D5A8AF
(213,168,175)
#DDBCC1
(221,188,193)
#E5D0D3
(229,208,211)
#EDE4E5
(237,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D1C31 color. Also use rgb(157,28,49) instead hex code.

Text Font Color

.myTextColor { color: #9D1C31; }

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

This text font color is #9D1C31.


Background Color

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

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

This div background color is #9D1C31.


Border color

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

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

This div border color is #9D1C31.


Opacity

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

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

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

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

This text has shadow with #9D1C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D1C31 on black background.


Color preview on white background

This text has color #9D1C31 on white background.



Black color preview on #9D1C31 background

This text has black color on #9D1C31 background.


White color preview on #9D1C31 background

This text has white color on #9D1C31 background.