#8E1E11

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

Shades of Falu Red #8E1E11

Tints of Falu Red #8E1E11

Color information

#8E1E11 (or 0x8E1E11) is unknown color: approx Falu Red. HEX triplet: 8E, 1E and 11. RGB value is (142,30,17). Sum of RGB (Red+Green+Blue) = 142+30+17=189 (25% of max value = 765). Red value is 142 (55.86% from 255 or 75.13% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1E11 is #71E1EE. Grayscale: #3E3E3E. Windows color (decimal): -7463407 or 1121934. OLE color: 1121934.

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

Color convert

RGB1423017-
CMYK00.790.880.44
HSL6.24º78.62%31.18%-
HSV(B)6.24º88.03%55.69%-
XYZ11.726.721.21-
YUV62.01102.61185.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 75.13%
GREEN value IS 30 (12.11% from 255) = 15.87%
BLUE value IS 17 (7.03% from 255) = 8.99%
R=75.13%
G=15.87%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142301700.790.880.446.2478.6231.18
Hex8E1E1104F582C64f1f
Octal2163621011713054611737
Binary100011101111010001010011111011000101100110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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