Html Css Color HEX #70210C Falu Red

📋 copy color: '#70210C'

red 112 ◦ green 33 ◦ blue 12

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

Shades of Falu Red #70210C

Tints of Falu Red #70210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.02%

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 71.34%
G = 21.02%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70210C (or 0x70210C) is known color: Falu Red. HEX triplet: 70, 21 and 0C. RGB value is (112,33,12). Sum of RGB (Red+Green+Blue) = 112+33+12=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #70210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70210C is #8FDEF3. Grayscale: #363636. Windows color (decimal): -9428724 or 794992. OLE color: 794992.

HSL color Cylindrical-coordinate representation of color #70210C: hue angle of 12.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70210C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 33 12 -
CMYK 0 0.71 0.89 0.56
HSL 12.6º 0.81% 0.24% -
HSV(B) 12.6º 0.89% 0.44% -
XYZ 7.29 4.56 0.84 -
YUV 54.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 112 33 12 0 0.71 0.89 0.56 12.6 0.81 0.24
Hex 70 21 C 0 47 59 38 D 51 18
Octal 160 41 14 0 107 131 70 15 121 30
Binary 1110000 100001 1100 0 1000111 1011001 111000 1101 1010001 11000

Color Harmonies of #70210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70210C

Black with #70210C

Text Example


Text Example

White with #70210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70210C; }

 p { color: rgb(112,33,12); }

 H1.HeaderClassName
 {
   color: #70210C;
 }
 .AnyTagClassName
 {
   color: #70210C;
 }
</style>

background-color css

<style>
 a { background-color: #70210C; }

 a { background-color: rgb(112,33,12); }

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

border-color css

<style>
 span { border-color: #70210C; }

 span { border-color: rgb(112,33,12); }

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