Html Css Color HEX #8D1F01 Falu Red

📋 copy color: '#8D1F01'

red 141 ◦ green 31 ◦ blue 1

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

Shades of Falu Red #8D1F01

Tints of Falu Red #8D1F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.92%

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

R = 81.5%
G = 17.92%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8D1F01 (or 0x8D1F01) is known color: Falu Red. HEX triplet: 8D, 1F and 01. RGB value is (141,31,1). Sum of RGB (Red+Green+Blue) = 141+31+1=173 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.50% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1F01 is #72E0FE. Grayscale: #3C3C3C. Windows color (decimal): -7528703 or 73613. OLE color: 73613.

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

Color convert

RGB 141 31 1 -
CMYK 0 0.78 0.99 0.45
HSL 12.86º 0.99% 0.28% -
HSV(B) 12.86º 0.99% 0.55% -
XYZ 11.48 6.64 0.71 -
YUV 60.47 94.44 185.44 -
System Red Green Blue C M Y K H S L
Decimal 141 31 1 0 0.78 0.99 0.45 12.86 0.99 0.28
Hex 8D 1F 1 0 4E 63 2D D 63 1C
Octal 215 37 1 0 116 143 55 15 143 34
Binary 10001101 11111 1 0 1001110 1100011 101101 1101 1100011 11100

Color Harmonies of #8D1F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1F01

Black with #8D1F01

Text Example


Text Example

White with #8D1F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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