Html Css Color HEX #8E2010 Falu Red

📋 copy color: '#8E2010'

red 142 ◦ green 32 ◦ blue 16

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

Shades of Falu Red #8E2010

Tints of Falu Red #8E2010

RGB

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

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

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

R = 74.74%
G = 16.84%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8E2010 (or 0x8E2010) is known color: Falu Red. HEX triplet: 8E, 20 and 10. RGB value is (142,32,16). Sum of RGB (Red+Green+Blue) = 142+32+16=190 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.74% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2010 is #71DFEF. Grayscale: #3F3F3F. Windows color (decimal): -7462896 or 1056910. OLE color: 1056910.

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

Color convert

RGB 142 32 16 -
CMYK 0 0.77 0.89 0.44
HSL 7.62º 0.8% 0.31% -
HSV(B) 7.62º 0.89% 0.56% -
XYZ 11.77 6.82 1.19 -
YUV 63.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 142 32 16 0 0.77 0.89 0.44 7.62 0.8 0.31
Hex 8E 20 10 0 4D 59 2C 8 50 1F
Octal 216 40 20 0 115 131 54 10 120 37
Binary 10001110 100000 10000 0 1001101 1011001 101100 1000 1010000 11111

Color Harmonies of #8E2010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2010

Black with #8E2010

Text Example


Text Example

White with #8E2010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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