Html Css Color HEX #70200E Falu Red

📋 copy color: '#70200E'

red 112 ◦ green 32 ◦ blue 14

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

Shades of Falu Red #70200E

Tints of Falu Red #70200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.25%

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

R = 70.89%
G = 20.25%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70200E (or 0x70200E) is known color: Falu Red. HEX triplet: 70, 20 and 0E. RGB value is (112,32,14). Sum of RGB (Red+Green+Blue) = 112+32+14=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #70200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70200E is #8FDFF1. Grayscale: #363636. Windows color (decimal): -9428978 or 925808. OLE color: 925808.

HSL color Cylindrical-coordinate representation of color #70200E: hue angle of 11.02º 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 #70200E is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 14 -
CMYK 0 0.71 0.88 0.56
HSL 11.02º 0.78% 0.25% -
HSV(B) 11.02º 0.88% 0.44% -
XYZ 7.28 4.51 0.9 -
YUV 53.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 112 32 14 0 0.71 0.88 0.56 11.02 0.78 0.25
Hex 70 20 E 0 47 58 38 B 4E 19
Octal 160 40 16 0 107 130 70 13 116 31
Binary 1110000 100000 1110 0 1000111 1011000 111000 1011 1001110 11001

Color Harmonies of #70200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70200E

Black with #70200E

Text Example


Text Example

White with #70200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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