Html Css Color HEX #8E150D Falu Red

📋 copy color: '#8E150D'

red 142 ◦ green 21 ◦ blue 13

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

Shades of Falu Red #8E150D

Tints of Falu Red #8E150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 80.68%
G = 11.93%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E150D (or 0x8E150D) is known color: Falu Red. HEX triplet: 8E, 15 and 0D. RGB value is (142,21,13). Sum of RGB (Red+Green+Blue) = 142+21+13=176 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.68% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 142 - color contains mainly: red. Hex color #8E150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E150D is #71EAF2. Grayscale: #383838. Windows color (decimal): -7465715 or 857486. OLE color: 857486.

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

Color convert

RGB 142 21 13 -
CMYK 0 0.85 0.91 0.44
HSL 3.72º 0.83% 0.3% -
HSV(B) 3.72º 0.91% 0.56% -
XYZ 11.5 6.32 0.99 -
YUV 56.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 142 21 13 0 0.85 0.91 0.44 3.72 0.83 0.3
Hex 8E 15 D 0 55 5B 2C 4 53 1E
Octal 216 25 15 0 125 133 54 4 123 36
Binary 10001110 10101 1101 0 1010101 1011011 101100 100 1010011 11110

Color Harmonies of #8E150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E150D

Black with #8E150D

Text Example


Text Example

White with #8E150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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