Html Css Color HEX #8E2404 Falu Red

📋 copy color: '#8E2404'

red 142 ◦ green 36 ◦ blue 4

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

Shades of Falu Red #8E2404

Tints of Falu Red #8E2404

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.78%

 BLUE value IS 4 (1.95% from 255) = 2.2%

R = 78.02%
G = 19.78%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8E2404 (or 0x8E2404) is known color: Falu Red. HEX triplet: 8E, 24 and 04. RGB value is (142,36,4). Sum of RGB (Red+Green+Blue) = 142+36+4=182 (24% of max value = 765). Red value is 142 (55.86% from 255 or 78.02% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2404 is #71DBFB. Grayscale: #404040. Windows color (decimal): -7461884 or 271502. OLE color: 271502.

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

Color convert

RGB 142 36 4 -
CMYK 0 0.75 0.97 0.44
HSL 13.91º 0.95% 0.29% -
HSV(B) 13.91º 0.97% 0.56% -
XYZ 11.81 7.02 0.85 -
YUV 64.05 94.12 183.6 -
System Red Green Blue C M Y K H S L
Decimal 142 36 4 0 0.75 0.97 0.44 13.91 0.95 0.29
Hex 8E 24 4 0 4B 61 2C E 5F 1D
Octal 216 44 4 0 113 141 54 16 137 35
Binary 10001110 100100 100 0 1001011 1100001 101100 1110 1011111 11101

Color Harmonies of #8E2404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2404

Black with #8E2404

Text Example


Text Example

White with #8E2404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,36,4); }

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

background-color css

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

 a { background-color: rgb(142,36,4); }

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

border-color css

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

 span { border-color: rgb(142,36,4); }

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