COLOR #E50121

HEX: #E50121
RGB: (229,1,33)

Renk bilgisi

#E50121 contains mainly red color. #E50121 ‘ nin web güvenlik rengi #CC0033 (ya da #C03) dir.

RGB renk modeli

#E50121 color RGB value is (229,1,33).

  • kırmız ton 229;
  • yeşil ton 1;
  • mavi ton 33.
RGB:
(229,1,33)
(90%,0%,13%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 1 of 255 = 0%
B 33 of 255 = 13%

229
1
33

R + G + B ~ 34%. #E50121 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 1 + 33 = 263 (100%)
R 229 of 263 ~ 87.07%
G 1 of 263 ~ 0.38%
B 33 of 263 ~ 12.55%

%87.07
%12.55

CMYK RENK MODELİ

#E50121 rengi CMYK tonu (0,100,86,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 99.56%
  • sarı tonu 85.59%
  • ana renk tonu 10.20%
CMYK:
(0,100,86,10)
C0M100Y86K10 
(0%,100%,86%,10%)
(0.00/1.00/0.86/0.10)	

CMYK yüzdeleri

%0
%99.56
%85.59
%10.2

Codes

Color #E50121 in popluar color models

E50121
RGB229133
HSL352°99.13%45.10%
HSB/HSV352°99.56%89.80%
CMYK0.00%99.56%85.59%
10.20%

Color #E50121 in popluar number systems.

HEXE50121
Decimal229133
Binary111001011100001
Octal345141

Shades and tints

Shades of #E50121

#E50121
(229,1,33)
#D1011E
(209,1,30)
#BD011B
(189,1,27)
#A90118
(169,1,24)
#950115
(149,1,21)
#810112
(129,1,18)
#6D010F
(109,1,15)
#59010C
(89,1,12)
#450109
(69,1,9)
#310106
(49,1,6)
#1D0103
(29,1,3)
#000000
(0,0,0)

Tints of #E50121

#E50121
(229,1,33)
#E71835
(231,24,53)
#E92F49
(233,47,73)
#EB465D
(235,70,93)
#ED5D71
(237,93,113)
#EF7485
(239,116,133)
#F18B99
(241,139,153)
#F3A2AD
(243,162,173)
#F5B9C1
(245,185,193)
#F7D0D5
(247,208,213)
#F9E7E9
(249,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E50121 color. Also use rgb(229,1,33) instead hex code.

Text Font Color

.myTextColor { color: #E50121; }

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

This text font color is #E50121.


Background Color

.myBgColor { background-color: #E50121; }

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

This div background color is #E50121.


Border color

.myBorderColor { border: 1px solid #E50121; }

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

This div border color is #E50121.


Opacity

.myOpacity80 { color: #E50121; opacity: 0.8; }

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

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

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

This text has shadow with #E50121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E50121 on black background.


Color preview on white background

This text has color #E50121 on white background.



Black color preview on #E50121 background

This text has black color on #E50121 background.


White color preview on #E50121 background

This text has white color on #E50121 background.