COLOR #E24C31

HEX: #E24C31
RGB: (226,76,49)

Renk bilgisi

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

RGB renk modeli

#E24C31 color RGB value is (226,76,49).

  • kırmız ton 226;
  • yeşil ton 76;
  • mavi ton 49.
RGB:
(226,76,49)
(89%,30%,19%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 76 of 255 = 30%
B 49 of 255 = 19%

226
76
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 76 + 49 = 351 (100%)
R 226 of 351 ~ 64.39%
G 76 of 351 ~ 21.65%
B 49 of 351 ~ 13.96%

%64.39
%21.65
%13.96

CMYK RENK MODELİ

#E24C31 rengi CMYK tonu (0,66,78,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.37%
  • sarı tonu 78.32%
  • ana renk tonu 11.37%
CMYK:
(0,66,78,11)
C0M66Y78K11 
(0%,66%,78%,11%)
(0.00/0.66/0.78/0.11)	

CMYK yüzdeleri

%0
%66.37
%78.32
%11.37

Codes

Color #E24C31 in popluar color models

E24C31
RGB2267649
HSL75.32%53.92%
HSB/HSV78.32%88.63%
CMYK0.00%66.37%78.32%
11.37%

Color #E24C31 in popluar number systems.

HEXE24C31
Decimal2267649
Binary111000101001100110001
Octal34211461

Shades and tints

Shades of #E24C31

#E24C31
(226,76,49)
#CE462D
(206,70,45)
#BA4029
(186,64,41)
#A63A25
(166,58,37)
#923421
(146,52,33)
#7E2E1D
(126,46,29)
#6A2819
(106,40,25)
#562215
(86,34,21)
#421C11
(66,28,17)
#2E160D
(46,22,13)
#1A1009
(26,16,9)
#000000
(0,0,0)

Tints of #E24C31

#E24C31
(226,76,49)
#E45C43
(228,92,67)
#E66C55
(230,108,85)
#E87C67
(232,124,103)
#EA8C79
(234,140,121)
#EC9C8B
(236,156,139)
#EEAC9D
(238,172,157)
#F0BCAF
(240,188,175)
#F2CCC1
(242,204,193)
#F4DCD3
(244,220,211)
#F6ECE5
(246,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E24C31 color. Also use rgb(226,76,49) instead hex code.

Text Font Color

.myTextColor { color: #E24C31; }

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

This text font color is #E24C31.


Background Color

.myBgColor { background-color: #E24C31; }

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

This div background color is #E24C31.


Border color

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

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

This div border color is #E24C31.


Opacity

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

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

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

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

This text has shadow with #E24C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E24C31 on black background.


Color preview on white background

This text has color #E24C31 on white background.



Black color preview on #E24C31 background

This text has black color on #E24C31 background.


White color preview on #E24C31 background

This text has white color on #E24C31 background.