Html Css Color HEX #8E170C Falu Red

📋 copy color: '#8E170C'

red 142 ◦ green 23 ◦ blue 12

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

Shades of Falu Red #8E170C

Tints of Falu Red #8E170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.99%

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 80.23%
G = 12.99%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8E170C (or 0x8E170C) is known color: Falu Red. HEX triplet: 8E, 17 and 0C. RGB value is (142,23,12). Sum of RGB (Red+Green+Blue) = 142+23+12=177 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.23% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 142 - color contains mainly: red. Hex color #8E170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E170C is #71E8F3. Grayscale: #393939. Windows color (decimal): -7465204 or 792462. OLE color: 792462.

HSL color Cylindrical-coordinate representation of color #8E170C: hue angle of 5.08º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E170C is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 23 12 -
CMYK 0 0.84 0.92 0.44
HSL 5.08º 0.84% 0.3% -
HSV(B) 5.08º 0.92% 0.56% -
XYZ 11.53 6.39 0.97 -
YUV 57.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 142 23 12 0 0.84 0.92 0.44 5.08 0.84 0.3
Hex 8E 17 C 0 54 5C 2C 5 54 1E
Octal 216 27 14 0 124 134 54 5 124 36
Binary 10001110 10111 1100 0 1010100 1011100 101100 101 1010100 11110

Color Harmonies of #8E170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E170C

Black with #8E170C

Text Example


Text Example

White with #8E170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,23,12); }

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

background-color css

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

 a { background-color: rgb(142,23,12); }

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

border-color css

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

 span { border-color: rgb(142,23,12); }

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