COLOR #EC450C

HEX: #EC450C
RGB: (236,69,12)

Color info

#EC450C contains mainly red color. Web safe color of #EC450C is #FF3300 (or #F30).

RGB color model

#EC450C color RGB value is (236,69,12).

  • red value is 236;
  • green value is 69;
  • blue value is 12.
RGB:
(236,69,12)
(93%,27%,5%)

RGB channels and saturation

R 236 of 255 = 93%
G 69 of 255 = 27%
B 12 of 255 = 5%

236
69
12

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

Portions of RGB colors in percentages

R + G + B =
236 + 69 + 12 = 317 (100%)
R 236 of 317 ~ 74.45%
G 69 of 317 ~ 21.77%
B 12 of 317 ~ 3.79%

%74.45
%21.77

CMYK color model

#EC450C color CMYK value is (0,71,95,7).

  • cyan value is 0.00%
  • magenta value is 70.76%
  • yellow value is 94.92%
  • key color value is 7.45%
CMYK:
(0,71,95,7)
C0M71Y95K7 
(0%,71%,95%,7%)
(0.00/0.71/0.95/0.07)	

CMYK percentages

%0
%70.76
%94.92
%7.45

Codes

Color #EC450C in popluar color models

EC450C
RGB2366912
HSL15°90.32%48.63%
HSB/HSV15°94.92%92.55%
CMYK0.00%70.76%94.92%
7.45%

Color #EC450C in popluar number systems.

HEXEC450C
Decimal2366912
Binary1110110010001011100
Octal35410514

Shades and tints

Shades of #EC450C

#EC450C
(236,69,12)
#D73F0B
(215,63,11)
#C2390A
(194,57,10)
#AD3309
(173,51,9)
#982D08
(152,45,8)
#832707
(131,39,7)
#6E2106
(110,33,6)
#591B05
(89,27,5)
#441504
(68,21,4)
#2F0F03
(47,15,3)
#1A0902
(26,9,2)
#000000
(0,0,0)

Tints of #EC450C

#EC450C
(236,69,12)
#ED5522
(237,85,34)
#EE6538
(238,101,56)
#EF754E
(239,117,78)
#F08564
(240,133,100)
#F1957A
(241,149,122)
#F2A590
(242,165,144)
#F3B5A6
(243,181,166)
#F4C5BC
(244,197,188)
#F5D5D2
(245,213,210)
#F6E5E8
(246,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC450C color. Also use rgb(236,69,12) instead hex code.

Text Font Color

.myTextColor { color: #EC450C; }

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

This text font color is #EC450C.


Background Color

.myBgColor { background-color: #EC450C; }

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

This div background color is #EC450C.


Border color

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

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

This div border color is #EC450C.


Opacity

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

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

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

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

This text has shadow with #EC450C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC450C on black background.


Color preview on white background

This text has color #EC450C on white background.



Black color preview on #EC450C background

This text has black color on #EC450C background.


White color preview on #EC450C background

This text has white color on #EC450C background.