Html Css Color HEX #701C0E Falu Red

📋 copy color: '#701C0E'

red 112 ◦ green 28 ◦ blue 14

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

Shades of Falu Red #701C0E

Tints of Falu Red #701C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.09%

R = 72.73%
G = 18.18%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#701C0E (or 0x701C0E) is known color: Falu Red. HEX triplet: 70, 1C and 0E. RGB value is (112,28,14). Sum of RGB (Red+Green+Blue) = 112+28+14=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #701C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701C0E is #8FE3F1. Grayscale: #333333. Windows color (decimal): -9430002 or 924784. OLE color: 924784.

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

Color convert

RGB 112 28 14 -
CMYK 0 0.75 0.88 0.56
HSL 8.57º 0.78% 0.25% -
HSV(B) 8.57º 0.88% 0.44% -
XYZ 7.18 4.31 0.87 -
YUV 51.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 112 28 14 0 0.75 0.88 0.56 8.57 0.78 0.25
Hex 70 1C E 0 4B 58 38 9 4E 19
Octal 160 34 16 0 113 130 70 11 116 31
Binary 1110000 11100 1110 0 1001011 1011000 111000 1001 1001110 11001

Color Harmonies of #701C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C0E

Black with #701C0E

Text Example


Text Example

White with #701C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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