Html Css Color HEX #7C1919 Falu Red

📋 copy color: '#7C1919'

red 124 ◦ green 25 ◦ blue 25

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

Shades of Falu Red #7C1919

Tints of Falu Red #7C1919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

 BLUE value IS 25 (10.16% from 255) = 14.37%

R = 71.26%
G = 14.37%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7C1919 (or 0x7C1919) is known color: Falu Red. HEX triplet: 7C, 19 and 19. RGB value is (124,25,25). Sum of RGB (Red+Green+Blue) = 124+25+25=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1919 is #83E6E6. Grayscale: #363636. Windows color (decimal): -8644327 or 1644924. OLE color: 1644924.

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

Color convert

RGB 124 25 25 -
CMYK 0 0.80 0.80 0.51
HSL 0.66% 0.29% -
HSV(B) 0.8% 0.49% -
XYZ 8.84 5.05 1.43 -
YUV 54.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 124 25 25 0 0.80 0.80 0.51 0 0.66 0.29
Hex 7C 19 19 0 50 50 33 0 42 1D
Octal 174 31 31 0 120 120 63 0 102 35
Binary 1111100 11001 11001 0 1010000 1010000 110011 0 1000010 11101

Color Harmonies of #7C1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1919

Black with #7C1919

Text Example


Text Example

White with #7C1919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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