Html Css Color HEX #8D2201 Falu Red

📋 copy color: '#8D2201'

red 141 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #8D2201

Tints of Falu Red #8D2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.32%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 80.11%
G = 19.32%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8D2201 (or 0x8D2201) is known color: Falu Red. HEX triplet: 8D, 22 and 01. RGB value is (141,34,1). Sum of RGB (Red+Green+Blue) = 141+34+1=176 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.11% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2201 is #72DDFE. Grayscale: #3E3E3E. Windows color (decimal): -7527935 or 74381. OLE color: 74381.

HSL color Cylindrical-coordinate representation of color #8D2201: hue angle of 14.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D2201 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 34 1 -
CMYK 0 0.76 0.99 0.45
HSL 14.14º 0.99% 0.28% -
HSV(B) 14.14º 0.99% 0.55% -
XYZ 11.56 6.81 0.73 -
YUV 62.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 141 34 1 0 0.76 0.99 0.45 14.14 0.99 0.28
Hex 8D 22 1 0 4C 63 2D E 63 1C
Octal 215 42 1 0 114 143 55 16 143 34
Binary 10001101 100010 1 0 1001100 1100011 101101 1110 1100011 11100

Color Harmonies of #8D2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2201

Black with #8D2201

Text Example


Text Example

White with #8D2201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,34,1); }

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

background-color css

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

 a { background-color: rgb(141,34,1); }

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

border-color css

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

 span { border-color: rgb(141,34,1); }

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