COLOR #FF2440

HEX: #FF2440
RGB: (255,36,64)

Color info

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

RGB color model

#FF2440 color RGB value is (255,36,64).

  • red value is 255;
  • green value is 36;
  • blue value is 64.
RGB:
(255,36,64)
(100%,14%,25%)

RGB channels and saturation

R 255 of 255 = 100%
G 36 of 255 = 14%
B 64 of 255 = 25%

255
36
64

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

Portions of RGB colors in percentages

R + G + B =
255 + 36 + 64 = 355 (100%)
R 255 of 355 ~ 71.83%
G 36 of 355 ~ 10.14%
B 64 of 355 ~ 18.03%

%71.83
%10.14
%18.03

CMYK color model

#FF2440 color CMYK value is (0,86,75,0).

  • cyan value is 0.00%
  • magenta value is 85.88%
  • yellow value is 74.90%
  • key color value is 0.00%
CMYK:
(0,86,75,0)
C0M86Y75K0 
(0%,86%,75%,0%)
(0.00/0.86/0.75/0.00)	

CMYK percentages

%0
%85.88
%74.9
%0

Codes

Color #FF2440 in popluar color models

FF2440
RGB2553664
HSL352°100.00%57.06%
HSB/HSV352°85.88%100.00%
CMYK0.00%85.88%74.90%
0.00%

Color #FF2440 in popluar number systems.

HEXFF2440
Decimal2553664
Binary111111111001001000000
Octal37744100

Shades and tints

Shades of #FF2440

#FF2440
(255,36,64)
#E8213B
(232,33,59)
#D11E36
(209,30,54)
#BA1B31
(186,27,49)
#A3182C
(163,24,44)
#8C1527
(140,21,39)
#751222
(117,18,34)
#5E0F1D
(94,15,29)
#470C18
(71,12,24)
#300913
(48,9,19)
#19060E
(25,6,14)
#000000
(0,0,0)

Tints of #FF2440

#FF2440
(255,36,64)
#FF3751
(255,55,81)
#FF4A62
(255,74,98)
#FF5D73
(255,93,115)
#FF7084
(255,112,132)
#FF8395
(255,131,149)
#FF96A6
(255,150,166)
#FFA9B7
(255,169,183)
#FFBCC8
(255,188,200)
#FFCFD9
(255,207,217)
#FFE2EA
(255,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF2440; }

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

This text font color is #FF2440.


Background Color

.myBgColor { background-color: #FF2440; }

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

This div background color is #FF2440.


Border color

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

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

This div border color is #FF2440.


Opacity

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

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

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

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

This text has shadow with #FF2440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF2440 on black background.


Color preview on white background

This text has color #FF2440 on white background.



Black color preview on #FF2440 background

This text has black color on #FF2440 background.


White color preview on #FF2440 background

This text has white color on #FF2440 background.