Html Css Color HEX #8E1D04 Falu Red

📋 copy color: '#8E1D04'

red 142 ◦ green 29 ◦ blue 4

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

Shades of Falu Red #8E1D04

Tints of Falu Red #8E1D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.57%

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

R = 81.14%
G = 16.57%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8E1D04 (or 0x8E1D04) is known color: Falu Red. HEX triplet: 8E, 1D and 04. RGB value is (142,29,4). Sum of RGB (Red+Green+Blue) = 142+29+4=175 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.14% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1D04 is #71E2FB. Grayscale: #3C3C3C. Windows color (decimal): -7463676 or 269710. OLE color: 269710.

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

Color convert

RGB 142 29 4 -
CMYK 0 0.80 0.97 0.44
HSL 10.87º 0.95% 0.29% -
HSV(B) 10.87º 0.97% 0.56% -
XYZ 11.62 6.64 0.78 -
YUV 59.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 142 29 4 0 0.80 0.97 0.44 10.87 0.95 0.29
Hex 8E 1D 4 0 50 61 2C B 5F 1D
Octal 216 35 4 0 120 141 54 13 137 35
Binary 10001110 11101 100 0 1010000 1100001 101100 1011 1011111 11101

Color Harmonies of #8E1D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1D04

Black with #8E1D04

Text Example


Text Example

White with #8E1D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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