Html Css Color HEX #8E1D07 Falu Red

📋 copy color: '#8E1D07'

red 142 ◦ green 29 ◦ blue 7

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

Shades of Falu Red #8E1D07

Tints of Falu Red #8E1D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.93%

R = 79.78%
G = 16.29%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.44

RGB Variations

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

Color information

#8E1D07 (or 0x8E1D07) is known color: Falu Red. HEX triplet: 8E, 1D and 07. RGB value is (142,29,7). Sum of RGB (Red+Green+Blue) = 142+29+7=178 (23% of max value = 765). Red value is 142 (55.86% from 255 or 79.78% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1D07 is #71E2F8. Grayscale: #3C3C3C. Windows color (decimal): -7463673 or 466318. OLE color: 466318.

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

Color convert

RGB 142 29 7 -
CMYK 0 0.80 0.95 0.44
HSL 9.78º 0.91% 0.29% -
HSV(B) 9.78º 0.95% 0.56% -
XYZ 11.63 6.64 0.87 -
YUV 60.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 142 29 7 0 0.80 0.95 0.44 9.78 0.91 0.29
Hex 8E 1D 7 0 50 5F 2C A 5B 1D
Octal 216 35 7 0 120 137 54 12 133 35
Binary 10001110 11101 111 0 1010000 1011111 101100 1010 1011011 11101

Color Harmonies of #8E1D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1D07

Black with #8E1D07

Text Example


Text Example

White with #8E1D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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