Html Css Color HEX #8E1B16 Falu Red

📋 copy color: '#8E1B16'

red 142 ◦ green 27 ◦ blue 22

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

Shades of Falu Red #8E1B16

Tints of Falu Red #8E1B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.52%

R = 74.35%
G = 14.14%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8E1B16 (or 0x8E1B16) is known color: Falu Red. HEX triplet: 8E, 1B and 16. RGB value is (142,27,22). Sum of RGB (Red+Green+Blue) = 142+27+22=191 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.35% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1B16 is #71E4E9. Grayscale: #3C3C3C. Windows color (decimal): -7464170 or 1448846. OLE color: 1448846.

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

Color convert

RGB 142 27 22 -
CMYK 0 0.81 0.85 0.44
HSL 2.5º 0.73% 0.32% -
HSV(B) 2.5º 0.85% 0.56% -
XYZ 11.69 6.59 1.42 -
YUV 60.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 142 27 22 0 0.81 0.85 0.44 2.5 0.73 0.32
Hex 8E 1B 16 0 51 55 2C 2 49 20
Octal 216 33 26 0 121 125 54 2 111 40
Binary 10001110 11011 10110 0 1010001 1010101 101100 10 1001001 100000

Color Harmonies of #8E1B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B16

Black with #8E1B16

Text Example


Text Example

White with #8E1B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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