COLOR #9F2141

HEX: #9F2141
RGB: (159,33,65)

Color info

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

RGB color model

#9F2141 color RGB value is (159,33,65).

  • red value is 159;
  • green value is 33;
  • blue value is 65.
RGB:
(159,33,65)
(62%,13%,25%)

RGB channels and saturation

R 159 of 255 = 62%
G 33 of 255 = 13%
B 65 of 255 = 25%

159
33
65

R + G + B ~ 33%. #9F2141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 33 + 65 = 257 (100%)
R 159 of 257 ~ 61.87%
G 33 of 257 ~ 12.84%
B 65 of 257 ~ 25.29%

%61.87
%12.84
%25.29

CMYK color model

#9F2141 color CMYK value is (0,79,59,38).

  • cyan value is 0.00%
  • magenta value is 79.25%
  • yellow value is 59.12%
  • key color value is 37.65%
CMYK:
(0,79,59,38)
C0M79Y59K38 
(0%,79%,59%,38%)
(0.00/0.79/0.59/0.38)	

CMYK percentages

%0
%79.25
%59.12
%37.65

Codes

Color #9F2141 in popluar color models

9F2141
RGB1593365
HSL345°65.63%37.65%
HSB/HSV345°79.25%62.35%
CMYK0.00%79.25%59.12%
37.65%

Color #9F2141 in popluar number systems.

HEX9F2141
Decimal1593365
Binary100111111000011000001
Octal23741101

Shades and tints

Shades of #9F2141

#9F2141
(159,33,65)
#911E3C
(145,30,60)
#831B37
(131,27,55)
#751832
(117,24,50)
#67152D
(103,21,45)
#591228
(89,18,40)
#4B0F23
(75,15,35)
#3D0C1E
(61,12,30)
#2F0919
(47,9,25)
#210614
(33,6,20)
#13030F
(19,3,15)
#000000
(0,0,0)

Tints of #9F2141

#9F2141
(159,33,65)
#A73552
(167,53,82)
#AF4963
(175,73,99)
#B75D74
(183,93,116)
#BF7185
(191,113,133)
#C78596
(199,133,150)
#CF99A7
(207,153,167)
#D7ADB8
(215,173,184)
#DFC1C9
(223,193,201)
#E7D5DA
(231,213,218)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F2141 color. Also use rgb(159,33,65) instead hex code.

Text Font Color

.myTextColor { color: #9F2141; }

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

This text font color is #9F2141.


Background Color

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

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

This div background color is #9F2141.


Border color

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

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

This div border color is #9F2141.


Opacity

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

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

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

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

This text has shadow with #9F2141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F2141 on black background.


Color preview on white background

This text has color #9F2141 on white background.



Black color preview on #9F2141 background

This text has black color on #9F2141 background.


White color preview on #9F2141 background

This text has white color on #9F2141 background.