#8E1110

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

Shades of Falu Red #8E1110

Tints of Falu Red #8E1110

Color information

#8E1110 (or 0x8E1110) is unknown color: approx Falu Red. HEX triplet: 8E, 11 and 10. RGB value is (142,17,16). Sum of RGB (Red+Green+Blue) = 142+17+16=175 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.14% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1110 is #71EEEF. Grayscale: #363636. Windows color (decimal): -7466736 or 1053070. OLE color: 1053070.

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

Color convert

RGB1421716-
CMYK00.880.890.44
HSL0.48º79.75%30.98%-
HSV(B)0.48º88.73%55.69%-
XYZ11.456.191.08-
YUV54.26106.41190.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 81.14%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 16 (6.64% from 255) = 9.14%
R=81.14%
G=9.71%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142171600.880.890.440.4879.7530.98
Hex8E1110058592C0501f
Octal2162120013013154012037
Binary1000111010001100000101100010110011011000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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