Html Css Color HEX #8D1714 Falu Red

📋 copy color: '#8D1714'

red 141 ◦ green 23 ◦ blue 20

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

Shades of Falu Red #8D1714

Tints of Falu Red #8D1714

RGB

 RED value IS 141 (55.47% from 255) = 76.63%

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

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 76.63%
G = 12.5%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8D1714 (or 0x8D1714) is known color: Falu Red. HEX triplet: 8D, 17 and 14. RGB value is (141,23,20). Sum of RGB (Red+Green+Blue) = 141+23+20=184 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.63% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1714 is #72E8EB. Grayscale: #3A3A3A. Windows color (decimal): -7530732 or 1316749. OLE color: 1316749.

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

Color convert

RGB 141 23 20 -
CMYK 0 0.84 0.86 0.45
HSL 1.49º 0.75% 0.32% -
HSV(B) 1.49º 0.86% 0.55% -
XYZ 11.42 6.33 1.28 -
YUV 57.94 106.59 187.24 -
System Red Green Blue C M Y K H S L
Decimal 141 23 20 0 0.84 0.86 0.45 1.49 0.75 0.32
Hex 8D 17 14 0 54 56 2D 1 4B 20
Octal 215 27 24 0 124 126 55 1 113 40
Binary 10001101 10111 10100 0 1010100 1010110 101101 1 1001011 100000

Color Harmonies of #8D1714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1714

Black with #8D1714

Text Example


Text Example

White with #8D1714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,23,20); }

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

background-color css

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

 a { background-color: rgb(141,23,20); }

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

border-color css

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

 span { border-color: rgb(141,23,20); }

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