COLOR #8F1C1F

HEX: #8F1C1F
RGB: (143,28,31)

Color info

#8F1C1F contains mainly red color. Web safe color of #8F1C1F is #993333 (or #933).

RGB color model

#8F1C1F color RGB value is (143,28,31).

  • red value is 143;
  • green value is 28;
  • blue value is 31.
RGB:
(143,28,31)
(56%,11%,12%)

RGB channels and saturation

R 143 of 255 = 56%
G 28 of 255 = 11%
B 31 of 255 = 12%

143
28
31

R + G + B ~ 26%. #8F1C1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 28 + 31 = 202 (100%)
R 143 of 202 ~ 70.79%
G 28 of 202 ~ 13.86%
B 31 of 202 ~ 15.35%

%70.79
%13.86
%15.35

CMYK color model

#8F1C1F color CMYK value is (0,80,78,44).

  • cyan value is 0.00%
  • magenta value is 80.42%
  • yellow value is 78.32%
  • key color value is 43.92%
CMYK:
(0,80,78,44)
C0M80Y78K44 
(0%,80%,78%,44%)
(0.00/0.80/0.78/0.44)	

CMYK percentages

%0
%80.42
%78.32
%43.92

Codes

Color #8F1C1F in popluar color models

8F1C1F
RGB1432831
HSL358°67.25%33.53%
HSB/HSV358°80.42%56.08%
CMYK0.00%80.42%78.32%
43.92%

Color #8F1C1F in popluar number systems.

HEX8F1C1F
Decimal1432831
Binary100011111110011111
Octal2173437

Shades and tints

Shades of #8F1C1F

#8F1C1F
(143,28,31)
#821A1D
(130,26,29)
#75181B
(117,24,27)
#681619
(104,22,25)
#5B1417
(91,20,23)
#4E1215
(78,18,21)
#411013
(65,16,19)
#340E11
(52,14,17)
#270C0F
(39,12,15)
#1A0A0D
(26,10,13)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #8F1C1F

#8F1C1F
(143,28,31)
#993033
(153,48,51)
#A34447
(163,68,71)
#AD585B
(173,88,91)
#B76C6F
(183,108,111)
#C18083
(193,128,131)
#CB9497
(203,148,151)
#D5A8AB
(213,168,171)
#DFBCBF
(223,188,191)
#E9D0D3
(233,208,211)
#F3E4E7
(243,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F1C1F color. Also use rgb(143,28,31) instead hex code.

Text Font Color

.myTextColor { color: #8F1C1F; }

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

This text font color is #8F1C1F.


Background Color

.myBgColor { background-color: #8F1C1F; }

<div style="background-color:#8F1C1F">Inner text</div>

This div background color is #8F1C1F.


Border color

.myBorderColor { border: 1px solid #8F1C1F; }

<div style="border:3px solid #8F1C1F">Div</div>

This div border color is #8F1C1F.


Opacity

.myOpacity80 { color: #8F1C1F; opacity: 0.8; }

<p style="color:#8F1C1F;opacity:0.8;">80%</p>

Text with #8F1C1F 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 #8F1C1F;}

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

This text has shadow with #8F1C1F color.

.textShadow {text-shadow: 3px 3px 1px #8F1C1F, 3px 3px 1px red;}

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

This text has shadow with #8F1C1F primary color and red secondary color.


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

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

This text has shadow with #8F1C1F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F1C1F on black background.


Color preview on white background

This text has color #8F1C1F on white background.



Black color preview on #8F1C1F background

This text has black color on #8F1C1F background.


White color preview on #8F1C1F background

This text has white color on #8F1C1F background.