Html Css Color HEX #701F03 Falu Red

📋 copy color: '#701F03'

red 112 ◦ green 31 ◦ blue 3

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

Shades of Falu Red #701F03

Tints of Falu Red #701F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.23%

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

R = 76.71%
G = 21.23%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#701F03 (or 0x701F03) is known color: Falu Red. HEX triplet: 70, 1F and 03. RGB value is (112,31,3). Sum of RGB (Red+Green+Blue) = 112+31+3=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #701F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F03 is #8FE0FC. Grayscale: #343434. Windows color (decimal): -9429245 or 204656. OLE color: 204656.

HSL color Cylindrical-coordinate representation of color #701F03: hue angle of 15.41º 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 #701F03 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 31 3 -
CMYK 0 0.72 0.97 0.56
HSL 15.41º 0.95% 0.23% -
HSV(B) 15.41º 0.97% 0.44% -
XYZ 7.19 4.43 0.56 -
YUV 52.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 112 31 3 0 0.72 0.97 0.56 15.41 0.95 0.23
Hex 70 1F 3 0 48 61 38 F 5F 17
Octal 160 37 3 0 110 141 70 17 137 27
Binary 1110000 11111 11 0 1001000 1100001 111000 1111 1011111 10111

Color Harmonies of #701F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F03

Black with #701F03

Text Example


Text Example

White with #701F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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