Html Css Color HEX #70220F Falu Red

📋 copy color: '#70220F'

red 112 ◦ green 34 ◦ blue 15

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

Shades of Falu Red #70220F

Tints of Falu Red #70220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.12%

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

R = 69.57%
G = 21.12%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70220F (or 0x70220F) is known color: Falu Red. HEX triplet: 70, 22 and 0F. RGB value is (112,34,15). Sum of RGB (Red+Green+Blue) = 112+34+15=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #70220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70220F is #8FDDF0. Grayscale: #373737. Windows color (decimal): -9428465 or 991856. OLE color: 991856.

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

Color convert

RGB 112 34 15 -
CMYK 0 0.70 0.87 0.56
HSL 11.75º 0.76% 0.25% -
HSV(B) 11.75º 0.87% 0.44% -
XYZ 7.34 4.62 0.96 -
YUV 55.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 112 34 15 0 0.70 0.87 0.56 11.75 0.76 0.25
Hex 70 22 F 0 46 57 38 C 4C 19
Octal 160 42 17 0 106 127 70 14 114 31
Binary 1110000 100010 1111 0 1000110 1010111 111000 1100 1001100 11001

Color Harmonies of #70220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70220F

Black with #70220F

Text Example


Text Example

White with #70220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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