COLOR #E53B14

HEX: #E53B14
RGB: (229,59,20)

Renk bilgisi

#E53B14 contains mainly red color. #E53B14 ‘ nin web güvenlik rengi #CC3300 (ya da #C30) dir.

RGB renk modeli

#E53B14 color RGB value is (229,59,20).

  • kırmız ton 229;
  • yeşil ton 59;
  • mavi ton 20.
RGB:
(229,59,20)
(90%,23%,8%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 59 of 255 = 23%
B 20 of 255 = 8%

229
59
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 59 + 20 = 308 (100%)
R 229 of 308 ~ 74.35%
G 59 of 308 ~ 19.16%
B 20 of 308 ~ 6.49%

%74.35
%19.16

CMYK RENK MODELİ

#E53B14 rengi CMYK tonu (0,74,91,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 74.24%
  • sarı tonu 91.27%
  • ana renk tonu 10.20%
CMYK:
(0,74,91,10)
C0M74Y91K10 
(0%,74%,91%,10%)
(0.00/0.74/0.91/0.10)	

CMYK yüzdeleri

%0
%74.24
%91.27
%10.2

Codes

Color #E53B14 in popluar color models

E53B14
RGB2295920
HSL11°83.94%48.82%
HSB/HSV11°91.27%89.80%
CMYK0.00%74.24%91.27%
10.20%

Color #E53B14 in popluar number systems.

HEXE53B14
Decimal2295920
Binary1110010111101110100
Octal3457324

Shades and tints

Shades of #E53B14

#E53B14
(229,59,20)
#D13613
(209,54,19)
#BD3112
(189,49,18)
#A92C11
(169,44,17)
#952710
(149,39,16)
#81220F
(129,34,15)
#6D1D0E
(109,29,14)
#59180D
(89,24,13)
#45130C
(69,19,12)
#310E0B
(49,14,11)
#1D090A
(29,9,10)
#000000
(0,0,0)

Tints of #E53B14

#E53B14
(229,59,20)
#E74C29
(231,76,41)
#E95D3E
(233,93,62)
#EB6E53
(235,110,83)
#ED7F68
(237,127,104)
#EF907D
(239,144,125)
#F1A192
(241,161,146)
#F3B2A7
(243,178,167)
#F5C3BC
(245,195,188)
#F7D4D1
(247,212,209)
#F9E5E6
(249,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E53B14 color. Also use rgb(229,59,20) instead hex code.

Text Font Color

.myTextColor { color: #E53B14; }

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

This text font color is #E53B14.


Background Color

.myBgColor { background-color: #E53B14; }

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

This div background color is #E53B14.


Border color

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

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

This div border color is #E53B14.


Opacity

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

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

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

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

This text has shadow with #E53B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E53B14 on black background.


Color preview on white background

This text has color #E53B14 on white background.



Black color preview on #E53B14 background

This text has black color on #E53B14 background.


White color preview on #E53B14 background

This text has white color on #E53B14 background.