Html Css Color HEX #711212 Falu Red

📋 copy color: '#711212'

red 113 ◦ green 18 ◦ blue 18

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

Shades of Falu Red #711212

Tints of Falu Red #711212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.08%

 BLUE value IS 18 (7.42% from 255) = 12.08%

R = 75.84%
G = 12.08%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#711212 (or 0x711212) is known color: Falu Red. HEX triplet: 71, 12 and 12. RGB value is (113,18,18). Sum of RGB (Red+Green+Blue) = 113+18+18=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #711212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711212 is #8EEDED. Grayscale: #2E2E2E. Windows color (decimal): -9367022 or 1184369. OLE color: 1184369.

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

Color convert

RGB 113 18 18 -
CMYK 0 0.84 0.84 0.56
HSL 0.73% 0.26% -
HSV(B) 0.84% 0.44% -
XYZ 7.14 3.99 0.97 -
YUV 46.41 111.97 175.5 -
System Red Green Blue C M Y K H S L
Decimal 113 18 18 0 0.84 0.84 0.56 0 0.73 0.26
Hex 71 12 12 0 54 54 38 0 49 1A
Octal 161 22 22 0 124 124 70 0 111 32
Binary 1110001 10010 10010 0 1010100 1010100 111000 0 1001001 11010

Color Harmonies of #711212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711212

Black with #711212

Text Example


Text Example

White with #711212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711212; }

 p { color: rgb(113,18,18); }

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

background-color css

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

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

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

border-color css

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

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

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