Html Css Color HEX #710F0E Falu Red

📋 copy color: '#710F0E'

red 113 ◦ green 15 ◦ blue 14

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

Shades of Falu Red #710F0E

Tints of Falu Red #710F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.56%

 BLUE value IS 14 (5.86% from 255) = 9.86%

R = 79.58%
G = 10.56%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#710F0E (or 0x710F0E) is known color: Falu Red. HEX triplet: 71, 0F and 0E. RGB value is (113,15,14). Sum of RGB (Red+Green+Blue) = 113+15+14=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #710F0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710F0E is #8EF0F1. Grayscale: #2C2C2C. Windows color (decimal): -9367794 or 921457. OLE color: 921457.

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

Color convert

RGB 113 15 14 -
CMYK 0 0.87 0.88 0.56
HSL 0.61º 0.78% 0.25% -
HSV(B) 0.61º 0.88% 0.44% -
XYZ 7.06 3.88 0.79 -
YUV 44.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 113 15 14 0 0.87 0.88 0.56 0.61 0.78 0.25
Hex 71 F E 0 57 58 38 1 4E 19
Octal 161 17 16 0 127 130 70 1 116 31
Binary 1110001 1111 1110 0 1010111 1011000 111000 1 1001110 11001

Color Harmonies of #710F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F0E

Black with #710F0E

Text Example


Text Example

White with #710F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710F0E; }

 p { color: rgb(113,15,14); }

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

background-color css

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

 a { background-color: rgb(113,15,14); }

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

border-color css

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

 span { border-color: rgb(113,15,14); }

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