Html Css Color HEX #8E1110 Falu Red

📋 copy color: '#8E1110'

red 142 ◦ green 17 ◦ blue 16

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

Shades of Falu Red #8E1110

Tints of Falu Red #8E1110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 81.14%
G = 9.71%
B = 9.14%

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

#8E1110 (or 0x8E1110) is known color: Falu Red. HEX triplet: 8E, 11 and 10. RGB value is (142,17,16). Sum of RGB (Red+Green+Blue) = 142+17+16=175 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.14% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1110 is #71EEEF. Grayscale: #363636. Windows color (decimal): -7466736 or 1053070. OLE color: 1053070.

HSL color Cylindrical-coordinate representation of color #8E1110: hue angle of 0.48º degrees, saturation: 0.8, 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 #8E1110 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 17 16 -
CMYK 0 0.88 0.89 0.44
HSL 0.48º 0.8% 0.31% -
HSV(B) 0.48º 0.89% 0.56% -
XYZ 11.45 6.19 1.08 -
YUV 54.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 142 17 16 0 0.88 0.89 0.44 0.48 0.8 0.31
Hex 8E 11 10 0 58 59 2C 0 50 1F
Octal 216 21 20 0 130 131 54 0 120 37
Binary 10001110 10001 10000 0 1011000 1011001 101100 0 1010000 11111

Color Harmonies of #8E1110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1110

Black with #8E1110

Text Example


Text Example

White with #8E1110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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