#8F191B

Color #8F191B Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #8F191B

Tints of Flame Red #8F191B

Color information

#8F191B (or 0x8F191B) is unknown color: approx Flame Red. HEX triplet: 8F, 19 and 1B. RGB value is (143,25,27). Sum of RGB (Red+Green+Blue) = 143+25+27=195 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.33% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 143 - color contains mainly: red. Hex color #8F191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F191B is #70E6E4. Grayscale: #3C3C3C. Windows color (decimal): -7399141 or 1776015. OLE color: 1776015.

HSL color Cylindrical-coordinate representation of color #8F191B: hue angle of 358.98º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F191B is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1432527-
CMYK00.830.810.44
HSL358.98º70.24%32.94%-
HSV(B)358.98º82.52%56.08%-
XYZ11.876.611.69-
YUV60.51109.09186.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 73.33%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=73.33%
G=12.82%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143252700.830.810.44358.9870.2432.94
Hex8F191B053512C1674621
Octal217313301231215454710641
Binary1000111111001110110101001110100011011001011001111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F191B; }

 p { color: rgb(143,25,27); }

 H1.HeaderClassName
 {
   color: #8F191B;
 }
 .AnyTagClassName
 {
   color: #8F191B;
 }
</style>
background-color css

<style>
 a { background-color: #8F191B; }

 a { background-color: rgb(143,25,27); }

 div.DivClassName
 {
   background-color: #8F191B;
 }
 .BgClassName
 {
   background-color: #8F191B;
 }
</style>
border-color css

<style>
 span { border-color: #8F191B; }

 span { border-color: rgb(143,25,27); }

 td.TdClassName
 {
   border-color: #8F191B;
 }
 .TagClassName
 {
   border-color: #8F191B;
 }
</style>