#8E0E0E

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

Shades of Falu Red #8E0E0E

Tints of Falu Red #8E0E0E

Color information

#8E0E0E (or 0x8E0E0E) is unknown color: approx Falu Red. HEX triplet: 8E, 0E and 0E. RGB value is (142,14,14). Sum of RGB (Red+Green+Blue) = 142+14+14=170 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.53% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0E0E is #71F1F1. Grayscale: #343434. Windows color (decimal): -7467506 or 921230. OLE color: 921230.

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

Color convert

RGB1421414-
CMYK00.900.900.44
HSL82.05%30.59%-
HSV(B)90.14%55.69%-
XYZ11.396.10.99-
YUV52.27106.41192-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 83.53%
GREEN value IS 14 (5.86% from 255) = 8.24%
BLUE value IS 14 (5.86% from 255) = 8.24%
R=83.53%
G=8.24%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142141400.900.900.44082.0530.59
Hex8EEE05A5A2C0521f
Octal2161616013213254012237
Binary10001110111011100101101010110101011000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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