Html Css Color HEX #701411 Falu Red

📋 copy color: '#701411'

red 112 ◦ green 20 ◦ blue 17

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

Shades of Falu Red #701411

Tints of Falu Red #701411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.42%

 BLUE value IS 17 (7.03% from 255) = 11.41%

R = 75.17%
G = 13.42%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#701411 (or 0x701411) is known color: Falu Red. HEX triplet: 70, 14 and 11. RGB value is (112,20,17). Sum of RGB (Red+Green+Blue) = 112+20+17=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #701411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701411 is #8FEBEE. Grayscale: #2F2F2F. Windows color (decimal): -9432047 or 1119344. OLE color: 1119344.

HSL color Cylindrical-coordinate representation of color #701411: hue angle of 1.89º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701411 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 20 17 -
CMYK 0 0.82 0.85 0.56
HSL 1.89º 0.74% 0.25% -
HSV(B) 1.89º 0.85% 0.44% -
XYZ 7.03 3.99 0.93 -
YUV 47.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 112 20 17 0 0.82 0.85 0.56 1.89 0.74 0.25
Hex 70 14 11 0 52 55 38 2 4A 19
Octal 160 24 21 0 122 125 70 2 112 31
Binary 1110000 10100 10001 0 1010010 1010101 111000 10 1001010 11001

Color Harmonies of #701411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701411

Black with #701411

Text Example


Text Example

White with #701411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701411; }

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

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

background-color css

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

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

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

border-color css

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

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

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