Html Css Color HEX #8E1D0E Falu Red

📋 copy color: '#8E1D0E'

red 142 ◦ green 29 ◦ blue 14

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

Shades of Falu Red #8E1D0E

Tints of Falu Red #8E1D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.57%

R = 76.76%
G = 15.68%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8E1D0E (or 0x8E1D0E) is known color: Falu Red. HEX triplet: 8E, 1D and 0E. RGB value is (142,29,14). Sum of RGB (Red+Green+Blue) = 142+29+14=185 (24% of max value = 765). Red value is 142 (55.86% from 255 or 76.76% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1D0E is #71E2F1. Grayscale: #3D3D3D. Windows color (decimal): -7463666 or 925070. OLE color: 925070.

HSL color Cylindrical-coordinate representation of color #8E1D0E: hue angle of 7.03º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E1D0E is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 29 14 -
CMYK 0 0.80 0.90 0.44
HSL 7.03º 0.82% 0.31% -
HSV(B) 7.03º 0.9% 0.56% -
XYZ 11.67 6.66 1.09 -
YUV 61.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 142 29 14 0 0.80 0.90 0.44 7.03 0.82 0.31
Hex 8E 1D E 0 50 5A 2C 7 52 1F
Octal 216 35 16 0 120 132 54 7 122 37
Binary 10001110 11101 1110 0 1010000 1011010 101100 111 1010010 11111

Color Harmonies of #8E1D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1D0E

Black with #8E1D0E

Text Example


Text Example

White with #8E1D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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