Html Css Color HEX #8E140C Falu Red

📋 copy color: '#8E140C'

red 142 ◦ green 20 ◦ blue 12

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

Shades of Falu Red #8E140C

Tints of Falu Red #8E140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

 BLUE value IS 12 (5.08% from 255) = 6.9%

R = 81.61%
G = 11.49%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8E140C (or 0x8E140C) is known color: Falu Red. HEX triplet: 8E, 14 and 0C. RGB value is (142,20,12). Sum of RGB (Red+Green+Blue) = 142+20+12=174 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.61% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 142 - color contains mainly: red. Hex color #8E140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E140C is #71EBF3. Grayscale: #373737. Windows color (decimal): -7465972 or 791694. OLE color: 791694.

HSL color Cylindrical-coordinate representation of color #8E140C: hue angle of 3.69º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E140C is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 20 12 -
CMYK 0 0.86 0.92 0.44
HSL 3.69º 0.84% 0.3% -
HSV(B) 3.69º 0.92% 0.56% -
XYZ 11.47 6.28 0.95 -
YUV 55.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 142 20 12 0 0.86 0.92 0.44 3.69 0.84 0.3
Hex 8E 14 C 0 56 5C 2C 4 54 1E
Octal 216 24 14 0 126 134 54 4 124 36
Binary 10001110 10100 1100 0 1010110 1011100 101100 100 1010100 11110

Color Harmonies of #8E140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E140C

Black with #8E140C

Text Example


Text Example

White with #8E140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,20,12); }

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

background-color css

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

 a { background-color: rgb(142,20,12); }

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

border-color css

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

 span { border-color: rgb(142,20,12); }

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