Html Css Color HEX #701703 Falu Red

📋 copy color: '#701703'

red 112 ◦ green 23 ◦ blue 3

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

Shades of Falu Red #701703

Tints of Falu Red #701703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.67%

 BLUE value IS 3 (1.56% from 255) = 2.17%

R = 81.16%
G = 16.67%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#701703 (or 0x701703) is known color: Falu Red. HEX triplet: 70, 17 and 03. RGB value is (112,23,3). Sum of RGB (Red+Green+Blue) = 112+23+3=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #701703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701703 is #8FE8FC. Grayscale: #2F2F2F. Windows color (decimal): -9431293 or 202608. OLE color: 202608.

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

Color convert

RGB 112 23 3 -
CMYK 0 0.79 0.97 0.56
HSL 11.01º 0.95% 0.23% -
HSV(B) 11.01º 0.97% 0.44% -
XYZ 7 4.06 0.5 -
YUV 47.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 112 23 3 0 0.79 0.97 0.56 11.01 0.95 0.23
Hex 70 17 3 0 4F 61 38 B 5F 17
Octal 160 27 3 0 117 141 70 13 137 27
Binary 1110000 10111 11 0 1001111 1100001 111000 1011 1011111 10111

Color Harmonies of #701703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701703

Black with #701703

Text Example


Text Example

White with #701703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701703; }

 p { color: rgb(112,23,3); }

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

background-color css

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

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

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

border-color css

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

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

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