Html Css Color HEX #8F100E Falu Red

📋 copy color: '#8F100E'

red 143 ◦ green 16 ◦ blue 14

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

Shades of Falu Red #8F100E

Tints of Falu Red #8F100E

RGB

 RED value IS 143 (56.25% from 255) = 82.66%

 GREEN value IS 16 (6.64% from 255) = 9.25%

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

R = 82.66%
G = 9.25%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8F100E (or 0x8F100E) is known color: Falu Red. HEX triplet: 8F, 10 and 0E. RGB value is (143,16,14). Sum of RGB (Red+Green+Blue) = 143+16+14=173 (22% of max value = 765). Red value is 143 (56.25% from 255 or 82.66% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 143 - color contains mainly: red. Hex color #8F100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F100E is #70EFF1. Grayscale: #353535. Windows color (decimal): -7401458 or 921743. OLE color: 921743.

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

Color convert

RGB 143 16 14 -
CMYK 0 0.89 0.90 0.44
HSL 0.93º 0.82% 0.31% -
HSV(B) 0.93º 0.9% 0.56% -
XYZ 11.59 6.24 1.01 -
YUV 53.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 143 16 14 0 0.89 0.90 0.44 0.93 0.82 0.31
Hex 8F 10 E 0 59 5A 2C 1 52 1F
Octal 217 20 16 0 131 132 54 1 122 37
Binary 10001111 10000 1110 0 1011001 1011010 101100 1 1010010 11111

Color Harmonies of #8F100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F100E

Black with #8F100E

Text Example


Text Example

White with #8F100E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,16,14); }

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

background-color css

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

 a { background-color: rgb(143,16,14); }

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

border-color css

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

 span { border-color: rgb(143,16,14); }

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