Html Css Color HEX #70110E Falu Red

📋 copy color: '#70110E'

red 112 ◦ green 17 ◦ blue 14

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

Shades of Falu Red #70110E

Tints of Falu Red #70110E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.79%

R = 78.32%
G = 11.89%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70110E (or 0x70110E) is known color: Falu Red. HEX triplet: 70, 11 and 0E. RGB value is (112,17,14). Sum of RGB (Red+Green+Blue) = 112+17+14=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #70110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70110E is #8FEEF1. Grayscale: #2D2D2D. Windows color (decimal): -9432818 or 921968. OLE color: 921968.

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

Color convert

RGB 112 17 14 -
CMYK 0 0.85 0.88 0.56
HSL 1.84º 0.78% 0.25% -
HSV(B) 1.84º 0.88% 0.44% -
XYZ 6.96 3.88 0.8 -
YUV 45.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 112 17 14 0 0.85 0.88 0.56 1.84 0.78 0.25
Hex 70 11 E 0 55 58 38 2 4E 19
Octal 160 21 16 0 125 130 70 2 116 31
Binary 1110000 10001 1110 0 1010101 1011000 111000 10 1001110 11001

Color Harmonies of #70110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70110E

Black with #70110E

Text Example


Text Example

White with #70110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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