#8E2204

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

Shades of Falu Red #8E2204

Tints of Falu Red #8E2204

Color information

#8E2204 (or 0x8E2204) is unknown color: approx Falu Red. HEX triplet: 8E, 22 and 04. RGB value is (142,34,4). Sum of RGB (Red+Green+Blue) = 142+34+4=180 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.89% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2204 is #71DDFB. Grayscale: #3F3F3F. Windows color (decimal): -7462396 or 270990. OLE color: 270990.

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

Color convert

RGB142344-
CMYK00.760.970.44
HSL13.04º94.52%28.63%-
HSV(B)13.04º97.18%55.69%-
XYZ11.756.90.83-
YUV62.8794.78184.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 78.89%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 4 (1.95% from 255) = 2.22%
R=78.89%
G=18.89%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14234400.760.970.4413.0494.5228.63
Hex8E22404C612Cd5f1d
Octal2164240114141541513735
Binary100011101000101000100110011000011011001101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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