#7C250E

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

Shades of Falu Red #7C250E

Tints of Falu Red #7C250E

Color information

#7C250E (or 0x7C250E) is unknown color: approx Falu Red. HEX triplet: 7C, 25 and 0E. RGB value is (124,37,14). Sum of RGB (Red+Green+Blue) = 124+37+14=175 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.86% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 124 - color contains mainly: red. Hex color #7C250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C250E is #83DAF1. Grayscale: #3C3C3C. Windows color (decimal): -8641266 or 927100. OLE color: 927100.

HSL color Cylindrical-coordinate representation of color #7C250E: hue angle of 12.55º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C250E is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB1243714-
CMYK00.700.890.51
HSL12.55º79.71%27.06%-
HSV(B)12.55º88.71%48.63%-
XYZ9.055.641.03-
YUV60.39101.82173.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 70.86%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 14 (5.86% from 255) = 8%
R=70.86%
G=21.14%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124371400.700.890.5112.5579.7127.06
Hex7C25E0465933d501b
Octal17445160106131631512033
Binary111110010010111100100011010110011100111101101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,37,14); }

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

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

 a { background-color: rgb(124,37,14); }

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

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

 span { border-color: rgb(124,37,14); }

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