Html Css Color HEX #701C03 Falu Red

📋 copy color: '#701C03'

red 112 ◦ green 28 ◦ blue 3

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

Shades of Falu Red #701C03

Tints of Falu Red #701C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.58%

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

R = 78.32%
G = 19.58%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#701C03 (or 0x701C03) is known color: Falu Red. HEX triplet: 70, 1C and 03. RGB value is (112,28,3). Sum of RGB (Red+Green+Blue) = 112+28+3=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #701C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701C03 is #8FE3FC. Grayscale: #323232. Windows color (decimal): -9430013 or 203888. OLE color: 203888.

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

Color convert

RGB 112 28 3 -
CMYK 0 0.75 0.97 0.56
HSL 13.76º 0.95% 0.23% -
HSV(B) 13.76º 0.97% 0.44% -
XYZ 7.11 4.28 0.54 -
YUV 50.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 112 28 3 0 0.75 0.97 0.56 13.76 0.95 0.23
Hex 70 1C 3 0 4B 61 38 E 5F 17
Octal 160 34 3 0 113 141 70 16 137 27
Binary 1110000 11100 11 0 1001011 1100001 111000 1110 1011111 10111

Color Harmonies of #701C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C03

Black with #701C03

Text Example


Text Example

White with #701C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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