COLOR #E61B26

HEX: #E61B26
RGB: (230,27,38)

Renk bilgisi

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

RGB renk modeli

#E61B26 color RGB value is (230,27,38).

  • kırmız ton 230;
  • yeşil ton 27;
  • mavi ton 38.
RGB:
(230,27,38)
(90%,11%,15%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 27 of 255 = 11%
B 38 of 255 = 15%

230
27
38

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 27 + 38 = 295 (100%)
R 230 of 295 ~ 77.97%
G 27 of 295 ~ 9.15%
B 38 of 295 ~ 12.88%

%77.97
%12.88

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%88.26
%83.48
%9.8

Codes

Color #E61B26 in popluar color models

E61B26
RGB2302738
HSL357°80.24%50.39%
HSB/HSV357°88.26%90.20%
CMYK0.00%88.26%83.48%
9.80%

Color #E61B26 in popluar number systems.

HEXE61B26
Decimal2302738
Binary1110011011011100110
Octal3463346

Shades and tints

Shades of #E61B26

#E61B26
(230,27,38)
#D21923
(210,25,35)
#BE1720
(190,23,32)
#AA151D
(170,21,29)
#96131A
(150,19,26)
#821117
(130,17,23)
#6E0F14
(110,15,20)
#5A0D11
(90,13,17)
#460B0E
(70,11,14)
#32090B
(50,9,11)
#1E0708
(30,7,8)
#000000
(0,0,0)

Tints of #E61B26

#E61B26
(230,27,38)
#E82F39
(232,47,57)
#EA434C
(234,67,76)
#EC575F
(236,87,95)
#EE6B72
(238,107,114)
#F07F85
(240,127,133)
#F29398
(242,147,152)
#F4A7AB
(244,167,171)
#F6BBBE
(246,187,190)
#F8CFD1
(248,207,209)
#FAE3E4
(250,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E61B26 color. Also use rgb(230,27,38) instead hex code.

Text Font Color

.myTextColor { color: #E61B26; }

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

This text font color is #E61B26.


Background Color

.myBgColor { background-color: #E61B26; }

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

This div background color is #E61B26.


Border color

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

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

This div border color is #E61B26.


Opacity

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

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

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

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

This text has shadow with #E61B26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E61B26 on black background.


Color preview on white background

This text has color #E61B26 on white background.



Black color preview on #E61B26 background

This text has black color on #E61B26 background.


White color preview on #E61B26 background

This text has white color on #E61B26 background.