COLOR #E3393B

HEX: #E3393B
RGB: (227,57,59)

Renk bilgisi

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

RGB renk modeli

#E3393B color RGB value is (227,57,59).

  • kırmız ton 227;
  • yeşil ton 57;
  • mavi ton 59.
RGB:
(227,57,59)
(89%,22%,23%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 57 of 255 = 22%
B 59 of 255 = 23%

227
57
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 57 + 59 = 343 (100%)
R 227 of 343 ~ 66.18%
G 57 of 343 ~ 16.62%
B 59 of 343 ~ 17.2%

%66.18
%16.62
%17.2

CMYK RENK MODELİ

#E3393B rengi CMYK tonu (0,75,74,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 74.89%
  • sarı tonu 74.01%
  • ana renk tonu 10.98%
CMYK:
(0,75,74,11)
C0M75Y74K11 
(0%,75%,74%,11%)
(0.00/0.75/0.74/0.11)	

CMYK yüzdeleri

%0
%74.89
%74.01
%10.98

Codes

Color #E3393B in popluar color models

E3393B
RGB2275759
HSL359°75.22%55.69%
HSB/HSV359°74.89%89.02%
CMYK0.00%74.89%74.01%
10.98%

Color #E3393B in popluar number systems.

HEXE3393B
Decimal2275759
Binary11100011111001111011
Octal3437173

Shades and tints

Shades of #E3393B

#E3393B
(227,57,59)
#CF3436
(207,52,54)
#BB2F31
(187,47,49)
#A72A2C
(167,42,44)
#932527
(147,37,39)
#7F2022
(127,32,34)
#6B1B1D
(107,27,29)
#571618
(87,22,24)
#431113
(67,17,19)
#2F0C0E
(47,12,14)
#1B0709
(27,7,9)
#000000
(0,0,0)

Tints of #E3393B

#E3393B
(227,57,59)
#E54B4C
(229,75,76)
#E75D5D
(231,93,93)
#E96F6E
(233,111,110)
#EB817F
(235,129,127)
#ED9390
(237,147,144)
#EFA5A1
(239,165,161)
#F1B7B2
(241,183,178)
#F3C9C3
(243,201,195)
#F5DBD4
(245,219,212)
#F7EDE5
(247,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3393B color. Also use rgb(227,57,59) instead hex code.

Text Font Color

.myTextColor { color: #E3393B; }

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

This text font color is #E3393B.


Background Color

.myBgColor { background-color: #E3393B; }

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

This div background color is #E3393B.


Border color

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

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

This div border color is #E3393B.


Opacity

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

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

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

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

This text has shadow with #E3393B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3393B on black background.


Color preview on white background

This text has color #E3393B on white background.



Black color preview on #E3393B background

This text has black color on #E3393B background.


White color preview on #E3393B background

This text has white color on #E3393B background.