Html Css Color HEX #7C1E14 Falu Red

📋 copy color: '#7C1E14'

red 124 ◦ green 30 ◦ blue 20

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

Shades of Falu Red #7C1E14

Tints of Falu Red #7C1E14

RGB

 RED value IS 124 (48.83% from 255) = 71.26%

 GREEN value IS 30 (12.11% from 255) = 17.24%

 BLUE value IS 20 (8.2% from 255) = 11.49%

R = 71.26%
G = 17.24%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7C1E14 (or 0x7C1E14) is known color: Falu Red. HEX triplet: 7C, 1E and 14. RGB value is (124,30,20). Sum of RGB (Red+Green+Blue) = 124+30+20=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C1E14 is #83E1EB. Grayscale: #393939. Windows color (decimal): -8643052 or 1318524. OLE color: 1318524.

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

Color convert

RGB 124 30 20 -
CMYK 0 0.76 0.84 0.51
HSL 5.77º 0.72% 0.28% -
HSV(B) 5.77º 0.84% 0.49% -
XYZ 8.9 5.26 1.21 -
YUV 56.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 124 30 20 0 0.76 0.84 0.51 5.77 0.72 0.28
Hex 7C 1E 14 0 4C 54 33 6 48 1C
Octal 174 36 24 0 114 124 63 6 110 34
Binary 1111100 11110 10100 0 1001100 1010100 110011 110 1001000 11100

Color Harmonies of #7C1E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1E14

Black with #7C1E14

Text Example


Text Example

White with #7C1E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,30,20); }

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

background-color css

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

 a { background-color: rgb(124,30,20); }

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

border-color css

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

 span { border-color: rgb(124,30,20); }

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