Html Css Color HEX #701C19 Falu Red

📋 copy color: '#701C19'

red 112 ◦ green 28 ◦ blue 25

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

Shades of Falu Red #701C19

Tints of Falu Red #701C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.15%

R = 67.88%
G = 16.97%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#701C19 (or 0x701C19) is known color: Falu Red. HEX triplet: 70, 1C and 19. RGB value is (112,28,25). Sum of RGB (Red+Green+Blue) = 112+28+25=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #701C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701C19 is #8FE3E6. Grayscale: #343434. Windows color (decimal): -9429991 or 1645680. OLE color: 1645680.

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

Color convert

RGB 112 28 25 -
CMYK 0 0.75 0.78 0.56
HSL 2.07º 0.64% 0.27% -
HSV(B) 2.07º 0.78% 0.44% -
XYZ 7.27 4.35 1.38 -
YUV 52.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 112 28 25 0 0.75 0.78 0.56 2.07 0.64 0.27
Hex 70 1C 19 0 4B 4E 38 2 40 1B
Octal 160 34 31 0 113 116 70 2 100 33
Binary 1110000 11100 11001 0 1001011 1001110 111000 10 1000000 11011

Color Harmonies of #701C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C19

Black with #701C19

Text Example


Text Example

White with #701C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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