Html Css Color HEX #8E2007 Falu Red

📋 copy color: '#8E2007'

red 142 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #8E2007

Tints of Falu Red #8E2007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

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

R = 78.45%
G = 17.68%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.44

RGB Variations

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

Color information

#8E2007 (or 0x8E2007) is known color: Falu Red. HEX triplet: 8E, 20 and 07. RGB value is (142,32,7). Sum of RGB (Red+Green+Blue) = 142+32+7=181 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.45% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2007 is #71DFF8. Grayscale: #3E3E3E. Windows color (decimal): -7462905 or 467086. OLE color: 467086.

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

Color convert

RGB 142 32 7 -
CMYK 0 0.77 0.95 0.44
HSL 11.11º 0.91% 0.29% -
HSV(B) 11.11º 0.95% 0.56% -
XYZ 11.71 6.8 0.9 -
YUV 62.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 142 32 7 0 0.77 0.95 0.44 11.11 0.91 0.29
Hex 8E 20 7 0 4D 5F 2C B 5B 1D
Octal 216 40 7 0 115 137 54 13 133 35
Binary 10001110 100000 111 0 1001101 1011111 101100 1011 1011011 11101

Color Harmonies of #8E2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2007

Black with #8E2007

Text Example


Text Example

White with #8E2007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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