Html Css Color HEX #8E1B05 Falu Red

📋 copy color: '#8E1B05'

red 142 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #8E1B05

Tints of Falu Red #8E1B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.52%

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

R = 81.61%
G = 15.52%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#8E1B05 (or 0x8E1B05) is known color: Falu Red. HEX triplet: 8E, 1B and 05. RGB value is (142,27,5). Sum of RGB (Red+Green+Blue) = 142+27+5=174 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.61% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1B05 is #71E4FA. Grayscale: #3B3B3B. Windows color (decimal): -7464187 or 334734. OLE color: 334734.

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

Color convert

RGB 142 27 5 -
CMYK 0 0.81 0.96 0.44
HSL 9.64º 0.93% 0.29% -
HSV(B) 9.64º 0.96% 0.56% -
XYZ 11.57 6.55 0.8 -
YUV 58.88 97.6 187.29 -
System Red Green Blue C M Y K H S L
Decimal 142 27 5 0 0.81 0.96 0.44 9.64 0.93 0.29
Hex 8E 1B 5 0 51 60 2C A 5D 1D
Octal 216 33 5 0 121 140 54 12 135 35
Binary 10001110 11011 101 0 1010001 1100000 101100 1010 1011101 11101

Color Harmonies of #8E1B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B05

Black with #8E1B05

Text Example


Text Example

White with #8E1B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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