#8E1C07

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

Shades of Falu Red #8E1C07

Tints of Falu Red #8E1C07

Color information

#8E1C07 (or 0x8E1C07) is unknown color: approx Falu Red. HEX triplet: 8E, 1C and 07. RGB value is (142,28,7). Sum of RGB (Red+Green+Blue) = 142+28+7=177 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.23% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1C07 is #71E3F8. Grayscale: #3B3B3B. Windows color (decimal): -7463929 or 466062. OLE color: 466062.

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

Color convert

RGB142287-
CMYK00.800.950.44
HSL9.33º90.6%29.22%-
HSV(B)9.33º95.07%55.69%-
XYZ11.616.60.86-
YUV59.6998.27186.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 80.23%
GREEN value IS 28 (11.33% from 255) = 15.82%
BLUE value IS 7 (3.12% from 255) = 3.95%
R=80.23%
G=15.82%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14228700.800.950.449.3390.629.22
Hex8E1C70505F2C95b1d
Octal2163470120137541113335
Binary10001110111001110101000010111111011001001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,28,7); }

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

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

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

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

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

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

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