#8F162B

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

Shades of Flame Red #8F162B

Tints of Flame Red #8F162B

Color information

#8F162B (or 0x8F162B) is unknown color: approx Flame Red. HEX triplet: 8F, 16 and 2B. RGB value is (143,22,43). Sum of RGB (Red+Green+Blue) = 143+22+43=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F162B is #70E9D4. Grayscale: #3C3C3C. Windows color (decimal): -7399893 or 2823823. OLE color: 2823823.

HSL color Cylindrical-coordinate representation of color #8F162B: hue angle of 349.59º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F162B is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1432243-
CMYK00.850.700.44
HSL349.59º73.33%32.35%-
HSV(B)349.59º84.62%56.08%-
XYZ12.056.592.92-
YUV60.57118.09186.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 68.75%
GREEN value IS 22 (8.98% from 255) = 10.58%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=68.75%
G=10.58%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143224300.850.700.44349.5973.3332.35
Hex8F162B055462C15e4920
Octal217265301251065453611140
Binary10001111101101010110101010110001101011001010111101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,22,43); }

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

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

 a { background-color: rgb(143,22,43); }

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

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

 span { border-color: rgb(143,22,43); }

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