#8E1D20

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

Shades of Flame Red #8E1D20

Tints of Flame Red #8E1D20

Color information

#8E1D20 (or 0x8E1D20) is unknown color: approx Flame Red. HEX triplet: 8E, 1D and 20. RGB value is (142,29,32). Sum of RGB (Red+Green+Blue) = 142+29+32=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1D20 is #71E2DF. Grayscale: #3F3F3F. Windows color (decimal): -7463648 or 2104718. OLE color: 2104718.

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

Color convert

RGB1422932-
CMYK00.800.770.44
HSL358.41º66.08%33.53%-
HSV(B)358.41º79.58%55.69%-
XYZ11.866.732.04-
YUV63.13110.44184.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.95%
GREEN value IS 29 (11.72% from 255) = 14.29%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=69.95%
G=14.29%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142293200.800.770.44358.4166.0833.53
Hex8E1D200504D2C1664222
Octal216354001201155454610242
Binary10001110111011000000101000010011011011001011001101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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