Html Css Color HEX #70210F Falu Red

📋 copy color: '#70210F'

red 112 ◦ green 33 ◦ blue 15

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

Shades of Falu Red #70210F

Tints of Falu Red #70210F

RGB

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

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

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

R = 70%
G = 20.63%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70210F (or 0x70210F) is known color: Falu Red. HEX triplet: 70, 21 and 0F. RGB value is (112,33,15). Sum of RGB (Red+Green+Blue) = 112+33+15=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #70210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70210F is #8FDEF0. Grayscale: #363636. Windows color (decimal): -9428721 or 991600. OLE color: 991600.

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

Color convert

RGB 112 33 15 -
CMYK 0 0.71 0.87 0.56
HSL 11.13º 0.76% 0.25% -
HSV(B) 11.13º 0.87% 0.44% -
XYZ 7.31 4.57 0.95 -
YUV 54.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 112 33 15 0 0.71 0.87 0.56 11.13 0.76 0.25
Hex 70 21 F 0 47 57 38 B 4C 19
Octal 160 41 17 0 107 127 70 13 114 31
Binary 1110000 100001 1111 0 1000111 1010111 111000 1011 1001100 11001

Color Harmonies of #70210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70210F

Black with #70210F

Text Example


Text Example

White with #70210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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