Html Css Color HEX #701F01 Falu Red

📋 copy color: '#701F01'

red 112 ◦ green 31 ◦ blue 1

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

Shades of Falu Red #701F01

Tints of Falu Red #701F01

RGB

 RED value IS 112 (44.14% from 255) = 77.78%

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

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

R = 77.78%
G = 21.53%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#701F01 (or 0x701F01) is known color: Falu Red. HEX triplet: 70, 1F and 01. RGB value is (112,31,1). Sum of RGB (Red+Green+Blue) = 112+31+1=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #701F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F01 is #8FE0FE. Grayscale: #343434. Windows color (decimal): -9429247 or 73584. OLE color: 73584.

HSL color Cylindrical-coordinate representation of color #701F01: hue angle of 16.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #701F01 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 31 1 -
CMYK 0 0.72 0.99 0.56
HSL 16.22º 0.98% 0.22% -
HSV(B) 16.22º 0.99% 0.44% -
XYZ 7.18 4.43 0.5 -
YUV 51.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 112 31 1 0 0.72 0.99 0.56 16.22 0.98 0.22
Hex 70 1F 1 0 48 63 38 10 62 16
Octal 160 37 1 0 110 143 70 20 142 26
Binary 1110000 11111 1 0 1001000 1100011 111000 10000 1100010 10110

Color Harmonies of #701F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F01

Black with #701F01

Text Example


Text Example

White with #701F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701F01; }

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

 H1.HeaderClassName
 {
   color: #701F01;
 }
 .AnyTagClassName
 {
   color: #701F01;
 }
</style>

background-color css

<style>
 a { background-color: #701F01; }

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

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

border-color css

<style>
 span { border-color: #701F01; }

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

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