#7E1C14

Color #7E1C14 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #7E1C14

Tints of Falu Red #7E1C14

Color information

#7E1C14 (or 0x7E1C14) is unknown color: approx Falu Red. HEX triplet: 7E, 1C and 14. RGB value is (126,28,20). Sum of RGB (Red+Green+Blue) = 126+28+20=174 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72.41% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E1C14 is #81E3EB. Grayscale: #383838. Windows color (decimal): -8512492 or 1318014. OLE color: 1318014.

HSL color Cylindrical-coordinate representation of color #7E1C14: hue angle of 4.53º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E1C14 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB1262820-
CMYK00.780.840.51
HSL4.53º72.6%28.63%-
HSV(B)4.53º84.13%49.41%-
XYZ9.155.321.21-
YUV56.39107.47177.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 72.41%
GREEN value IS 28 (11.33% from 255) = 16.09%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=72.41%
G=16.09%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126282000.780.840.514.5372.628.63
Hex7E1C1404E54335491d
Octal1763424011612463511135
Binary11111101110010100010011101010100110011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E1C14; }

 p { color: rgb(126,28,20); }

 H1.HeaderClassName
 {
   color: #7E1C14;
 }
 .AnyTagClassName
 {
   color: #7E1C14;
 }
</style>
background-color css

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

 a { background-color: rgb(126,28,20); }

 div.DivClassName
 {
   background-color: #7E1C14;
 }
 .BgClassName
 {
   background-color: #7E1C14;
 }
</style>
border-color css

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

 span { border-color: rgb(126,28,20); }

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