Html Css Color HEX #8C140F Falu Red

📋 copy color: '#8C140F'

red 140 ◦ green 20 ◦ blue 15

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

Shades of Falu Red #8C140F

Tints of Falu Red #8C140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 80%
G = 11.43%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C140F (or 0x8C140F) is known color: Falu Red. HEX triplet: 8C, 14 and 0F. RGB value is (140,20,15). Sum of RGB (Red+Green+Blue) = 140+20+15=175 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 140 - color contains mainly: red. Hex color #8C140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C140F is #73EBF0. Grayscale: #373737. Windows color (decimal): -7597041 or 988300. OLE color: 988300.

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

Color convert

RGB 140 20 15 -
CMYK 0 0.86 0.89 0.45
HSL 2.4º 0.81% 0.3% -
HSV(B) 2.4º 0.89% 0.55% -
XYZ 11.15 6.11 1.04 -
YUV 55.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 140 20 15 0 0.86 0.89 0.45 2.4 0.81 0.3
Hex 8C 14 F 0 56 59 2D 2 51 1E
Octal 214 24 17 0 126 131 55 2 121 36
Binary 10001100 10100 1111 0 1010110 1011001 101101 10 1010001 11110

Color Harmonies of #8C140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C140F

Black with #8C140F

Text Example


Text Example

White with #8C140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,20,15); }

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

background-color css

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

 a { background-color: rgb(140,20,15); }

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

border-color css

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

 span { border-color: rgb(140,20,15); }

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