#8E202D

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

Shades of Flame Red #8E202D

Tints of Flame Red #8E202D

Color information

#8E202D (or 0x8E202D) is unknown color: approx Flame Red. HEX triplet: 8E, 20 and 2D. RGB value is (142,32,45). Sum of RGB (Red+Green+Blue) = 142+32+45=219 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.84% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 142 - color contains mainly: red. Hex color #8E202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E202D is #71DFD2. Grayscale: #424242. Windows color (decimal): -7462867 or 2957454. OLE color: 2957454.

HSL color Cylindrical-coordinate representation of color #8E202D: hue angle of 352.91º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E202D is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1423245-
CMYK00.770.680.44
HSL352.91º63.22%34.12%-
HSV(B)352.91º77.46%55.69%-
XYZ12.156.973.19-
YUV66.37115.94181.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.84%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=64.84%
G=14.61%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142324500.770.680.44352.9163.2234.12
Hex8E202D04D442C1613f22
Octal21640550115104545417742
Binary10001110100000101101010011011000100101100101100001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,32,45); }

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

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

 a { background-color: rgb(142,32,45); }

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

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

 span { border-color: rgb(142,32,45); }

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