COLOR #E0053D

HEX: #E0053D
RGB: (224,5,61)

Renk bilgisi

#E0053D contains mainly red color. #E0053D ‘ nin web güvenlik rengi #CC0033 (ya da #C03) dir.

RGB renk modeli

#E0053D color RGB value is (224,5,61).

  • kırmız ton 224;
  • yeşil ton 5;
  • mavi ton 61.
RGB:
(224,5,61)
(88%,2%,24%)

RGB bağlantıları ve doygunluk

R 224 of 255 = 88%
G 5 of 255 = 2%
B 61 of 255 = 24%

224
5
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
224 + 5 + 61 = 290 (100%)
R 224 of 290 ~ 77.24%
G 5 of 290 ~ 1.72%
B 61 of 290 ~ 21.03%

%77.24
%21.03

CMYK RENK MODELİ

#E0053D rengi CMYK tonu (0,98,73,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 97.77%
  • sarı tonu 72.77%
  • ana renk tonu 12.16%
CMYK:
(0,98,73,12)
C0M98Y73K12 
(0%,98%,73%,12%)
(0.00/0.98/0.73/0.12)	

CMYK yüzdeleri

%0
%97.77
%72.77
%12.16

Codes

Color #E0053D in popluar color models

E0053D
RGB224561
HSL345°95.63%44.90%
HSB/HSV345°97.77%87.84%
CMYK0.00%97.77%72.77%
12.16%

Color #E0053D in popluar number systems.

HEXE0053D
Decimal224561
Binary11100000101111101
Octal340575

Shades and tints

Shades of #E0053D

#E0053D
(224,5,61)
#CC0538
(204,5,56)
#B80533
(184,5,51)
#A4052E
(164,5,46)
#900529
(144,5,41)
#7C0524
(124,5,36)
#68051F
(104,5,31)
#54051A
(84,5,26)
#400515
(64,5,21)
#2C0510
(44,5,16)
#18050B
(24,5,11)
#000000
(0,0,0)

Tints of #E0053D

#E0053D
(224,5,61)
#E21B4E
(226,27,78)
#E4315F
(228,49,95)
#E64770
(230,71,112)
#E85D81
(232,93,129)
#EA7392
(234,115,146)
#EC89A3
(236,137,163)
#EE9FB4
(238,159,180)
#F0B5C5
(240,181,197)
#F2CBD6
(242,203,214)
#F4E1E7
(244,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0053D color. Also use rgb(224,5,61) instead hex code.

Text Font Color

.myTextColor { color: #E0053D; }

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

This text font color is #E0053D.


Background Color

.myBgColor { background-color: #E0053D; }

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

This div background color is #E0053D.


Border color

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

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

This div border color is #E0053D.


Opacity

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

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

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

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

This text has shadow with #E0053D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0053D on black background.


Color preview on white background

This text has color #E0053D on white background.



Black color preview on #E0053D background

This text has black color on #E0053D background.


White color preview on #E0053D background

This text has white color on #E0053D background.