Html Css Color HEX #8E110F Falu Red

📋 copy color: '#8E110F'

red 142 ◦ green 17 ◦ blue 15

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

Shades of Falu Red #8E110F

Tints of Falu Red #8E110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.77%

 BLUE value IS 15 (6.25% from 255) = 8.62%

R = 81.61%
G = 9.77%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8E110F (or 0x8E110F) is known color: Falu Red. HEX triplet: 8E, 11 and 0F. RGB value is (142,17,15). Sum of RGB (Red+Green+Blue) = 142+17+15=174 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.61% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 142 - color contains mainly: red. Hex color #8E110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E110F is #71EEF0. Grayscale: #363636. Windows color (decimal): -7466737 or 987534. OLE color: 987534.

HSL color Cylindrical-coordinate representation of color #8E110F: hue angle of 0.94º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E110F is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 17 15 -
CMYK 0 0.88 0.89 0.44
HSL 0.94º 0.81% 0.31% -
HSV(B) 0.94º 0.89% 0.56% -
XYZ 11.44 6.19 1.04 -
YUV 54.15 105.91 190.66 -
System Red Green Blue C M Y K H S L
Decimal 142 17 15 0 0.88 0.89 0.44 0.94 0.81 0.31
Hex 8E 11 F 0 58 59 2C 1 51 1F
Octal 216 21 17 0 130 131 54 1 121 37
Binary 10001110 10001 1111 0 1011000 1011001 101100 1 1010001 11111

Color Harmonies of #8E110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E110F

Black with #8E110F

Text Example


Text Example

White with #8E110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,15); }

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

background-color css

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

 a { background-color: rgb(142,17,15); }

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

border-color css

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

 span { border-color: rgb(142,17,15); }

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