Html Css Color HEX #8E2008 Falu Red

📋 copy color: '#8E2008'

red 142 ◦ green 32 ◦ blue 8

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

Shades of Falu Red #8E2008

Tints of Falu Red #8E2008

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.58%

 BLUE value IS 8 (3.52% from 255) = 4.4%

R = 78.02%
G = 17.58%
B = 4.4%

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

#8E2008 (or 0x8E2008) is known color: Falu Red. HEX triplet: 8E, 20 and 08. RGB value is (142,32,8). Sum of RGB (Red+Green+Blue) = 142+32+8=182 (24% of max value = 765). Red value is 142 (55.86% from 255 or 78.02% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2008 is #71DFF7. Grayscale: #3E3E3E. Windows color (decimal): -7462904 or 532622. OLE color: 532622.

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

Color convert

RGB 142 32 8 -
CMYK 0 0.77 0.94 0.44
HSL 10.75º 0.89% 0.29% -
HSV(B) 10.75º 0.94% 0.56% -
XYZ 11.72 6.8 0.93 -
YUV 62.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 142 32 8 0 0.77 0.94 0.44 10.75 0.89 0.29
Hex 8E 20 8 0 4D 5E 2C B 59 1D
Octal 216 40 10 0 115 136 54 13 131 35
Binary 10001110 100000 1000 0 1001101 1011110 101100 1011 1011001 11101

Color Harmonies of #8E2008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2008

Black with #8E2008

Text Example


Text Example

White with #8E2008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,32,8); }

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

background-color css

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

 a { background-color: rgb(142,32,8); }

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

border-color css

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

 span { border-color: rgb(142,32,8); }

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