Html Css Color HEX #70110F Falu Red

📋 copy color: '#70110F'

red 112 ◦ green 17 ◦ blue 15

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

Shades of Falu Red #70110F

Tints of Falu Red #70110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.81%

 BLUE value IS 15 (6.25% from 255) = 10.42%

R = 77.78%
G = 11.81%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70110F (or 0x70110F) is known color: Falu Red. HEX triplet: 70, 11 and 0F. RGB value is (112,17,15). Sum of RGB (Red+Green+Blue) = 112+17+15=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #70110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70110F is #8FEEF0. Grayscale: #2D2D2D. Windows color (decimal): -9432817 or 987504. OLE color: 987504.

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

Color convert

RGB 112 17 15 -
CMYK 0 0.85 0.87 0.56
HSL 1.24º 0.76% 0.25% -
HSV(B) 1.24º 0.87% 0.44% -
XYZ 6.97 3.88 0.83 -
YUV 45.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 112 17 15 0 0.85 0.87 0.56 1.24 0.76 0.25
Hex 70 11 F 0 55 57 38 1 4C 19
Octal 160 21 17 0 125 127 70 1 114 31
Binary 1110000 10001 1111 0 1010101 1010111 111000 1 1001100 11001

Color Harmonies of #70110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70110F

Black with #70110F

Text Example


Text Example

White with #70110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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