COLOR #E93C49

HEX: #E93C49
RGB: (233,60,73)

Renk bilgisi

#E93C49 contains mainly red color. #E93C49 ‘ nin web güvenlik rengi #FF3333 (ya da #F33) dir.

RGB renk modeli

#E93C49 color RGB value is (233,60,73).

  • kırmız ton 233;
  • yeşil ton 60;
  • mavi ton 73.
RGB:
(233,60,73)
(91%,24%,29%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 60 of 255 = 24%
B 73 of 255 = 29%

233
60
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 60 + 73 = 366 (100%)
R 233 of 366 ~ 63.66%
G 60 of 366 ~ 16.39%
B 73 of 366 ~ 19.95%

%63.66
%16.39
%19.95

CMYK RENK MODELİ

#E93C49 rengi CMYK tonu (0,74,69,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 74.25%
  • sarı tonu 68.67%
  • ana renk tonu 8.63%
CMYK:
(0,74,69,9)
C0M74Y69K9 
(0%,74%,69%,9%)
(0.00/0.74/0.69/0.09)	

CMYK yüzdeleri

%0
%74.25
%68.67
%8.63

Codes

Color #E93C49 in popluar color models

E93C49
RGB2336073
HSL355°79.72%57.45%
HSB/HSV355°74.25%91.37%
CMYK0.00%74.25%68.67%
8.63%

Color #E93C49 in popluar number systems.

HEXE93C49
Decimal2336073
Binary111010011111001001001
Octal35174111

Shades and tints

Shades of #E93C49

#E93C49
(233,60,73)
#D43743
(212,55,67)
#BF323D
(191,50,61)
#AA2D37
(170,45,55)
#952831
(149,40,49)
#80232B
(128,35,43)
#6B1E25
(107,30,37)
#56191F
(86,25,31)
#411419
(65,20,25)
#2C0F13
(44,15,19)
#170A0D
(23,10,13)
#000000
(0,0,0)

Tints of #E93C49

#E93C49
(233,60,73)
#EB4D59
(235,77,89)
#ED5E69
(237,94,105)
#EF6F79
(239,111,121)
#F18089
(241,128,137)
#F39199
(243,145,153)
#F5A2A9
(245,162,169)
#F7B3B9
(247,179,185)
#F9C4C9
(249,196,201)
#FBD5D9
(251,213,217)
#FDE6E9
(253,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E93C49 color. Also use rgb(233,60,73) instead hex code.

Text Font Color

.myTextColor { color: #E93C49; }

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

This text font color is #E93C49.


Background Color

.myBgColor { background-color: #E93C49; }

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

This div background color is #E93C49.


Border color

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

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

This div border color is #E93C49.


Opacity

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

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

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

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

This text has shadow with #E93C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E93C49 on black background.


Color preview on white background

This text has color #E93C49 on white background.



Black color preview on #E93C49 background

This text has black color on #E93C49 background.


White color preview on #E93C49 background

This text has white color on #E93C49 background.