Html Css Color HEX #701C17 Falu Red

📋 copy color: '#701C17'

red 112 ◦ green 28 ◦ blue 23

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

Shades of Falu Red #701C17

Tints of Falu Red #701C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.11%

R = 68.71%
G = 17.18%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#701C17 (or 0x701C17) is known color: Falu Red. HEX triplet: 70, 1C and 17. RGB value is (112,28,23). Sum of RGB (Red+Green+Blue) = 112+28+23=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #701C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701C17 is #8FE3E8. Grayscale: #343434. Windows color (decimal): -9429993 or 1514608. OLE color: 1514608.

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

Color convert

RGB 112 28 23 -
CMYK 0 0.75 0.79 0.56
HSL 3.37º 0.66% 0.26% -
HSV(B) 3.37º 0.79% 0.44% -
XYZ 7.25 4.34 1.27 -
YUV 52.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 112 28 23 0 0.75 0.79 0.56 3.37 0.66 0.26
Hex 70 1C 17 0 4B 4F 38 3 42 1A
Octal 160 34 27 0 113 117 70 3 102 32
Binary 1110000 11100 10111 0 1001011 1001111 111000 11 1000010 11010

Color Harmonies of #701C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C17

Black with #701C17

Text Example


Text Example

White with #701C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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