COLOR #E83514

HEX: #E83514
RGB: (232,53,20)

Renk bilgisi

#E83514 contains mainly red color. #E83514 ‘ nin web güvenlik rengi #FF3300 (ya da #F30) dir.

RGB renk modeli

#E83514 color RGB value is (232,53,20).

  • kırmız ton 232;
  • yeşil ton 53;
  • mavi ton 20.
RGB:
(232,53,20)
(91%,21%,8%)

RGB bağlantıları ve doygunluk

R 232 of 255 = 91%
G 53 of 255 = 21%
B 20 of 255 = 8%

232
53
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
232 + 53 + 20 = 305 (100%)
R 232 of 305 ~ 76.07%
G 53 of 305 ~ 17.38%
B 20 of 305 ~ 6.56%

%76.07
%17.38

CMYK RENK MODELİ

#E83514 rengi CMYK tonu (0,77,91,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.16%
  • sarı tonu 91.38%
  • ana renk tonu 9.02%
CMYK:
(0,77,91,9)
C0M77Y91K9 
(0%,77%,91%,9%)
(0.00/0.77/0.91/0.09)	

CMYK yüzdeleri

%0
%77.16
%91.38
%9.02

Codes

Color #E83514 in popluar color models

E83514
RGB2325320
HSL84.13%49.41%
HSB/HSV91.38%90.98%
CMYK0.00%77.16%91.38%
9.02%

Color #E83514 in popluar number systems.

HEXE83514
Decimal2325320
Binary1110100011010110100
Octal3506524

Shades and tints

Shades of #E83514

#E83514
(232,53,20)
#D33113
(211,49,19)
#BE2D12
(190,45,18)
#A92911
(169,41,17)
#942510
(148,37,16)
#7F210F
(127,33,15)
#6A1D0E
(106,29,14)
#55190D
(85,25,13)
#40150C
(64,21,12)
#2B110B
(43,17,11)
#160D0A
(22,13,10)
#000000
(0,0,0)

Tints of #E83514

#E83514
(232,53,20)
#EA4729
(234,71,41)
#EC593E
(236,89,62)
#EE6B53
(238,107,83)
#F07D68
(240,125,104)
#F28F7D
(242,143,125)
#F4A192
(244,161,146)
#F6B3A7
(246,179,167)
#F8C5BC
(248,197,188)
#FAD7D1
(250,215,209)
#FCE9E6
(252,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E83514 color. Also use rgb(232,53,20) instead hex code.

Text Font Color

.myTextColor { color: #E83514; }

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

This text font color is #E83514.


Background Color

.myBgColor { background-color: #E83514; }

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

This div background color is #E83514.


Border color

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

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

This div border color is #E83514.


Opacity

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

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

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

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

This text has shadow with #E83514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E83514 on black background.


Color preview on white background

This text has color #E83514 on white background.



Black color preview on #E83514 background

This text has black color on #E83514 background.


White color preview on #E83514 background

This text has white color on #E83514 background.