#8E1D1F

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

Shades of Flame Red #8E1D1F

Tints of Flame Red #8E1D1F

Color information

#8E1D1F (or 0x8E1D1F) is unknown color: approx Flame Red. HEX triplet: 8E, 1D and 1F. RGB value is (142,29,31). Sum of RGB (Red+Green+Blue) = 142+29+31=202 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.30% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1D1F is #71E2E0. Grayscale: #3F3F3F. Windows color (decimal): -7463649 or 2039182. OLE color: 2039182.

HSL color Cylindrical-coordinate representation of color #8E1D1F: hue angle of 358.94º 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 #8E1D1F is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB1422931-
CMYK00.800.780.44
HSL358.94º66.08%33.53%-
HSV(B)358.94º79.58%55.69%-
XYZ11.846.731.97-
YUV63.01109.94184.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 70.30%
GREEN value IS 29 (11.72% from 255) = 14.36%
BLUE value IS 31 (12.5% from 255) = 15.35%
R=70.30%
G=14.36%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142293100.800.780.44358.9466.0833.53
Hex8E1D1F0504E2C1674222
Octal216353701201165454710242
Binary1000111011101111110101000010011101011001011001111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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