Html Css Color HEX #8E1B13 Falu Red

📋 copy color: '#8E1B13'

red 142 ◦ green 27 ◦ blue 19

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

Shades of Falu Red #8E1B13

Tints of Falu Red #8E1B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.11%

R = 75.53%
G = 14.36%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#8E1B13 (or 0x8E1B13) is known color: Falu Red. HEX triplet: 8E, 1B and 13. RGB value is (142,27,19). Sum of RGB (Red+Green+Blue) = 142+27+19=188 (24% of max value = 765). Red value is 142 (55.86% from 255 or 75.53% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1B13 is #71E4EC. Grayscale: #3C3C3C. Windows color (decimal): -7464173 or 1252238. OLE color: 1252238.

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

Color convert

RGB 142 27 19 -
CMYK 0 0.81 0.87 0.44
HSL 3.9º 0.76% 0.32% -
HSV(B) 3.9º 0.87% 0.56% -
XYZ 11.66 6.58 1.27 -
YUV 60.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 142 27 19 0 0.81 0.87 0.44 3.9 0.76 0.32
Hex 8E 1B 13 0 51 57 2C 4 4C 20
Octal 216 33 23 0 121 127 54 4 114 40
Binary 10001110 11011 10011 0 1010001 1010111 101100 100 1001100 100000

Color Harmonies of #8E1B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B13

Black with #8E1B13

Text Example


Text Example

White with #8E1B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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