COLOR #FF1014

HEX: #FF1014
RGB: (255,16,20)

Color info

#FF1014 contains mainly red color. Web safe color of #FF1014 is #FF0000 (or #F00).

RGB color model

#FF1014 color RGB value is (255,16,20).

  • red value is 255;
  • green value is 16;
  • blue value is 20.
RGB:
(255,16,20)
(100%,6%,8%)

RGB channels and saturation

R 255 of 255 = 100%
G 16 of 255 = 6%
B 20 of 255 = 8%

255
16
20

R + G + B ~ 38%. #FF1014 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
255 + 16 + 20 = 291 (100%)
R 255 of 291 ~ 87.63%
G 16 of 291 ~ 5.5%
B 20 of 291 ~ 6.87%

%87.63

CMYK color model

#FF1014 color CMYK value is (0,94,92,0).

  • cyan value is 0.00%
  • magenta value is 93.73%
  • yellow value is 92.16%
  • key color value is 0.00%
CMYK:
(0,94,92,0)
C0M94Y92K0 
(0%,94%,92%,0%)
(0.00/0.94/0.92/0.00)	

CMYK percentages

%0
%93.73
%92.16
%0

Codes

Color #FF1014 in popluar color models

FF1014
RGB2551620
HSL359°100.00%53.14%
HSB/HSV359°93.73%100.00%
CMYK0.00%93.73%92.16%
0.00%

Color #FF1014 in popluar number systems.

HEXFF1014
Decimal2551620
Binary111111111000010100
Octal3772024

Shades and tints

Shades of #FF1014

#FF1014
(255,16,20)
#E80F13
(232,15,19)
#D10E12
(209,14,18)
#BA0D11
(186,13,17)
#A30C10
(163,12,16)
#8C0B0F
(140,11,15)
#750A0E
(117,10,14)
#5E090D
(94,9,13)
#47080C
(71,8,12)
#30070B
(48,7,11)
#19060A
(25,6,10)
#000000
(0,0,0)

Tints of #FF1014

#FF1014
(255,16,20)
#FF2529
(255,37,41)
#FF3A3E
(255,58,62)
#FF4F53
(255,79,83)
#FF6468
(255,100,104)
#FF797D
(255,121,125)
#FF8E92
(255,142,146)
#FFA3A7
(255,163,167)
#FFB8BC
(255,184,188)
#FFCDD1
(255,205,209)
#FFE2E6
(255,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF1014; }

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

This text font color is #FF1014.


Background Color

.myBgColor { background-color: #FF1014; }

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

This div background color is #FF1014.


Border color

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

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

This div border color is #FF1014.


Opacity

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

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

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

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

This text has shadow with #FF1014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF1014 on black background.


Color preview on white background

This text has color #FF1014 on white background.



Black color preview on #FF1014 background

This text has black color on #FF1014 background.


White color preview on #FF1014 background

This text has white color on #FF1014 background.