Html Css Color HEX #701F1F Falu Red

📋 copy color: '#701F1F'

red 112 ◦ green 31 ◦ blue 31

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

Shades of Falu Red #701F1F

Tints of Falu Red #701F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.82%

R = 64.37%
G = 17.82%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#701F1F (or 0x701F1F) is known color: Falu Red. HEX triplet: 70, 1F and 1F. RGB value is (112,31,31). Sum of RGB (Red+Green+Blue) = 112+31+31=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #701F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F1F is #8FE0E0. Grayscale: #373737. Windows color (decimal): -9429217 or 2039664. OLE color: 2039664.

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

Color convert

RGB 112 31 31 -
CMYK 0 0.72 0.72 0.56
HSL 0.57% 0.28% -
HSV(B) 0.72% 0.44% -
XYZ 7.42 4.52 1.78 -
YUV 55.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 112 31 31 0 0.72 0.72 0.56 0 0.57 0.28
Hex 70 1F 1F 0 48 48 38 0 39 1C
Octal 160 37 37 0 110 110 70 0 71 34
Binary 1110000 11111 11111 0 1001000 1001000 111000 0 111001 11100

Color Harmonies of #701F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F1F

Black with #701F1F

Text Example


Text Example

White with #701F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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