#8A151E

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

Shades of Flame Red #8A151E

Tints of Flame Red #8A151E

Color information

#8A151E (or 0x8A151E) is unknown color: approx Flame Red. HEX triplet: 8A, 15 and 1E. RGB value is (138,21,30). Sum of RGB (Red+Green+Blue) = 138+21+30=189 (25% of max value = 765). Red value is 138 (54.30% from 255 or 73.02% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 138 - color contains mainly: red. Hex color #8A151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A151E is #75EAE1. Grayscale: #393939. Windows color (decimal): -7727842 or 1971594. OLE color: 1971594.

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

Color convert

RGB1382130-
CMYK00.850.780.46
HSL355.38º73.58%31.18%-
HSV(B)355.38º84.78%54.12%-
XYZ10.986.031.81-
YUV57.01112.76185.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 73.02%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 30 (12.11% from 255) = 15.87%
R=73.02%
G=11.11%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138213000.850.780.46355.3873.5831.18
Hex8A151E0554E2E1634a1f
Octal212253601251165654311237
Binary100010101010111110010101011001110101110101100011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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