Html Css Color HEX #701D01 Falu Red

📋 copy color: '#701D01'

red 112 ◦ green 29 ◦ blue 1

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

Shades of Falu Red #701D01

Tints of Falu Red #701D01

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.42%

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

R = 78.87%
G = 20.42%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#701D01 (or 0x701D01) is known color: Falu Red. HEX triplet: 70, 1D and 01. RGB value is (112,29,1). Sum of RGB (Red+Green+Blue) = 112+29+1=142 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.87% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 112 - color contains mainly: red. Hex color #701D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701D01 is #8FE2FE. Grayscale: #323232. Windows color (decimal): -9429759 or 73072. OLE color: 73072.

HSL color Cylindrical-coordinate representation of color #701D01: hue angle of 15.14º 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 #701D01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 29 1 -
CMYK 0 0.74 0.99 0.56
HSL 15.14º 0.98% 0.22% -
HSV(B) 15.14º 0.99% 0.44% -
XYZ 7.13 4.33 0.49 -
YUV 50.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 112 29 1 0 0.74 0.99 0.56 15.14 0.98 0.22
Hex 70 1D 1 0 4A 63 38 F 62 16
Octal 160 35 1 0 112 143 70 17 142 26
Binary 1110000 11101 1 0 1001010 1100011 111000 1111 1100010 10110

Color Harmonies of #701D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D01

Black with #701D01

Text Example


Text Example

White with #701D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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