#8E2404

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

Shades of Falu Red #8E2404

Tints of Falu Red #8E2404

Color information

#8E2404 (or 0x8E2404) is unknown color: approx Falu Red. HEX triplet: 8E, 24 and 04. RGB value is (142,36,4). Sum of RGB (Red+Green+Blue) = 142+36+4=182 (24% of max value = 765). Red value is 142 (55.86% from 255 or 78.02% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2404 is #71DBFB. Grayscale: #404040. Windows color (decimal): -7461884 or 271502. OLE color: 271502.

HSL color Cylindrical-coordinate representation of color #8E2404: hue angle of 13.91º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E2404 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB142364-
CMYK00.750.970.44
HSL13.91º94.52%28.63%-
HSV(B)13.91º97.18%55.69%-
XYZ11.817.020.85-
YUV64.0594.12183.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 78.02%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 4 (1.95% from 255) = 2.20%
R=78.02%
G=19.78%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14236400.750.970.4413.9194.5228.63
Hex8E24404B612Ce5f1d
Octal2164440113141541613735
Binary100011101001001000100101111000011011001110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,36,4); }

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

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

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

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

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

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

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