COLOR #7E1421

HEX: #7E1421
RGB: (126,20,33)

Renk bilgisi

#7E1421 contains mainly red color. #7E1421 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#7E1421 color RGB value is (126,20,33).

  • kırmız ton 126;
  • yeşil ton 20;
  • mavi ton 33.
RGB:
(126,20,33)
(49%,8%,13%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 20 of 255 = 8%
B 33 of 255 = 13%

126
20
33

R + G + B ~ 23%. #7E1421 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 20 + 33 = 179 (100%)
R 126 of 179 ~ 70.39%
G 20 of 179 ~ 11.17%
B 33 of 179 ~ 18.44%

%70.39
%11.17
%18.44

CMYK RENK MODELİ

#7E1421 rengi CMYK tonu (0,84,74,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 84.13%
  • sarı tonu 73.81%
  • ana renk tonu 50.59%
CMYK:
(0,84,74,51)
C0M84Y74K51 
(0%,84%,74%,51%)
(0.00/0.84/0.74/0.51)	

CMYK yüzdeleri

%0
%84.13
%73.81
%50.59

Codes

Color #7E1421 in popluar color models

7E1421
RGB1262033
HSL353°72.60%28.63%
HSB/HSV353°84.13%49.41%
CMYK0.00%84.13%73.81%
50.59%

Color #7E1421 in popluar number systems.

HEX7E1421
Decimal1262033
Binary111111010100100001
Octal1762441

Shades and tints

Shades of #7E1421

#7E1421
(126,20,33)
#73131E
(115,19,30)
#68121B
(104,18,27)
#5D1118
(93,17,24)
#521015
(82,16,21)
#470F12
(71,15,18)
#3C0E0F
(60,14,15)
#310D0C
(49,13,12)
#260C09
(38,12,9)
#1B0B06
(27,11,6)
#100A03
(16,10,3)
#000000
(0,0,0)

Tints of #7E1421

#7E1421
(126,20,33)
#892935
(137,41,53)
#943E49
(148,62,73)
#9F535D
(159,83,93)
#AA6871
(170,104,113)
#B57D85
(181,125,133)
#C09299
(192,146,153)
#CBA7AD
(203,167,173)
#D6BCC1
(214,188,193)
#E1D1D5
(225,209,213)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1421 color. Also use rgb(126,20,33) instead hex code.

Text Font Color

.myTextColor { color: #7E1421; }

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

This text font color is #7E1421.


Background Color

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

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

This div background color is #7E1421.


Border color

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

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

This div border color is #7E1421.


Opacity

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

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

Text with #7E1421 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 #7E1421;}

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

This text has shadow with #7E1421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1421 on black background.


Color preview on white background

This text has color #7E1421 on white background.



Black color preview on #7E1421 background

This text has black color on #7E1421 background.


White color preview on #7E1421 background

This text has white color on #7E1421 background.