#8E182A

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

Shades of Flame Red #8E182A

Tints of Flame Red #8E182A

Color information

#8E182A (or 0x8E182A) is unknown color: approx Flame Red. HEX triplet: 8E, 18 and 2A. RGB value is (142,24,42). Sum of RGB (Red+Green+Blue) = 142+24+42=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E182A is #71E7D5. Grayscale: #3D3D3D. Windows color (decimal): -7464918 or 2758798. OLE color: 2758798.

HSL color Cylindrical-coordinate representation of color #8E182A: hue angle of 350.85º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E182A is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1422442-
CMYK00.830.700.44
HSL350.85º71.08%32.55%-
HSV(B)350.85º83.1%55.69%-
XYZ11.96.572.83-
YUV61.33117.09185.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 68.27%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=68.27%
G=11.54%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142244200.830.700.44350.8571.0832.55
Hex8E182A053462C15f4721
Octal216305201231065453710741
Binary10001110110001010100101001110001101011001010111111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,24,42); }

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

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

 a { background-color: rgb(142,24,42); }

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

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

 span { border-color: rgb(142,24,42); }

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