COLOR #E51C28

HEX: #E51C28
RGB: (229,28,40)

Renk bilgisi

#E51C28 contains mainly red color. #E51C28 ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#E51C28 color RGB value is (229,28,40).

  • kırmız ton 229;
  • yeşil ton 28;
  • mavi ton 40.
RGB:
(229,28,40)
(90%,11%,16%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 28 of 255 = 11%
B 40 of 255 = 16%

229
28
40

R + G + B ~ 39%. #E51C28 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 28 + 40 = 297 (100%)
R 229 of 297 ~ 77.1%
G 28 of 297 ~ 9.43%
B 40 of 297 ~ 13.47%

%77.1
%13.47

CMYK RENK MODELİ

#E51C28 rengi CMYK tonu (0,88,83,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.77%
  • sarı tonu 82.53%
  • ana renk tonu 10.20%
CMYK:
(0,88,83,10)
C0M88Y83K10 
(0%,88%,83%,10%)
(0.00/0.88/0.83/0.10)	

CMYK yüzdeleri

%0
%87.77
%82.53
%10.2

Codes

Color #E51C28 in popluar color models

E51C28
RGB2292840
HSL356°79.45%50.39%
HSB/HSV356°87.77%89.80%
CMYK0.00%87.77%82.53%
10.20%

Color #E51C28 in popluar number systems.

HEXE51C28
Decimal2292840
Binary1110010111100101000
Octal3453450

Shades and tints

Shades of #E51C28

#E51C28
(229,28,40)
#D11A25
(209,26,37)
#BD1822
(189,24,34)
#A9161F
(169,22,31)
#95141C
(149,20,28)
#811219
(129,18,25)
#6D1016
(109,16,22)
#590E13
(89,14,19)
#450C10
(69,12,16)
#310A0D
(49,10,13)
#1D080A
(29,8,10)
#000000
(0,0,0)

Tints of #E51C28

#E51C28
(229,28,40)
#E7303B
(231,48,59)
#E9444E
(233,68,78)
#EB5861
(235,88,97)
#ED6C74
(237,108,116)
#EF8087
(239,128,135)
#F1949A
(241,148,154)
#F3A8AD
(243,168,173)
#F5BCC0
(245,188,192)
#F7D0D3
(247,208,211)
#F9E4E6
(249,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E51C28 color. Also use rgb(229,28,40) instead hex code.

Text Font Color

.myTextColor { color: #E51C28; }

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

This text font color is #E51C28.


Background Color

.myBgColor { background-color: #E51C28; }

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

This div background color is #E51C28.


Border color

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

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

This div border color is #E51C28.


Opacity

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

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

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

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

This text has shadow with #E51C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E51C28 on black background.


Color preview on white background

This text has color #E51C28 on white background.



Black color preview on #E51C28 background

This text has black color on #E51C28 background.


White color preview on #E51C28 background

This text has white color on #E51C28 background.