#8A1E20

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

Shades of Flame Red #8A1E20

Tints of Flame Red #8A1E20

Color information

#8A1E20 (or 0x8A1E20) is unknown color: approx Flame Red. HEX triplet: 8A, 1E and 20. RGB value is (138,30,32). Sum of RGB (Red+Green+Blue) = 138+30+32=200 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1E20 is #75E1DF. Grayscale: #3E3E3E. Windows color (decimal): -7725536 or 2104970. OLE color: 2104970.

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

Color convert

RGB1383032-
CMYK00.780.770.46
HSL358.89º64.29%32.94%-
HSV(B)358.89º78.26%54.12%-
XYZ11.216.442.02-
YUV62.52110.78181.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 69%
GREEN value IS 30 (12.11% from 255) = 15%
BLUE value IS 32 (12.89% from 255) = 16%
R=69%
G=15%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138303200.780.770.46358.8964.2932.94
Hex8A1E2004E4D2E1674021
Octal212364001161155654710041
Binary10001010111101000000100111010011011011101011001111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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