COLOR #E14B48

HEX: #E14B48
RGB: (225,75,72)

Renk bilgisi

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

RGB renk modeli

#E14B48 color RGB value is (225,75,72).

  • kırmız ton 225;
  • yeşil ton 75;
  • mavi ton 72.
RGB:
(225,75,72)
(88%,29%,28%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 75 of 255 = 29%
B 72 of 255 = 28%

225
75
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 75 + 72 = 372 (100%)
R 225 of 372 ~ 60.48%
G 75 of 372 ~ 20.16%
B 72 of 372 ~ 19.35%

%60.48
%20.16
%19.35

CMYK RENK MODELİ

#E14B48 rengi CMYK tonu (0,67,68,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.67%
  • sarı tonu 68.00%
  • ana renk tonu 11.76%
CMYK:
(0,67,68,12)
C0M67Y68K12 
(0%,67%,68%,12%)
(0.00/0.67/0.68/0.12)	

CMYK yüzdeleri

%0
%66.67
%68
%11.76

Codes

Color #E14B48 in popluar color models

E14B48
RGB2257572
HSL71.83%58.24%
HSB/HSV68.00%88.24%
CMYK0.00%66.67%68.00%
11.76%

Color #E14B48 in popluar number systems.

HEXE14B48
Decimal2257572
Binary1110000110010111001000
Octal341113110

Shades and tints

Shades of #E14B48

#E14B48
(225,75,72)
#CD4542
(205,69,66)
#B93F3C
(185,63,60)
#A53936
(165,57,54)
#913330
(145,51,48)
#7D2D2A
(125,45,42)
#692724
(105,39,36)
#55211E
(85,33,30)
#411B18
(65,27,24)
#2D1512
(45,21,18)
#190F0C
(25,15,12)
#000000
(0,0,0)

Tints of #E14B48

#E14B48
(225,75,72)
#E35B58
(227,91,88)
#E56B68
(229,107,104)
#E77B78
(231,123,120)
#E98B88
(233,139,136)
#EB9B98
(235,155,152)
#EDABA8
(237,171,168)
#EFBBB8
(239,187,184)
#F1CBC8
(241,203,200)
#F3DBD8
(243,219,216)
#F5EBE8
(245,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E14B48 color. Also use rgb(225,75,72) instead hex code.

Text Font Color

.myTextColor { color: #E14B48; }

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

This text font color is #E14B48.


Background Color

.myBgColor { background-color: #E14B48; }

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

This div background color is #E14B48.


Border color

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

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

This div border color is #E14B48.


Opacity

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

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

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

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

This text has shadow with #E14B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E14B48 on black background.


Color preview on white background

This text has color #E14B48 on white background.



Black color preview on #E14B48 background

This text has black color on #E14B48 background.


White color preview on #E14B48 background

This text has white color on #E14B48 background.