Html Css Color HEX #701A15 Falu Red

📋 copy color: '#701A15'

red 112 ◦ green 26 ◦ blue 21

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

Shades of Falu Red #701A15

Tints of Falu Red #701A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

 BLUE value IS 21 (8.59% from 255) = 13.21%

R = 70.44%
G = 16.35%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#701A15 (or 0x701A15) is known color: Falu Red. HEX triplet: 70, 1A and 15. RGB value is (112,26,21). Sum of RGB (Red+Green+Blue) = 112+26+21=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #701A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A15 is #8FE5EA. Grayscale: #333333. Windows color (decimal): -9430507 or 1383024. OLE color: 1383024.

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

Color convert

RGB 112 26 21 -
CMYK 0 0.77 0.81 0.56
HSL 3.3º 0.68% 0.26% -
HSV(B) 3.3º 0.81% 0.44% -
XYZ 7.19 4.24 1.15 -
YUV 51.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 112 26 21 0 0.77 0.81 0.56 3.3 0.68 0.26
Hex 70 1A 15 0 4D 51 38 3 44 1A
Octal 160 32 25 0 115 121 70 3 104 32
Binary 1110000 11010 10101 0 1001101 1010001 111000 11 1000100 11010

Color Harmonies of #701A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A15

Black with #701A15

Text Example


Text Example

White with #701A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,26,21); }

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

background-color css

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

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

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

border-color css

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

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

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