#8E1D2B

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

Shades of Flame Red #8E1D2B

Tints of Flame Red #8E1D2B

Color information

#8E1D2B (or 0x8E1D2B) is unknown color: approx Flame Red. HEX triplet: 8E, 1D and 2B. RGB value is (142,29,43). Sum of RGB (Red+Green+Blue) = 142+29+43=214 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.36% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1D2B is #71E2D4. Grayscale: #404040. Windows color (decimal): -7463637 or 2825614. OLE color: 2825614.

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

Color convert

RGB1422943-
CMYK00.800.700.44
HSL352.57º66.08%33.53%-
HSV(B)352.57º79.58%55.69%-
XYZ12.036.82.96-
YUV64.38115.94183.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.36%
GREEN value IS 29 (11.72% from 255) = 13.55%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=66.36%
G=13.55%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142294300.800.700.44352.5766.0833.53
Hex8E1D2B050462C1614222
Octal216355301201065454110242
Binary10001110111011010110101000010001101011001011000011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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