#8E100E

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

Shades of Falu Red #8E100E

Tints of Falu Red #8E100E

Color information

#8E100E (or 0x8E100E) is unknown color: approx Falu Red. HEX triplet: 8E, 10 and 0E. RGB value is (142,16,14). Sum of RGB (Red+Green+Blue) = 142+16+14=172 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.56% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 142 - color contains mainly: red. Hex color #8E100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E100E is #71EFF1. Grayscale: #353535. Windows color (decimal): -7466994 or 921742. OLE color: 921742.

HSL color Cylindrical-coordinate representation of color #8E100E: hue angle of 0.94º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E100E is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1421614-
CMYK00.890.900.44
HSL0.94º82.05%30.59%-
HSV(B)0.94º90.14%55.69%-
XYZ11.426.151-
YUV53.45105.74191.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 82.56%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 14 (5.86% from 255) = 8.14%
R=82.56%
G=9.30%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142161400.890.900.440.9482.0530.59
Hex8E10E0595A2C1521f
Octal2162016013113254112237
Binary100011101000011100101100110110101011001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,16,14); }

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

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

 a { background-color: rgb(142,16,14); }

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

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

 span { border-color: rgb(142,16,14); }

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