COLOR #E7514A

HEX: #E7514A
RGB: (231,81,74)

Renk bilgisi

#E7514A contains mainly red color. #E7514A ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#E7514A color RGB value is (231,81,74).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 81 of 255 = 32%
B 74 of 255 = 29%

231
81
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 81 + 74 = 386 (100%)
R 231 of 386 ~ 59.84%
G 81 of 386 ~ 20.98%
B 74 of 386 ~ 19.17%

%59.84
%20.98
%19.17

CMYK RENK MODELİ

#E7514A rengi CMYK tonu (0,65,68,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 64.94%
  • sarı tonu 67.97%
  • ana renk tonu 9.41%
CMYK:
(0,65,68,9)
C0M65Y68K9 
(0%,65%,68%,9%)
(0.00/0.65/0.68/0.09)	

CMYK yüzdeleri

%0
%64.94
%67.97
%9.41

Codes

Color #E7514A in popluar color models

E7514A
RGB2318174
HSL76.59%59.80%
HSB/HSV67.97%90.59%
CMYK0.00%64.94%67.97%
9.41%

Color #E7514A in popluar number systems.

HEXE7514A
Decimal2318174
Binary1110011110100011001010
Octal347121112

Shades and tints

Shades of #E7514A

#E7514A
(231,81,74)
#D24A44
(210,74,68)
#BD433E
(189,67,62)
#A83C38
(168,60,56)
#933532
(147,53,50)
#7E2E2C
(126,46,44)
#692726
(105,39,38)
#542020
(84,32,32)
#3F191A
(63,25,26)
#2A1214
(42,18,20)
#150B0E
(21,11,14)
#000000
(0,0,0)

Tints of #E7514A

#E7514A
(231,81,74)
#E9605A
(233,96,90)
#EB6F6A
(235,111,106)
#ED7E7A
(237,126,122)
#EF8D8A
(239,141,138)
#F19C9A
(241,156,154)
#F3ABAA
(243,171,170)
#F5BABA
(245,186,186)
#F7C9CA
(247,201,202)
#F9D8DA
(249,216,218)
#FBE7EA
(251,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7514A; }

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

This text font color is #E7514A.


Background Color

.myBgColor { background-color: #E7514A; }

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

This div background color is #E7514A.


Border color

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

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

This div border color is #E7514A.


Opacity

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

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

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

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

This text has shadow with #E7514A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7514A on black background.


Color preview on white background

This text has color #E7514A on white background.



Black color preview on #E7514A background

This text has black color on #E7514A background.


White color preview on #E7514A background

This text has white color on #E7514A background.