COLOR #E24348

HEX: #E24348
RGB: (226,67,72)

Color info

#E24348 contains mainly red color. Web safe color of #E24348 is #CC3333 (or #C33).

RGB color model

#E24348 color RGB value is (226,67,72).

  • red value is 226;
  • green value is 67;
  • blue value is 72.
RGB:
(226,67,72)
(89%,26%,28%)

RGB channels and saturation

R 226 of 255 = 89%
G 67 of 255 = 26%
B 72 of 255 = 28%

226
67
72

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

Portions of RGB colors in percentages

R + G + B =
226 + 67 + 72 = 365 (100%)
R 226 of 365 ~ 61.92%
G 67 of 365 ~ 18.36%
B 72 of 365 ~ 19.73%

%61.92
%18.36
%19.73

CMYK color model

#E24348 color CMYK value is (0,70,68,11).

  • cyan value is 0.00%
  • magenta value is 70.35%
  • yellow value is 68.14%
  • key color value is 11.37%
CMYK:
(0,70,68,11)
C0M70Y68K11 
(0%,70%,68%,11%)
(0.00/0.70/0.68/0.11)	

CMYK percentages

%0
%70.35
%68.14
%11.37

Codes

Color #E24348 in popluar color models

E24348
RGB2266772
HSL358°73.27%57.45%
HSB/HSV358°70.35%88.63%
CMYK0.00%70.35%68.14%
11.37%

Color #E24348 in popluar number systems.

HEXE24348
Decimal2266772
Binary1110001010000111001000
Octal342103110

Shades and tints

Shades of #E24348

#E24348
(226,67,72)
#CE3D42
(206,61,66)
#BA373C
(186,55,60)
#A63136
(166,49,54)
#922B30
(146,43,48)
#7E252A
(126,37,42)
#6A1F24
(106,31,36)
#56191E
(86,25,30)
#421318
(66,19,24)
#2E0D12
(46,13,18)
#1A070C
(26,7,12)
#000000
(0,0,0)

Tints of #E24348

#E24348
(226,67,72)
#E45458
(228,84,88)
#E66568
(230,101,104)
#E87678
(232,118,120)
#EA8788
(234,135,136)
#EC9898
(236,152,152)
#EEA9A8
(238,169,168)
#F0BAB8
(240,186,184)
#F2CBC8
(242,203,200)
#F4DCD8
(244,220,216)
#F6EDE8
(246,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E24348 color. Also use rgb(226,67,72) instead hex code.

Text Font Color

.myTextColor { color: #E24348; }

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

This text font color is #E24348.


Background Color

.myBgColor { background-color: #E24348; }

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

This div background color is #E24348.


Border color

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

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

This div border color is #E24348.


Opacity

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

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

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

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

This text has shadow with #E24348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E24348 on black background.


Color preview on white background

This text has color #E24348 on white background.



Black color preview on #E24348 background

This text has black color on #E24348 background.


White color preview on #E24348 background

This text has white color on #E24348 background.