Html Css Color HEX #8E2109 Falu Red

📋 copy color: '#8E2109'

red 142 ◦ green 33 ◦ blue 9

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

Shades of Falu Red #8E2109

Tints of Falu Red #8E2109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

 BLUE value IS 9 (3.91% from 255) = 4.89%

R = 77.17%
G = 17.93%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8E2109 (or 0x8E2109) is known color: Falu Red. HEX triplet: 8E, 21 and 09. RGB value is (142,33,9). Sum of RGB (Red+Green+Blue) = 142+33+9=184 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.17% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2109 is #71DEF6. Grayscale: #3F3F3F. Windows color (decimal): -7462647 or 598414. OLE color: 598414.

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

Color convert

RGB 142 33 9 -
CMYK 0 0.77 0.94 0.44
HSL 10.83º 0.88% 0.3% -
HSV(B) 10.83º 0.94% 0.56% -
XYZ 11.75 6.86 0.96 -
YUV 62.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 142 33 9 0 0.77 0.94 0.44 10.83 0.88 0.3
Hex 8E 21 9 0 4D 5E 2C B 58 1E
Octal 216 41 11 0 115 136 54 13 130 36
Binary 10001110 100001 1001 0 1001101 1011110 101100 1011 1011000 11110

Color Harmonies of #8E2109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2109

Black with #8E2109

Text Example


Text Example

White with #8E2109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,33,9); }

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

background-color css

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

 a { background-color: rgb(142,33,9); }

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

border-color css

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

 span { border-color: rgb(142,33,9); }

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