#8E171C

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

Shades of Flame Red #8E171C

Tints of Flame Red #8E171C

Color information

#8E171C (or 0x8E171C) is unknown color: approx Flame Red. HEX triplet: 8E, 17 and 1C. RGB value is (142,23,28). Sum of RGB (Red+Green+Blue) = 142+23+28=193 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.58% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 142 - color contains mainly: red. Hex color #8E171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E171C is #71E8E3. Grayscale: #3B3B3B. Windows color (decimal): -7465188 or 1841038. OLE color: 1841038.

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

Color convert

RGB1422328-
CMYK00.840.800.44
HSL357.48º72.12%32.35%-
HSV(B)357.48º83.8%55.69%-
XYZ11.676.451.73-
YUV59.15110.42187.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 73.58%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 28 (11.33% from 255) = 14.51%
R=73.58%
G=11.92%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142232800.840.800.44357.4872.1232.35
Hex8E171C054502C1654820
Octal216273401241205454511040
Binary1000111010111111000101010010100001011001011001011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,23,28); }

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

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

 a { background-color: rgb(142,23,28); }

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

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

 span { border-color: rgb(142,23,28); }

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