COLOR #FD3C35

HEX: #FD3C35
RGB: (253,60,53)

Color info

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

RGB color model

#FD3C35 color RGB value is (253,60,53).

  • red value is 253;
  • green value is 60;
  • blue value is 53.
RGB:
(253,60,53)
(99%,24%,21%)

RGB channels and saturation

R 253 of 255 = 99%
G 60 of 255 = 24%
B 53 of 255 = 21%

253
60
53

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

Portions of RGB colors in percentages

R + G + B =
253 + 60 + 53 = 366 (100%)
R 253 of 366 ~ 69.13%
G 60 of 366 ~ 16.39%
B 53 of 366 ~ 14.48%

%69.13
%16.39
%14.48

CMYK color model

#FD3C35 color CMYK value is (0,76,79,1).

  • cyan value is 0.00%
  • magenta value is 76.28%
  • yellow value is 79.05%
  • key color value is 0.78%
CMYK:
(0,76,79,1)
C0M76Y79K1 
(0%,76%,79%,1%)
(0.00/0.76/0.79/0.01)	

CMYK percentages

%0
%76.28
%79.05
%0.78

Codes

Color #FD3C35 in popluar color models

FD3C35
RGB2536053
HSL98.04%60.00%
HSB/HSV79.05%99.22%
CMYK0.00%76.28%79.05%
0.78%

Color #FD3C35 in popluar number systems.

HEXFD3C35
Decimal2536053
Binary11111101111100110101
Octal3757465

Shades and tints

Shades of #FD3C35

#FD3C35
(253,60,53)
#E63731
(230,55,49)
#CF322D
(207,50,45)
#B82D29
(184,45,41)
#A12825
(161,40,37)
#8A2321
(138,35,33)
#731E1D
(115,30,29)
#5C1919
(92,25,25)
#451415
(69,20,21)
#2E0F11
(46,15,17)
#170A0D
(23,10,13)
#000000
(0,0,0)

Tints of #FD3C35

#FD3C35
(253,60,53)
#FD4D47
(253,77,71)
#FD5E59
(253,94,89)
#FD6F6B
(253,111,107)
#FD807D
(253,128,125)
#FD918F
(253,145,143)
#FDA2A1
(253,162,161)
#FDB3B3
(253,179,179)
#FDC4C5
(253,196,197)
#FDD5D7
(253,213,215)
#FDE6E9
(253,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD3C35 color. Also use rgb(253,60,53) instead hex code.

Text Font Color

.myTextColor { color: #FD3C35; }

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

This text font color is #FD3C35.


Background Color

.myBgColor { background-color: #FD3C35; }

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

This div background color is #FD3C35.


Border color

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

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

This div border color is #FD3C35.


Opacity

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

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

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

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

This text has shadow with #FD3C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD3C35 on black background.


Color preview on white background

This text has color #FD3C35 on white background.



Black color preview on #FD3C35 background

This text has black color on #FD3C35 background.


White color preview on #FD3C35 background

This text has white color on #FD3C35 background.