Html Css Color HEX #701212 Falu Red

📋 copy color: '#701212'

red 112 ◦ green 18 ◦ blue 18

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

Shades of Falu Red #701212

Tints of Falu Red #701212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.16%

 BLUE value IS 18 (7.42% from 255) = 12.16%

R = 75.68%
G = 12.16%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#701212 (or 0x701212) is known color: Falu Red. HEX triplet: 70, 12 and 12. RGB value is (112,18,18). Sum of RGB (Red+Green+Blue) = 112+18+18=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #701212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701212 is #8FEDED. Grayscale: #2E2E2E. Windows color (decimal): -9432558 or 1184368. OLE color: 1184368.

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

Color convert

RGB 112 18 18 -
CMYK 0 0.84 0.84 0.56
HSL 0.72% 0.25% -
HSV(B) 0.84% 0.44% -
XYZ 7.01 3.92 0.96 -
YUV 46.11 112.14 175 -
System Red Green Blue C M Y K H S L
Decimal 112 18 18 0 0.84 0.84 0.56 0 0.72 0.25
Hex 70 12 12 0 54 54 38 0 48 19
Octal 160 22 22 0 124 124 70 0 110 31
Binary 1110000 10010 10010 0 1010100 1010100 111000 0 1001000 11001

Color Harmonies of #701212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701212

Black with #701212

Text Example


Text Example

White with #701212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701212; }

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

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

background-color css

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

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

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

border-color css

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

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

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