#8E1728

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

Shades of Flame Red #8E1728

Tints of Flame Red #8E1728

Color information

#8E1728 (or 0x8E1728) is unknown color: approx Flame Red. HEX triplet: 8E, 17 and 28. RGB value is (142,23,40). Sum of RGB (Red+Green+Blue) = 142+23+40=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1728 is #71E8D7. Grayscale: #3C3C3C. Windows color (decimal): -7465176 or 2627470. OLE color: 2627470.

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

Color convert

RGB1422340-
CMYK00.840.720.44
HSL351.43º72.12%32.35%-
HSV(B)351.43º83.8%55.69%-
XYZ11.846.522.64-
YUV60.52116.42186.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.27%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=69.27%
G=11.22%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142234000.840.720.44351.4372.1232.35
Hex8E1728054482C15f4820
Octal216275001241105453711040
Binary10001110101111010000101010010010001011001010111111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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