Html Css Color HEX #8E1D05 Falu Red

📋 copy color: '#8E1D05'

red 142 ◦ green 29 ◦ blue 5

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

Shades of Falu Red #8E1D05

Tints of Falu Red #8E1D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.84%

R = 80.68%
G = 16.48%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#8E1D05 (or 0x8E1D05) is known color: Falu Red. HEX triplet: 8E, 1D and 05. RGB value is (142,29,5). Sum of RGB (Red+Green+Blue) = 142+29+5=176 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.68% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1D05 is #71E2FA. Grayscale: #3C3C3C. Windows color (decimal): -7463675 or 335246. OLE color: 335246.

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

Color convert

RGB 142 29 5 -
CMYK 0 0.80 0.96 0.44
HSL 10.51º 0.93% 0.29% -
HSV(B) 10.51º 0.96% 0.56% -
XYZ 11.62 6.64 0.81 -
YUV 60.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 142 29 5 0 0.80 0.96 0.44 10.51 0.93 0.29
Hex 8E 1D 5 0 50 60 2C B 5D 1D
Octal 216 35 5 0 120 140 54 13 135 35
Binary 10001110 11101 101 0 1010000 1100000 101100 1011 1011101 11101

Color Harmonies of #8E1D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1D05

Black with #8E1D05

Text Example


Text Example

White with #8E1D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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