COLOR #FF2E44

HEX: #FF2E44
RGB: (255,46,68)

Color info

#FF2E44 contains mainly red color. Web safe color of #FF2E44 is #FF3333 (or #F33).

RGB color model

#FF2E44 color RGB value is (255,46,68).

  • red value is 255;
  • green value is 46;
  • blue value is 68.
RGB:
(255,46,68)
(100%,18%,27%)

RGB channels and saturation

R 255 of 255 = 100%
G 46 of 255 = 18%
B 68 of 255 = 27%

255
46
68

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

Portions of RGB colors in percentages

R + G + B =
255 + 46 + 68 = 369 (100%)
R 255 of 369 ~ 69.11%
G 46 of 369 ~ 12.47%
B 68 of 369 ~ 18.43%

%69.11
%12.47
%18.43

CMYK color model

#FF2E44 color CMYK value is (0,82,73,0).

  • cyan value is 0.00%
  • magenta value is 81.96%
  • yellow value is 73.33%
  • key color value is 0.00%
CMYK:
(0,82,73,0)
C0M82Y73K0 
(0%,82%,73%,0%)
(0.00/0.82/0.73/0.00)	

CMYK percentages

%0
%81.96
%73.33
%0

Codes

Color #FF2E44 in popluar color models

FF2E44
RGB2554668
HSL354°100.00%59.02%
HSB/HSV354°81.96%100.00%
CMYK0.00%81.96%73.33%
0.00%

Color #FF2E44 in popluar number systems.

HEXFF2E44
Decimal2554668
Binary111111111011101000100
Octal37756104

Shades and tints

Shades of #FF2E44

#FF2E44
(255,46,68)
#E82A3E
(232,42,62)
#D12638
(209,38,56)
#BA2232
(186,34,50)
#A31E2C
(163,30,44)
#8C1A26
(140,26,38)
#751620
(117,22,32)
#5E121A
(94,18,26)
#470E14
(71,14,20)
#300A0E
(48,10,14)
#190608
(25,6,8)
#000000
(0,0,0)

Tints of #FF2E44

#FF2E44
(255,46,68)
#FF4155
(255,65,85)
#FF5466
(255,84,102)
#FF6777
(255,103,119)
#FF7A88
(255,122,136)
#FF8D99
(255,141,153)
#FFA0AA
(255,160,170)
#FFB3BB
(255,179,187)
#FFC6CC
(255,198,204)
#FFD9DD
(255,217,221)
#FFECEE
(255,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF2E44 color. Also use rgb(255,46,68) instead hex code.

Text Font Color

.myTextColor { color: #FF2E44; }

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

This text font color is #FF2E44.


Background Color

.myBgColor { background-color: #FF2E44; }

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

This div background color is #FF2E44.


Border color

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

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

This div border color is #FF2E44.


Opacity

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

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

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

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

This text has shadow with #FF2E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF2E44 on black background.


Color preview on white background

This text has color #FF2E44 on white background.



Black color preview on #FF2E44 background

This text has black color on #FF2E44 background.


White color preview on #FF2E44 background

This text has white color on #FF2E44 background.