#8E1F23

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

Shades of Flame Red #8E1F23

Tints of Flame Red #8E1F23

Color information

#8E1F23 (or 0x8E1F23) is unknown color: approx Flame Red. HEX triplet: 8E, 1F and 23. RGB value is (142,31,35). Sum of RGB (Red+Green+Blue) = 142+31+35=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1F23 is #71E0DC. Grayscale: #404040. Windows color (decimal): -7463133 or 2301838. OLE color: 2301838.

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

Color convert

RGB1423135-
CMYK00.780.750.44
HSL357.84º64.16%33.92%-
HSV(B)357.84º78.17%55.69%-
XYZ11.956.852.28-
YUV64.64111.27183.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 68.27%
GREEN value IS 31 (12.5% from 255) = 14.90%
BLUE value IS 35 (14.06% from 255) = 16.83%
R=68.27%
G=14.90%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142313500.780.750.44357.8464.1633.92
Hex8E1F2304E4B2C1664022
Octal216374301161135454610042
Binary10001110111111000110100111010010111011001011001101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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