Html Css Color HEX #8E1908 Falu Red

📋 copy color: '#8E1908'

red 142 ◦ green 25 ◦ blue 8

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

Shades of Falu Red #8E1908

Tints of Falu Red #8E1908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.29%

 BLUE value IS 8 (3.52% from 255) = 4.57%

R = 81.14%
G = 14.29%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8E1908 (or 0x8E1908) is known color: Falu Red. HEX triplet: 8E, 19 and 08. RGB value is (142,25,8). Sum of RGB (Red+Green+Blue) = 142+25+8=175 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.14% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1908 is #71E6F7. Grayscale: #3A3A3A. Windows color (decimal): -7464696 or 530830. OLE color: 530830.

HSL color Cylindrical-coordinate representation of color #8E1908: hue angle of 7.61º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E1908 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 25 8 -
CMYK 0 0.82 0.94 0.44
HSL 7.61º 0.89% 0.29% -
HSV(B) 7.61º 0.94% 0.56% -
XYZ 11.55 6.46 0.87 -
YUV 58.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 142 25 8 0 0.82 0.94 0.44 7.61 0.89 0.29
Hex 8E 19 8 0 52 5E 2C 8 59 1D
Octal 216 31 10 0 122 136 54 10 131 35
Binary 10001110 11001 1000 0 1010010 1011110 101100 1000 1011001 11101

Color Harmonies of #8E1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1908

Black with #8E1908

Text Example


Text Example

White with #8E1908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,25,8); }

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

background-color css

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

 a { background-color: rgb(142,25,8); }

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

border-color css

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

 span { border-color: rgb(142,25,8); }

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