Html Css Color HEX #8C1811 Falu Red

📋 copy color: '#8C1811'

red 140 ◦ green 24 ◦ blue 17

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

Shades of Falu Red #8C1811

Tints of Falu Red #8C1811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

 BLUE value IS 17 (7.03% from 255) = 9.39%

R = 77.35%
G = 13.26%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8C1811 (or 0x8C1811) is known color: Falu Red. HEX triplet: 8C, 18 and 11. RGB value is (140,24,17). Sum of RGB (Red+Green+Blue) = 140+24+17=181 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.35% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1811 is #73E7EE. Grayscale: #3A3A3A. Windows color (decimal): -7596015 or 1120396. OLE color: 1120396.

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

Color convert

RGB 140 24 17 -
CMYK 0 0.83 0.88 0.45
HSL 3.41º 0.78% 0.31% -
HSV(B) 3.41º 0.88% 0.55% -
XYZ 11.24 6.27 1.15 -
YUV 57.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 140 24 17 0 0.83 0.88 0.45 3.41 0.78 0.31
Hex 8C 18 11 0 53 58 2D 3 4E 1F
Octal 214 30 21 0 123 130 55 3 116 37
Binary 10001100 11000 10001 0 1010011 1011000 101101 11 1001110 11111

Color Harmonies of #8C1811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1811

Black with #8C1811

Text Example


Text Example

White with #8C1811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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