COLOR #E74D3F

HEX: #E74D3F
RGB: (231,77,63)

Renk bilgisi

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

RGB renk modeli

#E74D3F color RGB value is (231,77,63).

  • kırmız ton 231;
  • yeşil ton 77;
  • mavi ton 63.
RGB:
(231,77,63)
(91%,30%,25%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 77 of 255 = 30%
B 63 of 255 = 25%

231
77
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 77 + 63 = 371 (100%)
R 231 of 371 ~ 62.26%
G 77 of 371 ~ 20.75%
B 63 of 371 ~ 16.98%

%62.26
%20.75
%16.98

CMYK RENK MODELİ

#E74D3F rengi CMYK tonu (0,67,73,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.67%
  • sarı tonu 72.73%
  • ana renk tonu 9.41%
CMYK:
(0,67,73,9)
C0M67Y73K9 
(0%,67%,73%,9%)
(0.00/0.67/0.73/0.09)	

CMYK yüzdeleri

%0
%66.67
%72.73
%9.41

Codes

Color #E74D3F in popluar color models

E74D3F
RGB2317763
HSL77.78%57.65%
HSB/HSV72.73%90.59%
CMYK0.00%66.67%72.73%
9.41%

Color #E74D3F in popluar number systems.

HEXE74D3F
Decimal2317763
Binary111001111001101111111
Octal34711577

Shades and tints

Shades of #E74D3F

#E74D3F
(231,77,63)
#D2463A
(210,70,58)
#BD3F35
(189,63,53)
#A83830
(168,56,48)
#93312B
(147,49,43)
#7E2A26
(126,42,38)
#692321
(105,35,33)
#541C1C
(84,28,28)
#3F1517
(63,21,23)
#2A0E12
(42,14,18)
#15070D
(21,7,13)
#000000
(0,0,0)

Tints of #E74D3F

#E74D3F
(231,77,63)
#E95D50
(233,93,80)
#EB6D61
(235,109,97)
#ED7D72
(237,125,114)
#EF8D83
(239,141,131)
#F19D94
(241,157,148)
#F3ADA5
(243,173,165)
#F5BDB6
(245,189,182)
#F7CDC7
(247,205,199)
#F9DDD8
(249,221,216)
#FBEDE9
(251,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74D3F color. Also use rgb(231,77,63) instead hex code.

Text Font Color

.myTextColor { color: #E74D3F; }

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

This text font color is #E74D3F.


Background Color

.myBgColor { background-color: #E74D3F; }

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

This div background color is #E74D3F.


Border color

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

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

This div border color is #E74D3F.


Opacity

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

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

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

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

This text has shadow with #E74D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74D3F on black background.


Color preview on white background

This text has color #E74D3F on white background.



Black color preview on #E74D3F background

This text has black color on #E74D3F background.


White color preview on #E74D3F background

This text has white color on #E74D3F background.