Html Css Color HEX #8D1A14 Falu Red

📋 copy color: '#8D1A14'

red 141 ◦ green 26 ◦ blue 20

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

Shades of Falu Red #8D1A14

Tints of Falu Red #8D1A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.9%

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

R = 75.4%
G = 13.9%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8D1A14 (or 0x8D1A14) is known color: Falu Red. HEX triplet: 8D, 1A and 14. RGB value is (141,26,20). Sum of RGB (Red+Green+Blue) = 141+26+20=187 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.40% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1A14 is #72E5EB. Grayscale: #3B3B3B. Windows color (decimal): -7529964 or 1317517. OLE color: 1317517.

HSL color Cylindrical-coordinate representation of color #8D1A14: hue angle of 2.98º 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 #8D1A14 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 26 20 -
CMYK 0 0.82 0.86 0.45
HSL 2.98º 0.75% 0.32% -
HSV(B) 2.98º 0.86% 0.55% -
XYZ 11.48 6.45 1.3 -
YUV 59.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 141 26 20 0 0.82 0.86 0.45 2.98 0.75 0.32
Hex 8D 1A 14 0 52 56 2D 3 4B 20
Octal 215 32 24 0 122 126 55 3 113 40
Binary 10001101 11010 10100 0 1010010 1010110 101101 11 1001011 100000

Color Harmonies of #8D1A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1A14

Black with #8D1A14

Text Example


Text Example

White with #8D1A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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