COLOR #7E1213

HEX: #7E1213
RGB: (126,18,19)

Color info

#7E1213 contains mainly red color. Web safe color of #7E1213 is #660000 (or #600).

RGB color model

#7E1213 color RGB value is (126,18,19).

  • red value is 126;
  • green value is 18;
  • blue value is 19.
RGB:
(126,18,19)
(49%,7%,7%)

RGB channels and saturation

R 126 of 255 = 49%
G 18 of 255 = 7%
B 19 of 255 = 7%

126
18
19

R + G + B ~ 21%. #7E1213 is dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 18 + 19 = 163 (100%)
R 126 of 163 ~ 77.3%
G 18 of 163 ~ 11.04%
B 19 of 163 ~ 11.66%

%77.3
%11.04
%11.66

CMYK color model

#7E1213 color CMYK value is (0,86,85,51).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 84.92%
  • key color value is 50.59%
CMYK:
(0,86,85,51)
C0M86Y85K51 
(0%,86%,85%,51%)
(0.00/0.86/0.85/0.51)	

CMYK percentages

%0
%85.71
%84.92
%50.59

Codes

Color #7E1213 in popluar color models

7E1213
RGB1261819
HSL359°75.00%28.24%
HSB/HSV359°85.71%49.41%
CMYK0.00%85.71%84.92%
50.59%

Color #7E1213 in popluar number systems.

HEX7E1213
Decimal1261819
Binary11111101001010011
Octal1762223

Shades and tints

Shades of #7E1213

#7E1213
(126,18,19)
#731112
(115,17,18)
#681011
(104,16,17)
#5D0F10
(93,15,16)
#520E0F
(82,14,15)
#470D0E
(71,13,14)
#3C0C0D
(60,12,13)
#310B0C
(49,11,12)
#260A0B
(38,10,11)
#1B090A
(27,9,10)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #7E1213

#7E1213
(126,18,19)
#892728
(137,39,40)
#943C3D
(148,60,61)
#9F5152
(159,81,82)
#AA6667
(170,102,103)
#B57B7C
(181,123,124)
#C09091
(192,144,145)
#CBA5A6
(203,165,166)
#D6BABB
(214,186,187)
#E1CFD0
(225,207,208)
#ECE4E5
(236,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1213 color. Also use rgb(126,18,19) instead hex code.

Text Font Color

.myTextColor { color: #7E1213; }

<p style="color:#7E1213">This sample text font color is #7E1213.</p>

This text font color is #7E1213.


Background Color

.myBgColor { background-color: #7E1213; }

<div style="background-color:#7E1213">Inner text</div>

This div background color is #7E1213.


Border color

.myBorderColor { border: 1px solid #7E1213; }

<div style="border:3px solid #7E1213">Div</div>

This div border color is #7E1213.


Opacity

.myOpacity80 { color: #7E1213; opacity: 0.8; }

<p style="color:#7E1213;opacity:0.8;">80%</p>

Text with #7E1213 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7E1213;}

<p style="text-shadow: 3px 3px 1px #7E1213">Text here.</p>

This text has shadow with #7E1213 color.

.textShadow {text-shadow: 3px 3px 1px #7E1213, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7E1213, 5px 5px 20px red">Text here.</p>

This text has shadow with #7E1213 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E1213, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7E1213, Direction=45, Strength=4)">Text</p>

This text has shadow with #7E1213 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7E1213;
  -webkit-box-shadow:	1px 1px 3px 2px #7E1213;
  box-shadow:		1px 1px 3px 2px #7E1213;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E1213;
-webkit-box-shadow: 1px 1px 3px 2px #7E1213;
box-shadow:1px 1px 3px 2px #7E1213;">
Div content here</div>
This div box has shadow with color #7E1213.

Preview

Color preview on black background

This text has color #7E1213 on black background.


Color preview on white background

This text has color #7E1213 on white background.



Black color preview on #7E1213 background

This text has black color on #7E1213 background.


White color preview on #7E1213 background

This text has white color on #7E1213 background.