Html Css Color HEX #70201E Falu Red

📋 copy color: '#70201E'

red 112 ◦ green 32 ◦ blue 30

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

Shades of Falu Red #70201E

Tints of Falu Red #70201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.24%

R = 64.37%
G = 18.39%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70201E (or 0x70201E) is known color: Falu Red. HEX triplet: 70, 20 and 1E. RGB value is (112,32,30). Sum of RGB (Red+Green+Blue) = 112+32+30=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #70201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70201E is #8FDFE1. Grayscale: #373737. Windows color (decimal): -9428962 or 1974384. OLE color: 1974384.

HSL color Cylindrical-coordinate representation of color #70201E: hue angle of 1.46º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70201E is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 30 -
CMYK 0 0.71 0.73 0.56
HSL 1.46º 0.58% 0.28% -
HSV(B) 1.46º 0.73% 0.44% -
XYZ 7.43 4.57 1.72 -
YUV 55.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 112 32 30 0 0.71 0.73 0.56 1.46 0.58 0.28
Hex 70 20 1E 0 47 49 38 1 3A 1C
Octal 160 40 36 0 107 111 70 1 72 34
Binary 1110000 100000 11110 0 1000111 1001001 111000 1 111010 11100

Color Harmonies of #70201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70201E

Black with #70201E

Text Example


Text Example

White with #70201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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