COLOR #E52814

HEX: #E52814
RGB: (229,40,20)

Renk bilgisi

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

RGB renk modeli

#E52814 color RGB value is (229,40,20).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 40 of 255 = 16%
B 20 of 255 = 8%

229
40
20

R + G + B ~ 38%. #E52814 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 40 + 20 = 289 (100%)
R 229 of 289 ~ 79.24%
G 40 of 289 ~ 13.84%
B 20 of 289 ~ 6.92%

%79.24
%13.84

CMYK RENK MODELİ

#E52814 rengi CMYK tonu (0,83,91,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 82.53%
  • sarı tonu 91.27%
  • ana renk tonu 10.20%
CMYK:
(0,83,91,10)
C0M83Y91K10 
(0%,83%,91%,10%)
(0.00/0.83/0.91/0.10)	

CMYK yüzdeleri

%0
%82.53
%91.27
%10.2

Codes

Color #E52814 in popluar color models

E52814
RGB2294020
HSL83.94%48.82%
HSB/HSV91.27%89.80%
CMYK0.00%82.53%91.27%
10.20%

Color #E52814 in popluar number systems.

HEXE52814
Decimal2294020
Binary1110010110100010100
Octal3455024

Shades and tints

Shades of #E52814

#E52814
(229,40,20)
#D12513
(209,37,19)
#BD2212
(189,34,18)
#A91F11
(169,31,17)
#951C10
(149,28,16)
#81190F
(129,25,15)
#6D160E
(109,22,14)
#59130D
(89,19,13)
#45100C
(69,16,12)
#310D0B
(49,13,11)
#1D0A0A
(29,10,10)
#000000
(0,0,0)

Tints of #E52814

#E52814
(229,40,20)
#E73B29
(231,59,41)
#E94E3E
(233,78,62)
#EB6153
(235,97,83)
#ED7468
(237,116,104)
#EF877D
(239,135,125)
#F19A92
(241,154,146)
#F3ADA7
(243,173,167)
#F5C0BC
(245,192,188)
#F7D3D1
(247,211,209)
#F9E6E6
(249,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E52814; }

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

This text font color is #E52814.


Background Color

.myBgColor { background-color: #E52814; }

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

This div background color is #E52814.


Border color

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

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

This div border color is #E52814.


Opacity

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

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

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

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

This text has shadow with #E52814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E52814 on black background.


Color preview on white background

This text has color #E52814 on white background.



Black color preview on #E52814 background

This text has black color on #E52814 background.


White color preview on #E52814 background

This text has white color on #E52814 background.