Html Css Color HEX #70150E Falu Red

📋 copy color: '#70150E'

red 112 ◦ green 21 ◦ blue 14

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

Shades of Falu Red #70150E

Tints of Falu Red #70150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.29%

 BLUE value IS 14 (5.86% from 255) = 9.52%

R = 76.19%
G = 14.29%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70150E (or 0x70150E) is known color: Falu Red. HEX triplet: 70, 15 and 0E. RGB value is (112,21,14). Sum of RGB (Red+Green+Blue) = 112+21+14=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #70150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70150E is #8FEAF1. Grayscale: #2F2F2F. Windows color (decimal): -9431794 or 922992. OLE color: 922992.

HSL color Cylindrical-coordinate representation of color #70150E: hue angle of 4.29º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70150E is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 14 -
CMYK 0 0.81 0.88 0.56
HSL 4.29º 0.78% 0.25% -
HSV(B) 4.29º 0.88% 0.44% -
XYZ 7.03 4.01 0.82 -
YUV 47.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 112 21 14 0 0.81 0.88 0.56 4.29 0.78 0.25
Hex 70 15 E 0 51 58 38 4 4E 19
Octal 160 25 16 0 121 130 70 4 116 31
Binary 1110000 10101 1110 0 1010001 1011000 111000 100 1001110 11001

Color Harmonies of #70150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70150E

Black with #70150E

Text Example


Text Example

White with #70150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,21,14); }

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

background-color css

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

 a { background-color: rgb(112,21,14); }

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

border-color css

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

 span { border-color: rgb(112,21,14); }

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