COLOR #FF0033

HEX: #FF0033
RGB: (255,0,51)

Color info

#FF0033 contains mainly red color. #FF0033 color is web safe color. It maybe written shortly as #F03.

RGB color model

#FF0033 color RGB value is (255,0,51).

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

RGB channels and saturation

R 255 of 255 = 100%
G 0 of 255 = 0%
B 51 of 255 = 20%

255
0
51

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

Portions of RGB colors in percentages

R + G + B =
255 + 0 + 51 = 306 (100%)
R 255 of 306 ~ 83.33%
G 0 of 306 ~ 0%
B 51 of 306 ~ 16.67%

%83.33
%16.67

CMYK color model

#FF0033 color CMYK value is (0,100,80,0).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 80.00%
  • key color value is 0.00%
CMYK:
(0,100,80,0)
C0M100Y80K0 
(0%,100%,80%,0%)
(0.00/1.00/0.80/0.00)	

CMYK percentages

%0
%100
%80
%0

Codes

Color #FF0033 in popluar color models

FF0033
RGB255051
HSL348°100.00%50.00%
HSB/HSV348°100.00%100.00%
CMYK0.00%100.00%80.00%
0.00%

Color #FF0033 in popluar number systems.

HEXFF0033
Decimal255051
Binary111111110110011
Octal377063

Shades and tints

Shades of #FF0033

#FF0033
(255,0,51)
#E8002F
(232,0,47)
#D1002B
(209,0,43)
#BA0027
(186,0,39)
#A30023
(163,0,35)
#8C001F
(140,0,31)
#75001B
(117,0,27)
#5E0017
(94,0,23)
#470013
(71,0,19)
#30000F
(48,0,15)
#19000B
(25,0,11)
#000000
(0,0,0)

Tints of #FF0033

#FF0033
(255,0,51)
#FF1745
(255,23,69)
#FF2E57
(255,46,87)
#FF4569
(255,69,105)
#FF5C7B
(255,92,123)
#FF738D
(255,115,141)
#FF8A9F
(255,138,159)
#FFA1B1
(255,161,177)
#FFB8C3
(255,184,195)
#FFCFD5
(255,207,213)
#FFE6E7
(255,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF0033; }

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

This text font color is #FF0033.


Background Color

.myBgColor { background-color: #FF0033; }

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

This div background color is #FF0033.


Border color

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

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

This div border color is #FF0033.


Opacity

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

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

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

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

This text has shadow with #FF0033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF0033 on black background.


Color preview on white background

This text has color #FF0033 on white background.



Black color preview on #FF0033 background

This text has black color on #FF0033 background.


White color preview on #FF0033 background

This text has white color on #FF0033 background.