Html Css Color HEX #8C1110 Falu Red

📋 copy color: '#8C1110'

red 140 ◦ green 17 ◦ blue 16

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

Shades of Falu Red #8C1110

Tints of Falu Red #8C1110

RGB

 RED value IS 140 (55.08% from 255) = 80.92%

 GREEN value IS 17 (7.03% from 255) = 9.83%

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

R = 80.92%
G = 9.83%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C1110 (or 0x8C1110) is known color: Falu Red. HEX triplet: 8C, 11 and 10. RGB value is (140,17,16). Sum of RGB (Red+Green+Blue) = 140+17+16=173 (22% of max value = 765). Red value is 140 (55.08% from 255 or 80.92% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1110 is #73EEEF. Grayscale: #353535. Windows color (decimal): -7597808 or 1053068. OLE color: 1053068.

HSL color Cylindrical-coordinate representation of color #8C1110: hue angle of 0.48º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1110 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 17 16 -
CMYK 0 0.88 0.89 0.45
HSL 0.48º 0.79% 0.31% -
HSV(B) 0.48º 0.89% 0.55% -
XYZ 11.11 6.01 1.07 -
YUV 53.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 140 17 16 0 0.88 0.89 0.45 0.48 0.79 0.31
Hex 8C 11 10 0 58 59 2D 0 4F 1F
Octal 214 21 20 0 130 131 55 0 117 37
Binary 10001100 10001 10000 0 1011000 1011001 101101 0 1001111 11111

Color Harmonies of #8C1110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1110

Black with #8C1110

Text Example


Text Example

White with #8C1110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,17,16); }

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

background-color css

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

 a { background-color: rgb(140,17,16); }

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

border-color css

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

 span { border-color: rgb(140,17,16); }

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