COLOR #E54121

HEX: #E54121
RGB: (229,65,33)

Renk bilgisi

#E54121 contains mainly red color. #E54121 ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#E54121 color RGB value is (229,65,33).

  • kırmız ton 229;
  • yeşil ton 65;
  • mavi ton 33.
RGB:
(229,65,33)
(90%,25%,13%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 65 of 255 = 25%
B 33 of 255 = 13%

229
65
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 65 + 33 = 327 (100%)
R 229 of 327 ~ 70.03%
G 65 of 327 ~ 19.88%
B 33 of 327 ~ 10.09%

%70.03
%19.88
%10.09

CMYK RENK MODELİ

#E54121 rengi CMYK tonu (0,72,86,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 71.62%
  • sarı tonu 85.59%
  • ana renk tonu 10.20%
CMYK:
(0,72,86,10)
C0M72Y86K10 
(0%,72%,86%,10%)
(0.00/0.72/0.86/0.10)	

CMYK yüzdeleri

%0
%71.62
%85.59
%10.2

Codes

Color #E54121 in popluar color models

E54121
RGB2296533
HSL10°79.03%51.37%
HSB/HSV10°85.59%89.80%
CMYK0.00%71.62%85.59%
10.20%

Color #E54121 in popluar number systems.

HEXE54121
Decimal2296533
Binary111001011000001100001
Octal34510141

Shades and tints

Shades of #E54121

#E54121
(229,65,33)
#D13C1E
(209,60,30)
#BD371B
(189,55,27)
#A93218
(169,50,24)
#952D15
(149,45,21)
#812812
(129,40,18)
#6D230F
(109,35,15)
#591E0C
(89,30,12)
#451909
(69,25,9)
#311406
(49,20,6)
#1D0F03
(29,15,3)
#000000
(0,0,0)

Tints of #E54121

#E54121
(229,65,33)
#E75235
(231,82,53)
#E96349
(233,99,73)
#EB745D
(235,116,93)
#ED8571
(237,133,113)
#EF9685
(239,150,133)
#F1A799
(241,167,153)
#F3B8AD
(243,184,173)
#F5C9C1
(245,201,193)
#F7DAD5
(247,218,213)
#F9EBE9
(249,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E54121 color. Also use rgb(229,65,33) instead hex code.

Text Font Color

.myTextColor { color: #E54121; }

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

This text font color is #E54121.


Background Color

.myBgColor { background-color: #E54121; }

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

This div background color is #E54121.


Border color

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

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

This div border color is #E54121.


Opacity

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

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

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

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

This text has shadow with #E54121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E54121 on black background.


Color preview on white background

This text has color #E54121 on white background.



Black color preview on #E54121 background

This text has black color on #E54121 background.


White color preview on #E54121 background

This text has white color on #E54121 background.