COLOR #FD180C

HEX: #FD180C
RGB: (253,24,12)

Color info

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

RGB color model

#FD180C color RGB value is (253,24,12).

  • red value is 253;
  • green value is 24;
  • blue value is 12.
RGB:
(253,24,12)
(99%,9%,5%)

RGB channels and saturation

R 253 of 255 = 99%
G 24 of 255 = 9%
B 12 of 255 = 5%

253
24
12

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

Portions of RGB colors in percentages

R + G + B =
253 + 24 + 12 = 289 (100%)
R 253 of 289 ~ 87.54%
G 24 of 289 ~ 8.3%
B 12 of 289 ~ 4.15%

%87.54

CMYK color model

#FD180C color CMYK value is (0,91,95,1).

  • cyan value is 0.00%
  • magenta value is 90.51%
  • yellow value is 95.26%
  • key color value is 0.78%
CMYK:
(0,91,95,1)
C0M91Y95K1 
(0%,91%,95%,1%)
(0.00/0.91/0.95/0.01)	

CMYK percentages

%0
%90.51
%95.26
%0.78

Codes

Color #FD180C in popluar color models

FD180C
RGB2532412
HSL98.37%51.96%
HSB/HSV95.26%99.22%
CMYK0.00%90.51%95.26%
0.78%

Color #FD180C in popluar number systems.

HEXFD180C
Decimal2532412
Binary11111101110001100
Octal3753014

Shades and tints

Shades of #FD180C

#FD180C
(253,24,12)
#E6160B
(230,22,11)
#CF140A
(207,20,10)
#B81209
(184,18,9)
#A11008
(161,16,8)
#8A0E07
(138,14,7)
#730C06
(115,12,6)
#5C0A05
(92,10,5)
#450804
(69,8,4)
#2E0603
(46,6,3)
#170402
(23,4,2)
#000000
(0,0,0)

Tints of #FD180C

#FD180C
(253,24,12)
#FD2D22
(253,45,34)
#FD4238
(253,66,56)
#FD574E
(253,87,78)
#FD6C64
(253,108,100)
#FD817A
(253,129,122)
#FD9690
(253,150,144)
#FDABA6
(253,171,166)
#FDC0BC
(253,192,188)
#FDD5D2
(253,213,210)
#FDEAE8
(253,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD180C color. Also use rgb(253,24,12) instead hex code.

Text Font Color

.myTextColor { color: #FD180C; }

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

This text font color is #FD180C.


Background Color

.myBgColor { background-color: #FD180C; }

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

This div background color is #FD180C.


Border color

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

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

This div border color is #FD180C.


Opacity

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

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

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

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

This text has shadow with #FD180C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD180C on black background.


Color preview on white background

This text has color #FD180C on white background.



Black color preview on #FD180C background

This text has black color on #FD180C background.


White color preview on #FD180C background

This text has white color on #FD180C background.