COLOR #9F2C15

HEX: #9F2C15
RGB: (159,44,21)

Color info

#9F2C15 contains mainly red color. Web safe color of #9F2C15 is #993300 (or #930).

RGB color model

#9F2C15 color RGB value is (159,44,21).

  • red value is 159;
  • green value is 44;
  • blue value is 21.
RGB:
(159,44,21)
(62%,17%,8%)

RGB channels and saturation

R 159 of 255 = 62%
G 44 of 255 = 17%
B 21 of 255 = 8%

159
44
21

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

Portions of RGB colors in percentages

R + G + B =
159 + 44 + 21 = 224 (100%)
R 159 of 224 ~ 70.98%
G 44 of 224 ~ 19.64%
B 21 of 224 ~ 9.38%

%70.98
%19.64

CMYK color model

#9F2C15 color CMYK value is (0,72,87,38).

  • cyan value is 0.00%
  • magenta value is 72.33%
  • yellow value is 86.79%
  • key color value is 37.65%
CMYK:
(0,72,87,38)
C0M72Y87K38 
(0%,72%,87%,38%)
(0.00/0.72/0.87/0.38)	

CMYK percentages

%0
%72.33
%86.79
%37.65

Codes

Color #9F2C15 in popluar color models

9F2C15
RGB1594421
HSL10°76.67%35.29%
HSB/HSV10°86.79%62.35%
CMYK0.00%72.33%86.79%
37.65%

Color #9F2C15 in popluar number systems.

HEX9F2C15
Decimal1594421
Binary1001111110110010101
Octal2375425

Shades and tints

Shades of #9F2C15

#9F2C15
(159,44,21)
#912814
(145,40,20)
#832413
(131,36,19)
#752012
(117,32,18)
#671C11
(103,28,17)
#591810
(89,24,16)
#4B140F
(75,20,15)
#3D100E
(61,16,14)
#2F0C0D
(47,12,13)
#21080C
(33,8,12)
#13040B
(19,4,11)
#000000
(0,0,0)

Tints of #9F2C15

#9F2C15
(159,44,21)
#A73F2A
(167,63,42)
#AF523F
(175,82,63)
#B76554
(183,101,84)
#BF7869
(191,120,105)
#C78B7E
(199,139,126)
#CF9E93
(207,158,147)
#D7B1A8
(215,177,168)
#DFC4BD
(223,196,189)
#E7D7D2
(231,215,210)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F2C15 color. Also use rgb(159,44,21) instead hex code.

Text Font Color

.myTextColor { color: #9F2C15; }

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

This text font color is #9F2C15.


Background Color

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

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

This div background color is #9F2C15.


Border color

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

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

This div border color is #9F2C15.


Opacity

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

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

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

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

This text has shadow with #9F2C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F2C15 on black background.


Color preview on white background

This text has color #9F2C15 on white background.



Black color preview on #9F2C15 background

This text has black color on #9F2C15 background.


White color preview on #9F2C15 background

This text has white color on #9F2C15 background.