#8F162C

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

Shades of Flame Red #8F162C

Tints of Flame Red #8F162C

Color information

#8F162C (or 0x8F162C) is unknown color: approx Flame Red. HEX triplet: 8F, 16 and 2C. RGB value is (143,22,44). Sum of RGB (Red+Green+Blue) = 143+22+44=209 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.42% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 143 - color contains mainly: red. Hex color #8F162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F162C is #70E9D3. Grayscale: #3C3C3C. Windows color (decimal): -7399892 or 2889359. OLE color: 2889359.

HSL color Cylindrical-coordinate representation of color #8F162C: hue angle of 349.09º 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 #8F162C is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1432244-
CMYK00.850.690.44
HSL349.09º73.33%32.35%-
HSV(B)349.09º84.62%56.08%-
XYZ12.076.63.02-
YUV60.69118.59186.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 68.42%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 44 (17.58% from 255) = 21.05%
R=68.42%
G=10.53%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143224400.850.690.44349.0973.3332.35
Hex8F162C055452C15d4920
Octal217265401251055453511140
Binary10001111101101011000101010110001011011001010111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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