#8E191D

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

Shades of Flame Red #8E191D

Tints of Flame Red #8E191D

Color information

#8E191D (or 0x8E191D) is unknown color: approx Flame Red. HEX triplet: 8E, 19 and 1D. RGB value is (142,25,29). Sum of RGB (Red+Green+Blue) = 142+25+29=196 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.45% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 142 - color contains mainly: red. Hex color #8E191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E191D is #71E6E2. Grayscale: #3C3C3C. Windows color (decimal): -7464675 or 1907086. OLE color: 1907086.

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

Color convert

RGB1422529-
CMYK00.820.800.44
HSL357.95º70.06%32.75%-
HSV(B)357.95º82.39%55.69%-
XYZ11.726.531.81-
YUV60.44110.26186.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 72.45%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 29 (11.72% from 255) = 14.80%
R=72.45%
G=12.76%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142252900.820.800.44357.9570.0632.75
Hex8E191D052502C1664621
Octal216313501221205454610641
Binary1000111011001111010101001010100001011001011001101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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