Html Css Color HEX #701C14 Falu Red

📋 copy color: '#701C14'

red 112 ◦ green 28 ◦ blue 20

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

Shades of Falu Red #701C14

Tints of Falu Red #701C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.5%

 BLUE value IS 20 (8.2% from 255) = 12.5%

R = 70%
G = 17.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#701C14 (or 0x701C14) is known color: Falu Red. HEX triplet: 70, 1C and 14. RGB value is (112,28,20). Sum of RGB (Red+Green+Blue) = 112+28+20=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #701C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701C14 is #8FE3EB. Grayscale: #343434. Windows color (decimal): -9429996 or 1318000. OLE color: 1318000.

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

Color convert

RGB 112 28 20 -
CMYK 0 0.75 0.82 0.56
HSL 5.22º 0.7% 0.26% -
HSV(B) 5.22º 0.82% 0.44% -
XYZ 7.22 4.33 1.12 -
YUV 52.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 112 28 20 0 0.75 0.82 0.56 5.22 0.7 0.26
Hex 70 1C 14 0 4B 52 38 5 46 1A
Octal 160 34 24 0 113 122 70 5 106 32
Binary 1110000 11100 10100 0 1001011 1010010 111000 101 1000110 11010

Color Harmonies of #701C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C14

Black with #701C14

Text Example


Text Example

White with #701C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,28,20); }

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

background-color css

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

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

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

border-color css

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

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

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