Html Css Color HEX #711C03 Falu Red

📋 copy color: '#711C03'

red 113 ◦ green 28 ◦ blue 3

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

Shades of Falu Red #711C03

Tints of Falu Red #711C03

RGB

 RED value IS 113 (44.53% from 255) = 78.47%

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

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

R = 78.47%
G = 19.44%
B = 2.08%

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

#711C03 (or 0x711C03) is known color: Falu Red. HEX triplet: 71, 1C and 03. RGB value is (113,28,3). Sum of RGB (Red+Green+Blue) = 113+28+3=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #711C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711C03 is #8EE3FC. Grayscale: #323232. Windows color (decimal): -9364477 or 203889. OLE color: 203889.

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

Color convert

RGB 113 28 3 -
CMYK 0 0.75 0.97 0.56
HSL 13.64º 0.95% 0.23% -
HSV(B) 13.64º 0.97% 0.44% -
XYZ 7.24 4.35 0.54 -
YUV 50.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 113 28 3 0 0.75 0.97 0.56 13.64 0.95 0.23
Hex 71 1C 3 0 4B 61 38 E 5F 17
Octal 161 34 3 0 113 141 70 16 137 27
Binary 1110001 11100 11 0 1001011 1100001 111000 1110 1011111 10111

Color Harmonies of #711C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C03

Black with #711C03

Text Example


Text Example

White with #711C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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