Html Css Color HEX #8E1713 Falu Red

📋 copy color: '#8E1713'

red 142 ◦ green 23 ◦ blue 19

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

Shades of Falu Red #8E1713

Tints of Falu Red #8E1713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.5%

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

R = 77.17%
G = 12.5%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#8E1713 (or 0x8E1713) is known color: Falu Red. HEX triplet: 8E, 17 and 13. RGB value is (142,23,19). Sum of RGB (Red+Green+Blue) = 142+23+19=184 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.17% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1713 is #71E8EC. Grayscale: #3A3A3A. Windows color (decimal): -7465197 or 1251214. OLE color: 1251214.

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

Color convert

RGB 142 23 19 -
CMYK 0 0.84 0.87 0.44
HSL 1.95º 0.76% 0.32% -
HSV(B) 1.95º 0.87% 0.56% -
XYZ 11.58 6.41 1.24 -
YUV 58.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 142 23 19 0 0.84 0.87 0.44 1.95 0.76 0.32
Hex 8E 17 13 0 54 57 2C 2 4C 20
Octal 216 27 23 0 124 127 54 2 114 40
Binary 10001110 10111 10011 0 1010100 1010111 101100 10 1001100 100000

Color Harmonies of #8E1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1713

Black with #8E1713

Text Example


Text Example

White with #8E1713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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