Html Css Color HEX #801C02 Falu Red

📋 copy color: '#801C02'

red 128 ◦ green 28 ◦ blue 2

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

Shades of Falu Red #801C02

Tints of Falu Red #801C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 81.01%
G = 17.72%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#801C02 (or 0x801C02) is known color: Falu Red. HEX triplet: 80, 1C and 02. RGB value is (128,28,2). Sum of RGB (Red+Green+Blue) = 128+28+2=158 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.01% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 128 - color contains mainly: red. Hex color #801C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801C02 is #7FE3FD. Grayscale: #373737. Windows color (decimal): -8381438 or 138368. OLE color: 138368.

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

Color convert

RGB 128 28 2 -
CMYK 0 0.78 0.98 0.50
HSL 12.38º 0.97% 0.25% -
HSV(B) 12.38º 0.98% 0.5% -
XYZ 9.33 5.42 0.61 -
YUV 54.94 98.13 180.11 -
System Red Green Blue C M Y K H S L
Decimal 128 28 2 0 0.78 0.98 0.50 12.38 0.97 0.25
Hex 80 1C 2 0 4E 62 32 C 61 19
Octal 200 34 2 0 116 142 62 14 141 31
Binary 10000000 11100 10 0 1001110 1100010 110010 1100 1100001 11001

Color Harmonies of #801C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C02

Black with #801C02

Text Example


Text Example

White with #801C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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