COLOR #E74A38

HEX: #E74A38
RGB: (231,74,56)

Renk bilgisi

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

RGB renk modeli

#E74A38 color RGB value is (231,74,56).

  • kırmız ton 231;
  • yeşil ton 74;
  • mavi ton 56.
RGB:
(231,74,56)
(91%,29%,22%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 74 of 255 = 29%
B 56 of 255 = 22%

231
74
56

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 74 + 56 = 361 (100%)
R 231 of 361 ~ 63.99%
G 74 of 361 ~ 20.5%
B 56 of 361 ~ 15.51%

%63.99
%20.5
%15.51

CMYK RENK MODELİ

#E74A38 rengi CMYK tonu (0,68,76,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.97%
  • sarı tonu 75.76%
  • ana renk tonu 9.41%
CMYK:
(0,68,76,9)
C0M68Y76K9 
(0%,68%,76%,9%)
(0.00/0.68/0.76/0.09)	

CMYK yüzdeleri

%0
%67.97
%75.76
%9.41

Codes

Color #E74A38 in popluar color models

E74A38
RGB2317456
HSL78.48%56.27%
HSB/HSV75.76%90.59%
CMYK0.00%67.97%75.76%
9.41%

Color #E74A38 in popluar number systems.

HEXE74A38
Decimal2317456
Binary111001111001010111000
Octal34711270

Shades and tints

Shades of #E74A38

#E74A38
(231,74,56)
#D24433
(210,68,51)
#BD3E2E
(189,62,46)
#A83829
(168,56,41)
#933224
(147,50,36)
#7E2C1F
(126,44,31)
#69261A
(105,38,26)
#542015
(84,32,21)
#3F1A10
(63,26,16)
#2A140B
(42,20,11)
#150E06
(21,14,6)
#000000
(0,0,0)

Tints of #E74A38

#E74A38
(231,74,56)
#E95A4A
(233,90,74)
#EB6A5C
(235,106,92)
#ED7A6E
(237,122,110)
#EF8A80
(239,138,128)
#F19A92
(241,154,146)
#F3AAA4
(243,170,164)
#F5BAB6
(245,186,182)
#F7CAC8
(247,202,200)
#F9DADA
(249,218,218)
#FBEAEC
(251,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74A38 color. Also use rgb(231,74,56) instead hex code.

Text Font Color

.myTextColor { color: #E74A38; }

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

This text font color is #E74A38.


Background Color

.myBgColor { background-color: #E74A38; }

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

This div background color is #E74A38.


Border color

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

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

This div border color is #E74A38.


Opacity

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

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

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

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

This text has shadow with #E74A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74A38 on black background.


Color preview on white background

This text has color #E74A38 on white background.



Black color preview on #E74A38 background

This text has black color on #E74A38 background.


White color preview on #E74A38 background

This text has white color on #E74A38 background.