Html Css Color HEX #8E150C Falu Red

📋 copy color: '#8E150C'

red 142 ◦ green 21 ◦ blue 12

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

Shades of Falu Red #8E150C

Tints of Falu Red #8E150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12%

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

R = 81.14%
G = 12%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8E150C (or 0x8E150C) is known color: Falu Red. HEX triplet: 8E, 15 and 0C. RGB value is (142,21,12). Sum of RGB (Red+Green+Blue) = 142+21+12=175 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.14% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 142 - color contains mainly: red. Hex color #8E150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E150C is #71EAF3. Grayscale: #383838. Windows color (decimal): -7465716 or 791950. OLE color: 791950.

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

Color convert

RGB 142 21 12 -
CMYK 0 0.85 0.92 0.44
HSL 4.15º 0.84% 0.3% -
HSV(B) 4.15º 0.92% 0.56% -
XYZ 11.49 6.31 0.96 -
YUV 56.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 142 21 12 0 0.85 0.92 0.44 4.15 0.84 0.3
Hex 8E 15 C 0 55 5C 2C 4 54 1E
Octal 216 25 14 0 125 134 54 4 124 36
Binary 10001110 10101 1100 0 1010101 1011100 101100 100 1010100 11110

Color Harmonies of #8E150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E150C

Black with #8E150C

Text Example


Text Example

White with #8E150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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