Html Css Color HEX #8D1918 Falu Red

📋 copy color: '#8D1918'

red 141 ◦ green 25 ◦ blue 24

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

Shades of Falu Red #8D1918

Tints of Falu Red #8D1918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

 BLUE value IS 24 (9.77% from 255) = 12.63%

R = 74.21%
G = 13.16%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8D1918 (or 0x8D1918) is known color: Falu Red. HEX triplet: 8D, 19 and 18. RGB value is (141,25,24). Sum of RGB (Red+Green+Blue) = 141+25+24=190 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.21% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1918 is #72E6E7. Grayscale: #3B3B3B. Windows color (decimal): -7530216 or 1579405. OLE color: 1579405.

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

Color convert

RGB 141 25 24 -
CMYK 0 0.82 0.83 0.45
HSL 0.51º 0.71% 0.32% -
HSV(B) 0.51º 0.83% 0.55% -
XYZ 11.5 6.42 1.5 -
YUV 59.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 141 25 24 0 0.82 0.83 0.45 0.51 0.71 0.32
Hex 8D 19 18 0 52 53 2D 1 47 20
Octal 215 31 30 0 122 123 55 1 107 40
Binary 10001101 11001 11000 0 1010010 1010011 101101 1 1000111 100000

Color Harmonies of #8D1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1918

Black with #8D1918

Text Example


Text Example

White with #8D1918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,25,24); }

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

background-color css

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

 a { background-color: rgb(141,25,24); }

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

border-color css

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

 span { border-color: rgb(141,25,24); }

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