Html Css Color HEX #701E1E Falu Red

📋 copy color: '#701E1E'

red 112 ◦ green 30 ◦ blue 30

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

Shades of Falu Red #701E1E

Tints of Falu Red #701E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 65.12%
G = 17.44%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#701E1E (or 0x701E1E) is known color: Falu Red. HEX triplet: 70, 1E and 1E. RGB value is (112,30,30). Sum of RGB (Red+Green+Blue) = 112+30+30=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #701E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E1E is #8FE1E1. Grayscale: #363636. Windows color (decimal): -9429474 or 1973872. OLE color: 1973872.

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

Color convert

RGB 112 30 30 -
CMYK 0 0.73 0.73 0.56
HSL 0.58% 0.28% -
HSV(B) 0.73% 0.44% -
XYZ 7.38 4.47 1.7 -
YUV 54.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 112 30 30 0 0.73 0.73 0.56 0 0.58 0.28
Hex 70 1E 1E 0 49 49 38 0 3A 1C
Octal 160 36 36 0 111 111 70 0 72 34
Binary 1110000 11110 11110 0 1001001 1001001 111000 0 111010 11100

Color Harmonies of #701E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E1E

Black with #701E1E

Text Example


Text Example

White with #701E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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