COLOR #FF2E2E

HEX: #FF2E2E
RGB: (255,46,46)

Color info

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

RGB color model

#FF2E2E color RGB value is (255,46,46).

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

RGB channels and saturation

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

255
46
46

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

Portions of RGB colors in percentages

R + G + B =
255 + 46 + 46 = 347 (100%)
R 255 of 347 ~ 73.49%
G 46 of 347 ~ 13.26%
B 46 of 347 ~ 13.26%

%73.49
%13.26
%13.26

CMYK color model

#FF2E2E color CMYK value is (0,82,82,0).

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

CMYK percentages

%0
%81.96
%81.96
%0

Codes

Color #FF2E2E in popluar color models

FF2E2E
RGB2554646
HSL100.00%59.02%
HSB/HSV81.96%100.00%
CMYK0.00%81.96%81.96%
0.00%

Color #FF2E2E in popluar number systems.

HEXFF2E2E
Decimal2554646
Binary11111111101110101110
Octal3775656

Shades and tints

Shades of #FF2E2E

#FF2E2E
(255,46,46)
#E82A2A
(232,42,42)
#D12626
(209,38,38)
#BA2222
(186,34,34)
#A31E1E
(163,30,30)
#8C1A1A
(140,26,26)
#751616
(117,22,22)
#5E1212
(94,18,18)
#470E0E
(71,14,14)
#300A0A
(48,10,10)
#190606
(25,6,6)
#000000
(0,0,0)

Tints of #FF2E2E

#FF2E2E
(255,46,46)
#FF4141
(255,65,65)
#FF5454
(255,84,84)
#FF6767
(255,103,103)
#FF7A7A
(255,122,122)
#FF8D8D
(255,141,141)
#FFA0A0
(255,160,160)
#FFB3B3
(255,179,179)
#FFC6C6
(255,198,198)
#FFD9D9
(255,217,217)
#FFECEC
(255,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF2E2E; }

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

This text font color is #FF2E2E.


Background Color

.myBgColor { background-color: #FF2E2E; }

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

This div background color is #FF2E2E.


Border color

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

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

This div border color is #FF2E2E.


Opacity

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

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

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

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

This text has shadow with #FF2E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF2E2E on black background.


Color preview on white background

This text has color #FF2E2E on white background.



Black color preview on #FF2E2E background

This text has black color on #FF2E2E background.


White color preview on #FF2E2E background

This text has white color on #FF2E2E background.