COLOR #9D0211

HEX: #9D0211
RGB: (157,2,17)

Color info

#9D0211 contains mainly red color. Web safe color of #9D0211 is #990000 (or #900).

RGB color model

#9D0211 color RGB value is (157,2,17).

  • red value is 157;
  • green value is 2;
  • blue value is 17.
RGB:
(157,2,17)
(62%,1%,7%)

RGB channels and saturation

R 157 of 255 = 62%
G 2 of 255 = 1%
B 17 of 255 = 7%

157
2
17

R + G + B ~ 23%. #9D0211 is dark color.

Portions of RGB colors in percentages

R + G + B =
157 + 2 + 17 = 176 (100%)
R 157 of 176 ~ 89.2%
G 2 of 176 ~ 1.14%
B 17 of 176 ~ 9.66%

%89.2
%9.66

CMYK color model

#9D0211 color CMYK value is (0,99,89,38).

  • cyan value is 0.00%
  • magenta value is 98.73%
  • yellow value is 89.17%
  • key color value is 38.43%
CMYK:
(0,99,89,38)
C0M99Y89K38 
(0%,99%,89%,38%)
(0.00/0.99/0.89/0.38)	

CMYK percentages

%0
%98.73
%89.17
%38.43

Codes

Color #9D0211 in popluar color models

9D0211
RGB157217
HSL354°97.48%31.18%
HSB/HSV354°98.73%61.57%
CMYK0.00%98.73%89.17%
38.43%

Color #9D0211 in popluar number systems.

HEX9D0211
Decimal157217
Binary100111011010001
Octal235221

Shades and tints

Shades of #9D0211

#9D0211
(157,2,17)
#8F0210
(143,2,16)
#81020F
(129,2,15)
#73020E
(115,2,14)
#65020D
(101,2,13)
#57020C
(87,2,12)
#49020B
(73,2,11)
#3B020A
(59,2,10)
#2D0209
(45,2,9)
#1F0208
(31,2,8)
#110207
(17,2,7)
#000000
(0,0,0)

Tints of #9D0211

#9D0211
(157,2,17)
#A51926
(165,25,38)
#AD303B
(173,48,59)
#B54750
(181,71,80)
#BD5E65
(189,94,101)
#C5757A
(197,117,122)
#CD8C8F
(205,140,143)
#D5A3A4
(213,163,164)
#DDBAB9
(221,186,185)
#E5D1CE
(229,209,206)
#EDE8E3
(237,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D0211 color. Also use rgb(157,2,17) instead hex code.

Text Font Color

.myTextColor { color: #9D0211; }

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

This text font color is #9D0211.


Background Color

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

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

This div background color is #9D0211.


Border color

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

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

This div border color is #9D0211.


Opacity

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

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

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

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

This text has shadow with #9D0211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D0211 on black background.


Color preview on white background

This text has color #9D0211 on white background.



Black color preview on #9D0211 background

This text has black color on #9D0211 background.


White color preview on #9D0211 background

This text has white color on #9D0211 background.