Html Css Color HEX #7E1919 Falu Red

📋 copy color: '#7E1919'

red 126 ◦ green 25 ◦ blue 25

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

Shades of Falu Red #7E1919

Tints of Falu Red #7E1919

RGB

 RED value IS 126 (49.61% from 255) = 71.59%

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

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

R = 71.59%
G = 14.2%
B = 14.2%

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

#7E1919 (or 0x7E1919) is known color: Falu Red. HEX triplet: 7E, 19 and 19. RGB value is (126,25,25). Sum of RGB (Red+Green+Blue) = 126+25+25=176 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.59% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1919 is #81E6E6. Grayscale: #373737. Windows color (decimal): -8513255 or 1644926. OLE color: 1644926.

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

Color convert

RGB 126 25 25 -
CMYK 0 0.80 0.80 0.51
HSL 0.67% 0.3% -
HSV(B) 0.8% 0.49% -
XYZ 9.13 5.2 1.44 -
YUV 55.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 126 25 25 0 0.80 0.80 0.51 0 0.67 0.3
Hex 7E 19 19 0 50 50 33 0 43 1E
Octal 176 31 31 0 120 120 63 0 103 36
Binary 1111110 11001 11001 0 1010000 1010000 110011 0 1000011 11110

Color Harmonies of #7E1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1919

Black with #7E1919

Text Example


Text Example

White with #7E1919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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