Html Css Color HEX #70201D Falu Red

📋 copy color: '#70201D'

red 112 ◦ green 32 ◦ blue 29

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

Shades of Falu Red #70201D

Tints of Falu Red #70201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.76%

R = 64.74%
G = 18.5%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70201D (or 0x70201D) is known color: Falu Red. HEX triplet: 70, 20 and 1D. RGB value is (112,32,29). Sum of RGB (Red+Green+Blue) = 112+32+29=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #70201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70201D is #8FDFE2. Grayscale: #373737. Windows color (decimal): -9428963 or 1908848. OLE color: 1908848.

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

Color convert

RGB 112 32 29 -
CMYK 0 0.71 0.74 0.56
HSL 2.17º 0.59% 0.28% -
HSV(B) 2.17º 0.74% 0.44% -
XYZ 7.42 4.57 1.65 -
YUV 55.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 112 32 29 0 0.71 0.74 0.56 2.17 0.59 0.28
Hex 70 20 1D 0 47 4A 38 2 3B 1C
Octal 160 40 35 0 107 112 70 2 73 34
Binary 1110000 100000 11101 0 1000111 1001010 111000 10 111011 11100

Color Harmonies of #70201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70201D

Black with #70201D

Text Example


Text Example

White with #70201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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