#8E230E

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

Shades of Falu Red #8E230E

Tints of Falu Red #8E230E

Color information

#8E230E (or 0x8E230E) is unknown color: approx Falu Red. HEX triplet: 8E, 23 and 0E. RGB value is (142,35,14). Sum of RGB (Red+Green+Blue) = 142+35+14=191 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.35% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 142 - color contains mainly: red. Hex color #8E230E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E230E is #71DCF1. Grayscale: #404040. Windows color (decimal): -7462130 or 926606. OLE color: 926606.

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

Color convert

RGB1423514-
CMYK00.750.900.44
HSL9.84º82.05%30.59%-
HSV(B)9.84º90.14%55.69%-
XYZ11.846.981.14-
YUV64.699.45183.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 74.35%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 14 (5.86% from 255) = 7.33%
R=74.35%
G=18.32%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142351400.750.900.449.8482.0530.59
Hex8E23E04B5A2Ca521f
Octal21643160113132541212237
Binary1000111010001111100100101110110101011001010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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