COLOR #FF2800

HEX: #FF2800
RGB: (255,40,0)

Color info

#FF2800 contains mainly red color. Web safe color of #FF2800 is #FF3300 (or #F30).

RGB color model

#FF2800 color RGB value is (255,40,0).

  • red value is 255;
  • green value is 40;
  • blue value is 0.
RGB:
(255,40,0)
(100%,16%,0%)

RGB channels and saturation

R 255 of 255 = 100%
G 40 of 255 = 16%
B 0 of 255 = 0%

255
40
0

R + G + B ~ 39%. #FF2800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
255 + 40 + 0 = 295 (100%)
R 255 of 295 ~ 86.44%
G 40 of 295 ~ 13.56%
B 0 of 295 ~ 0%

%86.44
%13.56

CMYK color model

#FF2800 color CMYK value is (0,84,100,0).

  • cyan value is 0.00%
  • magenta value is 84.31%
  • yellow value is 100.00%
  • key color value is 0.00%
CMYK:
(0,84,100,0)
C0M84Y100K0 
(0%,84%,100%,0%)
(0.00/0.84/1.00/0.00)	

CMYK percentages

%0
%84.31
%100
%0

Codes

Color #FF2800 in popluar color models

FF2800
RGB255400
HSL100.00%50.00%
HSB/HSV100.00%100.00%
CMYK0.00%84.31%100.00%
0.00%

Color #FF2800 in popluar number systems.

HEXFF2800
Decimal255400
Binary111111111010000
Octal377500

Shades and tints

Shades of #FF2800

#FF2800
(255,40,0)
#E82500
(232,37,0)
#D12200
(209,34,0)
#BA1F00
(186,31,0)
#A31C00
(163,28,0)
#8C1900
(140,25,0)
#751600
(117,22,0)
#5E1300
(94,19,0)
#471000
(71,16,0)
#300D00
(48,13,0)
#190A00
(25,10,0)
#000000
(0,0,0)

Tints of #FF2800

#FF2800
(255,40,0)
#FF3B17
(255,59,23)
#FF4E2E
(255,78,46)
#FF6145
(255,97,69)
#FF745C
(255,116,92)
#FF8773
(255,135,115)
#FF9A8A
(255,154,138)
#FFADA1
(255,173,161)
#FFC0B8
(255,192,184)
#FFD3CF
(255,211,207)
#FFE6E6
(255,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF2800; }

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

This text font color is #FF2800.


Background Color

.myBgColor { background-color: #FF2800; }

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

This div background color is #FF2800.


Border color

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

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

This div border color is #FF2800.


Opacity

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

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

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

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

This text has shadow with #FF2800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF2800 on black background.


Color preview on white background

This text has color #FF2800 on white background.



Black color preview on #FF2800 background

This text has black color on #FF2800 background.


White color preview on #FF2800 background

This text has white color on #FF2800 background.