#8A171F

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

Shades of Flame Red #8A171F

Tints of Flame Red #8A171F

Color information

#8A171F (or 0x8A171F) is unknown color: approx Flame Red. HEX triplet: 8A, 17 and 1F. RGB value is (138,23,31). Sum of RGB (Red+Green+Blue) = 138+23+31=192 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.88% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 138 - color contains mainly: red. Hex color #8A171F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A171F is #75E8E0. Grayscale: #3A3A3A. Windows color (decimal): -7727329 or 2037642. OLE color: 2037642.

HSL color Cylindrical-coordinate representation of color #8A171F: hue angle of 355.83º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A171F is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB1382331-
CMYK00.830.780.46
HSL355.83º71.43%31.57%-
HSV(B)355.83º83.33%54.12%-
XYZ11.036.111.9-
YUV58.3112.6184.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 71.88%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 31 (12.5% from 255) = 16.15%
R=71.88%
G=11.98%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138233100.830.780.46355.8371.4331.57
Hex8A171F0534E2E1644720
Octal212273701231165654410740
Binary1000101010111111110101001110011101011101011001001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,23,31); }

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

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

 a { background-color: rgb(138,23,31); }

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

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

 span { border-color: rgb(138,23,31); }

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