Html Css Color HEX #8E1811 Falu Red

📋 copy color: '#8E1811'

red 142 ◦ green 24 ◦ blue 17

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

Shades of Falu Red #8E1811

Tints of Falu Red #8E1811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.11%

 BLUE value IS 17 (7.03% from 255) = 9.29%

R = 77.6%
G = 13.11%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#8E1811 (or 0x8E1811) is known color: Falu Red. HEX triplet: 8E, 18 and 11. RGB value is (142,24,17). Sum of RGB (Red+Green+Blue) = 142+24+17=183 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.60% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1811 is #71E7EE. Grayscale: #3A3A3A. Windows color (decimal): -7464943 or 1120398. OLE color: 1120398.

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

Color convert

RGB 142 24 17 -
CMYK 0 0.83 0.88 0.44
HSL 3.36º 0.79% 0.31% -
HSV(B) 3.36º 0.88% 0.56% -
XYZ 11.58 6.44 1.16 -
YUV 58.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 142 24 17 0 0.83 0.88 0.44 3.36 0.79 0.31
Hex 8E 18 11 0 53 58 2C 3 4F 1F
Octal 216 30 21 0 123 130 54 3 117 37
Binary 10001110 11000 10001 0 1010011 1011000 101100 11 1001111 11111

Color Harmonies of #8E1811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1811

Black with #8E1811

Text Example


Text Example

White with #8E1811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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