Html Css Color HEX #701A01 Falu Red

📋 copy color: '#701A01'

red 112 ◦ green 26 ◦ blue 1

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

Shades of Falu Red #701A01

Tints of Falu Red #701A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.71%

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

R = 80.58%
G = 18.71%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#701A01 (or 0x701A01) is known color: Falu Red. HEX triplet: 70, 1A and 01. RGB value is (112,26,1). Sum of RGB (Red+Green+Blue) = 112+26+1=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #701A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A01 is #8FE5FE. Grayscale: #313131. Windows color (decimal): -9430527 or 72304. OLE color: 72304.

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

Color convert

RGB 112 26 1 -
CMYK 0 0.77 0.99 0.56
HSL 13.51º 0.98% 0.22% -
HSV(B) 13.51º 0.99% 0.44% -
XYZ 7.06 4.19 0.46 -
YUV 48.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 112 26 1 0 0.77 0.99 0.56 13.51 0.98 0.22
Hex 70 1A 1 0 4D 63 38 E 62 16
Octal 160 32 1 0 115 143 70 16 142 26
Binary 1110000 11010 1 0 1001101 1100011 111000 1110 1100010 10110

Color Harmonies of #701A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A01

Black with #701A01

Text Example


Text Example

White with #701A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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