COLOR #FF4040

HEX: #FF4040
RGB: (255,64,64)

Color info

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

RGB color model

#FF4040 color RGB value is (255,64,64).

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

RGB channels and saturation

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

255
64
64

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

Portions of RGB colors in percentages

R + G + B =
255 + 64 + 64 = 383 (100%)
R 255 of 383 ~ 66.58%
G 64 of 383 ~ 16.71%
B 64 of 383 ~ 16.71%

%66.58
%16.71
%16.71

CMYK color model

#FF4040 color CMYK value is (0,75,75,0).

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

CMYK percentages

%0
%74.9
%74.9
%0

Codes

Color #FF4040 in popluar color models

FF4040
RGB2556464
HSL100.00%62.55%
HSB/HSV74.90%100.00%
CMYK0.00%74.90%74.90%
0.00%

Color #FF4040 in popluar number systems.

HEXFF4040
Decimal2556464
Binary1111111110000001000000
Octal377100100

Shades and tints

Shades of #FF4040

#FF4040
(255,64,64)
#E83B3B
(232,59,59)
#D13636
(209,54,54)
#BA3131
(186,49,49)
#A32C2C
(163,44,44)
#8C2727
(140,39,39)
#752222
(117,34,34)
#5E1D1D
(94,29,29)
#471818
(71,24,24)
#301313
(48,19,19)
#190E0E
(25,14,14)
#000000
(0,0,0)

Tints of #FF4040

#FF4040
(255,64,64)
#FF5151
(255,81,81)
#FF6262
(255,98,98)
#FF7373
(255,115,115)
#FF8484
(255,132,132)
#FF9595
(255,149,149)
#FFA6A6
(255,166,166)
#FFB7B7
(255,183,183)
#FFC8C8
(255,200,200)
#FFD9D9
(255,217,217)
#FFEAEA
(255,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF4040; }

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

This text font color is #FF4040.


Background Color

.myBgColor { background-color: #FF4040; }

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

This div background color is #FF4040.


Border color

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

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

This div border color is #FF4040.


Opacity

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

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

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

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

This text has shadow with #FF4040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF4040 on black background.


Color preview on white background

This text has color #FF4040 on white background.



Black color preview on #FF4040 background

This text has black color on #FF4040 background.


White color preview on #FF4040 background

This text has white color on #FF4040 background.