Html Css Color HEX #8E1C09 Falu Red

📋 copy color: '#8E1C09'

red 142 ◦ green 28 ◦ blue 9

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

Shades of Falu Red #8E1C09

Tints of Falu Red #8E1C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.64%

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

R = 79.33%
G = 15.64%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8E1C09 (or 0x8E1C09) is known color: Falu Red. HEX triplet: 8E, 1C and 09. RGB value is (142,28,9). Sum of RGB (Red+Green+Blue) = 142+28+9=179 (23% of max value = 765). Red value is 142 (55.86% from 255 or 79.33% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1C09 is #71E3F6. Grayscale: #3C3C3C. Windows color (decimal): -7463927 or 597134. OLE color: 597134.

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

Color convert

RGB 142 28 9 -
CMYK 0 0.80 0.94 0.44
HSL 8.57º 0.88% 0.3% -
HSV(B) 8.57º 0.94% 0.56% -
XYZ 11.62 6.6 0.92 -
YUV 59.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 142 28 9 0 0.80 0.94 0.44 8.57 0.88 0.3
Hex 8E 1C 9 0 50 5E 2C 9 58 1E
Octal 216 34 11 0 120 136 54 11 130 36
Binary 10001110 11100 1001 0 1010000 1011110 101100 1001 1011000 11110

Color Harmonies of #8E1C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1C09

Black with #8E1C09

Text Example


Text Example

White with #8E1C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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