COLOR #8F211C

HEX: #8F211C RGB: (143,33,28)

Color info

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

RGB color model

#8F211C color RGB value is (143,33,28).

RGB: (143,33,28) (56%, 13%, 11%)

RGB channels and saturation

R 143 of 255 = 56%
G 33 of 255 = 13%
B 28 of 255 = 11%

143
33
28

R + G + B ~ 27%. #8F211C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 143 + 33 + 28 = 204 (100%)
R 143 of 204 ~ 70.1%
G 33 of 204 ~ 16.18%
B 28 of 204 ~ 13.73'%

%70.1
%16.18
%13.73

CMYK color model

#8F211C color CMYK value is (0,77,80,44).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 80.42%
  • key color value is 43.92%

CMYK: (0,77,80,44)
C0M77Y80K44 (0%, 77%, 80%, 44%)
(0.00 / 0.77 / 0.80 / 0.44)

CMYK percentages

%0
%76.92
%80.42
%43.92

Codes

Color #8F211C in popluar color models

8F 21 1C
RGB 143 33 28
HSL 67.25% 33.53%
HSB/HSV 80.42% 56.08%
CMYK 0.00% 76.92% 80.42%
43.92%

Color #8F211C in popluar number systems.

HEX 8F 21 1C
Decimal 143 33 28
Binary 10001111 100001 11100
Octal 217 41 34

Shades and tints

Shades of #8F211C

#8F211C
(143,33,28)
#821E1A
(130,30,26)
#751B18
(117,27,24)
#681816
(104,24,22)
#5B1514
(91,21,20)
#4E1212
(78,18,18)
#410F10
(65,15,16)
#340C0E
(52,12,14)
#27090C
(39,9,12)
#1A060A
(26,6,10)
#0D0308
(13,3,8)
#000000
(0,0,0)

Tints of #8F211C

#8F211C
(143,33,28)
#993530
(153,53,48)
#A34944
(163,73,68)
#AD5D58
(173,93,88)
#B7716C
(183,113,108)
#C18580
(193,133,128)
#CB9994
(203,153,148)
#D5ADA8
(213,173,168)
#DFC1BC
(223,193,188)
#E9D5D0
(233,213,208)
#F3E9E4
(243,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F211C; }

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

This text font color is #8F211C.

Background Color

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

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

This div background color is #8F211C.

Border color

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

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

This div border color is #8F211C.

Opacity

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

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

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

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

This text has shadow with #8F211C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F211C.

Preview

Color preview on black background

This text has color #8F211C on black background.


Color preview on white background

This text has color #8F211C on white background.


Black color preview on #8F211C background

This text has black color on #8F211C background.


White color preview on #8F211C background

This text has white color on #8F211C background.


Related colors

Complementary color

Complementary color for #hex is #70DEE3.


I love getcolorcode.com

Triadic colors

1 #1C8F21 and #211C8F with #8F211C are triadic colors.

2 #1C218F and #218F1C with #8F211C are triadic colors.