Html Css Color HEX #801C01 Falu Red

📋 copy color: '#801C01'

red 128 ◦ green 28 ◦ blue 1

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

Shades of Falu Red #801C01

Tints of Falu Red #801C01

RGB

 RED value IS 128 (50.39% from 255) = 81.53%

 GREEN value IS 28 (11.33% from 255) = 17.83%

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

R = 81.53%
G = 17.83%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#801C01 (or 0x801C01) is known color: Falu Red. HEX triplet: 80, 1C and 01. RGB value is (128,28,1). Sum of RGB (Red+Green+Blue) = 128+28+1=157 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.53% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 128 - color contains mainly: red. Hex color #801C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801C01 is #7FE3FE. Grayscale: #373737. Windows color (decimal): -8381439 or 72832. OLE color: 72832.

HSL color Cylindrical-coordinate representation of color #801C01: hue angle of 12.76º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #801C01 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 28 1 -
CMYK 0 0.78 0.99 0.50
HSL 12.76º 0.98% 0.25% -
HSV(B) 12.76º 0.99% 0.5% -
XYZ 9.32 5.42 0.58 -
YUV 54.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 128 28 1 0 0.78 0.99 0.50 12.76 0.98 0.25
Hex 80 1C 1 0 4E 63 32 D 62 19
Octal 200 34 1 0 116 143 62 15 142 31
Binary 10000000 11100 1 0 1001110 1100011 110010 1101 1100010 11001

Color Harmonies of #801C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C01

Black with #801C01

Text Example


Text Example

White with #801C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801C01; }

 p { color: rgb(128,28,1); }

 H1.HeaderClassName
 {
   color: #801C01;
 }
 .AnyTagClassName
 {
   color: #801C01;
 }
</style>

background-color css

<style>
 a { background-color: #801C01; }

 a { background-color: rgb(128,28,1); }

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

border-color css

<style>
 span { border-color: #801C01; }

 span { border-color: rgb(128,28,1); }

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