Html Css Color HEX #8E1B14 Falu Red

📋 copy color: '#8E1B14'

red 142 ◦ green 27 ◦ blue 20

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

Shades of Falu Red #8E1B14

Tints of Falu Red #8E1B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.29%

 BLUE value IS 20 (8.2% from 255) = 10.58%

R = 75.13%
G = 14.29%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#8E1B14 (or 0x8E1B14) is known color: Falu Red. HEX triplet: 8E, 1B and 14. RGB value is (142,27,20). Sum of RGB (Red+Green+Blue) = 142+27+20=189 (25% of max value = 765). Red value is 142 (55.86% from 255 or 75.13% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1B14 is #71E4EB. Grayscale: #3C3C3C. Windows color (decimal): -7464172 or 1317774. OLE color: 1317774.

HSL color Cylindrical-coordinate representation of color #8E1B14: hue angle of 3.44º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E1B14 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 27 20 -
CMYK 0 0.81 0.86 0.44
HSL 3.44º 0.75% 0.32% -
HSV(B) 3.44º 0.86% 0.56% -
XYZ 11.67 6.59 1.32 -
YUV 60.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 142 27 20 0 0.81 0.86 0.44 3.44 0.75 0.32
Hex 8E 1B 14 0 51 56 2C 3 4B 20
Octal 216 33 24 0 121 126 54 3 113 40
Binary 10001110 11011 10100 0 1010001 1010110 101100 11 1001011 100000

Color Harmonies of #8E1B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B14

Black with #8E1B14

Text Example


Text Example

White with #8E1B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,27,20); }

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

background-color css

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

 a { background-color: rgb(142,27,20); }

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

border-color css

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

 span { border-color: rgb(142,27,20); }

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