COLOR #9F221F

HEX: #9F221F
RGB: (159,34,31)

Color info

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

RGB color model

#9F221F color RGB value is (159,34,31).

  • red value is 159;
  • green value is 34;
  • blue value is 31.
RGB:
(159,34,31)
(62%,13%,12%)

RGB channels and saturation

R 159 of 255 = 62%
G 34 of 255 = 13%
B 31 of 255 = 12%

159
34
31

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

Portions of RGB colors in percentages

R + G + B =
159 + 34 + 31 = 224 (100%)
R 159 of 224 ~ 70.98%
G 34 of 224 ~ 15.18%
B 31 of 224 ~ 13.84%

%70.98
%15.18
%13.84

CMYK color model

#9F221F color CMYK value is (0,79,81,38).

  • cyan value is 0.00%
  • magenta value is 78.62%
  • yellow value is 80.50%
  • key color value is 37.65%
CMYK:
(0,79,81,38)
C0M79Y81K38 
(0%,79%,81%,38%)
(0.00/0.79/0.81/0.38)	

CMYK percentages

%0
%78.62
%80.5
%37.65

Codes

Color #9F221F in popluar color models

9F221F
RGB1593431
HSL67.37%37.25%
HSB/HSV80.50%62.35%
CMYK0.00%78.62%80.50%
37.65%

Color #9F221F in popluar number systems.

HEX9F221F
Decimal1593431
Binary1001111110001011111
Octal2374237

Shades and tints

Shades of #9F221F

#9F221F
(159,34,31)
#911F1D
(145,31,29)
#831C1B
(131,28,27)
#751919
(117,25,25)
#671617
(103,22,23)
#591315
(89,19,21)
#4B1013
(75,16,19)
#3D0D11
(61,13,17)
#2F0A0F
(47,10,15)
#21070D
(33,7,13)
#13040B
(19,4,11)
#000000
(0,0,0)

Tints of #9F221F

#9F221F
(159,34,31)
#A73633
(167,54,51)
#AF4A47
(175,74,71)
#B75E5B
(183,94,91)
#BF726F
(191,114,111)
#C78683
(199,134,131)
#CF9A97
(207,154,151)
#D7AEAB
(215,174,171)
#DFC2BF
(223,194,191)
#E7D6D3
(231,214,211)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F221F color. Also use rgb(159,34,31) instead hex code.

Text Font Color

.myTextColor { color: #9F221F; }

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

This text font color is #9F221F.


Background Color

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

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

This div background color is #9F221F.


Border color

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

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

This div border color is #9F221F.


Opacity

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

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

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

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

This text has shadow with #9F221F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F221F on black background.


Color preview on white background

This text has color #9F221F on white background.



Black color preview on #9F221F background

This text has black color on #9F221F background.


White color preview on #9F221F background

This text has white color on #9F221F background.