Html Css Color HEX #701414 Falu Red

📋 copy color: '#701414'

red 112 ◦ green 20 ◦ blue 20

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

Shades of Falu Red #701414

Tints of Falu Red #701414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.16%

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 73.68%
G = 13.16%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#701414 (or 0x701414) is known color: Falu Red. HEX triplet: 70, 14 and 14. RGB value is (112,20,20). Sum of RGB (Red+Green+Blue) = 112+20+20=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #701414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701414 is #8FEBEB. Grayscale: #2F2F2F. Windows color (decimal): -9432044 or 1315952. OLE color: 1315952.

HSL color Cylindrical-coordinate representation of color #701414: hue angle of 0º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701414 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 20 20 -
CMYK 0 0.82 0.82 0.56
HSL 0.7% 0.26% -
HSV(B) 0.82% 0.44% -
XYZ 7.06 4 1.06 -
YUV 47.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 112 20 20 0 0.82 0.82 0.56 0 0.7 0.26
Hex 70 14 14 0 52 52 38 0 46 1A
Octal 160 24 24 0 122 122 70 0 106 32
Binary 1110000 10100 10100 0 1010010 1010010 111000 0 1000110 11010

Color Harmonies of #701414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701414

Black with #701414

Text Example


Text Example

White with #701414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701414; }

 p { color: rgb(112,20,20); }

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

background-color css

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

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

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

border-color css

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

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

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