Html Css Color HEX #8E120E Falu Red

📋 copy color: '#8E120E'

red 142 ◦ green 18 ◦ blue 14

#8E120E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #8E120E

Tints of Falu Red #8E120E

RGB

 RED value IS 142 (55.86% from 255) = 81.61%

 GREEN value IS 18 (7.42% from 255) = 10.34%

 BLUE value IS 14 (5.86% from 255) = 8.05%

R = 81.61%
G = 10.34%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8E120E (or 0x8E120E) is known color: Falu Red. HEX triplet: 8E, 12 and 0E. RGB value is (142,18,14). Sum of RGB (Red+Green+Blue) = 142+18+14=174 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.61% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 142 - color contains mainly: red. Hex color #8E120E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E120E is #71EDF1. Grayscale: #363636. Windows color (decimal): -7466482 or 922254. OLE color: 922254.

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

Color convert

RGB 142 18 14 -
CMYK 0 0.87 0.90 0.44
HSL 1.88º 0.82% 0.31% -
HSV(B) 1.88º 0.9% 0.56% -
XYZ 11.45 6.22 1.01 -
YUV 54.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 142 18 14 0 0.87 0.90 0.44 1.88 0.82 0.31
Hex 8E 12 E 0 57 5A 2C 2 52 1F
Octal 216 22 16 0 127 132 54 2 122 37
Binary 10001110 10010 1110 0 1010111 1011010 101100 10 1010010 11111

Color Harmonies of #8E120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E120E

Black with #8E120E

Text Example


Text Example

White with #8E120E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E120E;
 }
 .AnyTagClassName
 {
   color: #8E120E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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