COLOR #FF1717

HEX: #FF1717
RGB: (255,23,23)

Color info

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

RGB color model

#FF1717 color RGB value is (255,23,23).

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

RGB channels and saturation

R 255 of 255 = 100%
G 23 of 255 = 9%
B 23 of 255 = 9%

255
23
23

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

Portions of RGB colors in percentages

R + G + B =
255 + 23 + 23 = 301 (100%)
R 255 of 301 ~ 84.72%
G 23 of 301 ~ 7.64%
B 23 of 301 ~ 7.64%

%84.72

CMYK color model

#FF1717 color CMYK value is (0,91,91,0).

  • cyan value is 0.00%
  • magenta value is 90.98%
  • yellow value is 90.98%
  • key color value is 0.00%
CMYK:
(0,91,91,0)
C0M91Y91K0 
(0%,91%,91%,0%)
(0.00/0.91/0.91/0.00)	

CMYK percentages

%0
%90.98
%90.98
%0

Codes

Color #FF1717 in popluar color models

FF1717
RGB2552323
HSL100.00%54.51%
HSB/HSV90.98%100.00%
CMYK0.00%90.98%90.98%
0.00%

Color #FF1717 in popluar number systems.

HEXFF1717
Decimal2552323
Binary111111111011110111
Octal3772727

Shades and tints

Shades of #FF1717

#FF1717
(255,23,23)
#E81515
(232,21,21)
#D11313
(209,19,19)
#BA1111
(186,17,17)
#A30F0F
(163,15,15)
#8C0D0D
(140,13,13)
#750B0B
(117,11,11)
#5E0909
(94,9,9)
#470707
(71,7,7)
#300505
(48,5,5)
#190303
(25,3,3)
#000000
(0,0,0)

Tints of #FF1717

#FF1717
(255,23,23)
#FF2C2C
(255,44,44)
#FF4141
(255,65,65)
#FF5656
(255,86,86)
#FF6B6B
(255,107,107)
#FF8080
(255,128,128)
#FF9595
(255,149,149)
#FFAAAA
(255,170,170)
#FFBFBF
(255,191,191)
#FFD4D4
(255,212,212)
#FFE9E9
(255,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF1717; }

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

This text font color is #FF1717.


Background Color

.myBgColor { background-color: #FF1717; }

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

This div background color is #FF1717.


Border color

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

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

This div border color is #FF1717.


Opacity

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

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

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

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

This text has shadow with #FF1717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF1717 on black background.


Color preview on white background

This text has color #FF1717 on white background.



Black color preview on #FF1717 background

This text has black color on #FF1717 background.


White color preview on #FF1717 background

This text has white color on #FF1717 background.