COLOR #E5143B

HEX: #E5143B
RGB: (229,20,59)

Renk bilgisi

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

RGB renk modeli

#E5143B color RGB value is (229,20,59).

  • kırmız ton 229;
  • yeşil ton 20;
  • mavi ton 59.
RGB:
(229,20,59)
(90%,8%,23%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 20 of 255 = 8%
B 59 of 255 = 23%

229
20
59

R + G + B ~ 40%. #E5143B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 20 + 59 = 308 (100%)
R 229 of 308 ~ 74.35%
G 20 of 308 ~ 6.49%
B 59 of 308 ~ 19.16%

%74.35
%19.16

CMYK RENK MODELİ

#E5143B rengi CMYK tonu (0,91,74,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 91.27%
  • sarı tonu 74.24%
  • ana renk tonu 10.20%
CMYK:
(0,91,74,10)
C0M91Y74K10 
(0%,91%,74%,10%)
(0.00/0.91/0.74/0.10)	

CMYK yüzdeleri

%0
%91.27
%74.24
%10.2

Codes

Color #E5143B in popluar color models

E5143B
RGB2292059
HSL349°83.94%48.82%
HSB/HSV349°91.27%89.80%
CMYK0.00%91.27%74.24%
10.20%

Color #E5143B in popluar number systems.

HEXE5143B
Decimal2292059
Binary1110010110100111011
Octal3452473

Shades and tints

Shades of #E5143B

#E5143B
(229,20,59)
#D11336
(209,19,54)
#BD1231
(189,18,49)
#A9112C
(169,17,44)
#951027
(149,16,39)
#810F22
(129,15,34)
#6D0E1D
(109,14,29)
#590D18
(89,13,24)
#450C13
(69,12,19)
#310B0E
(49,11,14)
#1D0A09
(29,10,9)
#000000
(0,0,0)

Tints of #E5143B

#E5143B
(229,20,59)
#E7294C
(231,41,76)
#E93E5D
(233,62,93)
#EB536E
(235,83,110)
#ED687F
(237,104,127)
#EF7D90
(239,125,144)
#F192A1
(241,146,161)
#F3A7B2
(243,167,178)
#F5BCC3
(245,188,195)
#F7D1D4
(247,209,212)
#F9E6E5
(249,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5143B color. Also use rgb(229,20,59) instead hex code.

Text Font Color

.myTextColor { color: #E5143B; }

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

This text font color is #E5143B.


Background Color

.myBgColor { background-color: #E5143B; }

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

This div background color is #E5143B.


Border color

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

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

This div border color is #E5143B.


Opacity

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

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

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

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

This text has shadow with #E5143B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5143B on black background.


Color preview on white background

This text has color #E5143B on white background.



Black color preview on #E5143B background

This text has black color on #E5143B background.


White color preview on #E5143B background

This text has white color on #E5143B background.