COLOR #8F1517

HEX: #8F1517
RGB: (143,21,23)

Color info

#8F1517 contains mainly red color. Web safe color of #8F1517 is #990000 (or #900).

RGB color model

#8F1517 color RGB value is (143,21,23).

  • red value is 143;
  • green value is 21;
  • blue value is 23.
RGB:
(143,21,23)
(56%,8%,9%)

RGB channels and saturation

R 143 of 255 = 56%
G 21 of 255 = 8%
B 23 of 255 = 9%

143
21
23

R + G + B ~ 24%. #8F1517 is dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 21 + 23 = 187 (100%)
R 143 of 187 ~ 76.47%
G 21 of 187 ~ 11.23%
B 23 of 187 ~ 12.3%

%76.47
%11.23
%12.3

CMYK color model

#8F1517 color CMYK value is (0,85,84,44).

  • cyan value is 0.00%
  • magenta value is 85.31%
  • yellow value is 83.92%
  • key color value is 43.92%
CMYK:
(0,85,84,44)
C0M85Y84K44 
(0%,85%,84%,44%)
(0.00/0.85/0.84/0.44)	

CMYK percentages

%0
%85.31
%83.92
%43.92

Codes

Color #8F1517 in popluar color models

8F1517
RGB1432123
HSL359°74.39%32.16%
HSB/HSV359°85.31%56.08%
CMYK0.00%85.31%83.92%
43.92%

Color #8F1517 in popluar number systems.

HEX8F1517
Decimal1432123
Binary100011111010110111
Octal2172527

Shades and tints

Shades of #8F1517

#8F1517
(143,21,23)
#821415
(130,20,21)
#751313
(117,19,19)
#681211
(104,18,17)
#5B110F
(91,17,15)
#4E100D
(78,16,13)
#410F0B
(65,15,11)
#340E09
(52,14,9)
#270D07
(39,13,7)
#1A0C05
(26,12,5)
#0D0B03
(13,11,3)
#000000
(0,0,0)

Tints of #8F1517

#8F1517
(143,21,23)
#992A2C
(153,42,44)
#A33F41
(163,63,65)
#AD5456
(173,84,86)
#B7696B
(183,105,107)
#C17E80
(193,126,128)
#CB9395
(203,147,149)
#D5A8AA
(213,168,170)
#DFBDBF
(223,189,191)
#E9D2D4
(233,210,212)
#F3E7E9
(243,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F1517 color. Also use rgb(143,21,23) instead hex code.

Text Font Color

.myTextColor { color: #8F1517; }

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

This text font color is #8F1517.


Background Color

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

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

This div background color is #8F1517.


Border color

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

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

This div border color is #8F1517.


Opacity

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

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

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

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

This text has shadow with #8F1517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F1517 on black background.


Color preview on white background

This text has color #8F1517 on white background.



Black color preview on #8F1517 background

This text has black color on #8F1517 background.


White color preview on #8F1517 background

This text has white color on #8F1517 background.