Html Css Color HEX #701E01 Falu Red

📋 copy color: '#701E01'

red 112 ◦ green 30 ◦ blue 1

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

Shades of Falu Red #701E01

Tints of Falu Red #701E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.98%

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

R = 78.32%
G = 20.98%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#701E01 (or 0x701E01) is known color: Falu Red. HEX triplet: 70, 1E and 01. RGB value is (112,30,1). Sum of RGB (Red+Green+Blue) = 112+30+1=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #701E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E01 is #8FE1FE. Grayscale: #333333. Windows color (decimal): -9429503 or 73328. OLE color: 73328.

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

Color convert

RGB 112 30 1 -
CMYK 0 0.73 0.99 0.56
HSL 15.68º 0.98% 0.22% -
HSV(B) 15.68º 0.99% 0.44% -
XYZ 7.15 4.38 0.5 -
YUV 51.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 112 30 1 0 0.73 0.99 0.56 15.68 0.98 0.22
Hex 70 1E 1 0 49 63 38 10 62 16
Octal 160 36 1 0 111 143 70 20 142 26
Binary 1110000 11110 1 0 1001001 1100011 111000 10000 1100010 10110

Color Harmonies of #701E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E01

Black with #701E01

Text Example


Text Example

White with #701E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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