Html Css Color HEX #701E18 Falu Red

📋 copy color: '#701E18'

red 112 ◦ green 30 ◦ blue 24

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

Shades of Falu Red #701E18

Tints of Falu Red #701E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.07%

 BLUE value IS 24 (9.77% from 255) = 14.46%

R = 67.47%
G = 18.07%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#701E18 (or 0x701E18) is known color: Falu Red. HEX triplet: 70, 1E and 18. RGB value is (112,30,24). Sum of RGB (Red+Green+Blue) = 112+30+24=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #701E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E18 is #8FE1E7. Grayscale: #353535. Windows color (decimal): -9429480 or 1580656. OLE color: 1580656.

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

Color convert

RGB 112 30 24 -
CMYK 0 0.73 0.79 0.56
HSL 4.09º 0.65% 0.27% -
HSV(B) 4.09º 0.79% 0.44% -
XYZ 7.31 4.44 1.34 -
YUV 53.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 112 30 24 0 0.73 0.79 0.56 4.09 0.65 0.27
Hex 70 1E 18 0 49 4F 38 4 41 1B
Octal 160 36 30 0 111 117 70 4 101 33
Binary 1110000 11110 11000 0 1001001 1001111 111000 100 1000001 11011

Color Harmonies of #701E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E18

Black with #701E18

Text Example


Text Example

White with #701E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,30,24); }

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

background-color css

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

 a { background-color: rgb(112,30,24); }

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

border-color css

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

 span { border-color: rgb(112,30,24); }

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