#8A171E

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

Shades of Flame Red #8A171E

Tints of Flame Red #8A171E

Color information

#8A171E (or 0x8A171E) is unknown color: approx Flame Red. HEX triplet: 8A, 17 and 1E. RGB value is (138,23,30). Sum of RGB (Red+Green+Blue) = 138+23+30=191 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.25% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 138 - color contains mainly: red. Hex color #8A171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A171E is #75E8E1. Grayscale: #3A3A3A. Windows color (decimal): -7727330 or 1972106. OLE color: 1972106.

HSL color Cylindrical-coordinate representation of color #8A171E: hue angle of 356.35º 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 #8A171E is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB1382330-
CMYK00.830.780.46
HSL356.35º71.43%31.57%-
HSV(B)356.35º83.33%54.12%-
XYZ11.026.111.83-
YUV58.18112.1184.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 72.25%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 30 (12.11% from 255) = 15.71%
R=72.25%
G=12.04%
B=15.71%

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
Decimal138233000.830.780.46356.3571.4331.57
Hex8A171E0534E2E1644720
Octal212273601231165654410740
Binary1000101010111111100101001110011101011101011001001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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