COLOR #EC0606

HEX: #EC0606
RGB: (236,6,6)

Color info

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

RGB color model

#EC0606 color RGB value is (236,6,6).

  • red value is 236;
  • green value is 6;
  • blue value is 6.
RGB:
(236,6,6)
(93%,2%,2%)

RGB channels and saturation

R 236 of 255 = 93%
G 6 of 255 = 2%
B 6 of 255 = 2%

236
6
6

R + G + B ~ 32%. #EC0606 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
236 + 6 + 6 = 248 (100%)
R 236 of 248 ~ 95.16%
G 6 of 248 ~ 2.42%
B 6 of 248 ~ 2.42%

%95.16

CMYK color model

#EC0606 color CMYK value is (0,97,97,7).

  • cyan value is 0.00%
  • magenta value is 97.46%
  • yellow value is 97.46%
  • key color value is 7.45%
CMYK:
(0,97,97,7)
C0M97Y97K7 
(0%,97%,97%,7%)
(0.00/0.97/0.97/0.07)	

CMYK percentages

%0
%97.46
%97.46
%7.45

Codes

Color #EC0606 in popluar color models

EC0606
RGB23666
HSL95.04%47.45%
HSB/HSV97.46%92.55%
CMYK0.00%97.46%97.46%
7.45%

Color #EC0606 in popluar number systems.

HEXEC0606
Decimal23666
Binary11101100110110
Octal35466

Shades and tints

Shades of #EC0606

#EC0606
(236,6,6)
#D70606
(215,6,6)
#C20606
(194,6,6)
#AD0606
(173,6,6)
#980606
(152,6,6)
#830606
(131,6,6)
#6E0606
(110,6,6)
#590606
(89,6,6)
#440606
(68,6,6)
#2F0606
(47,6,6)
#1A0606
(26,6,6)
#000000
(0,0,0)

Tints of #EC0606

#EC0606
(236,6,6)
#ED1C1C
(237,28,28)
#EE3232
(238,50,50)
#EF4848
(239,72,72)
#F05E5E
(240,94,94)
#F17474
(241,116,116)
#F28A8A
(242,138,138)
#F3A0A0
(243,160,160)
#F4B6B6
(244,182,182)
#F5CCCC
(245,204,204)
#F6E2E2
(246,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC0606; }

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

This text font color is #EC0606.


Background Color

.myBgColor { background-color: #EC0606; }

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

This div background color is #EC0606.


Border color

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

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

This div border color is #EC0606.


Opacity

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

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

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

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

This text has shadow with #EC0606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC0606 on black background.


Color preview on white background

This text has color #EC0606 on white background.



Black color preview on #EC0606 background

This text has black color on #EC0606 background.


White color preview on #EC0606 background

This text has white color on #EC0606 background.