COLOR #EC0622

HEX: #EC0622
RGB: (236,6,34)

Color info

#EC0622 contains mainly red color. Web safe color of #EC0622 is #FF0033 (or #F03).

RGB color model

#EC0622 color RGB value is (236,6,34).

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

RGB channels and saturation

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

236
6
34

R + G + B ~ 36%. #EC0622 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
236 + 6 + 34 = 276 (100%)
R 236 of 276 ~ 85.51%
G 6 of 276 ~ 2.17%
B 34 of 276 ~ 12.32%

%85.51
%12.32

CMYK color model

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

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

CMYK percentages

%0
%97.46
%85.59
%7.45

Codes

Color #EC0622 in popluar color models

EC0622
RGB236634
HSL353°95.04%47.45%
HSB/HSV353°97.46%92.55%
CMYK0.00%97.46%85.59%
7.45%

Color #EC0622 in popluar number systems.

HEXEC0622
Decimal236634
Binary11101100110100010
Octal354642

Shades and tints

Shades of #EC0622

#EC0622
(236,6,34)
#D7061F
(215,6,31)
#C2061C
(194,6,28)
#AD0619
(173,6,25)
#980616
(152,6,22)
#830613
(131,6,19)
#6E0610
(110,6,16)
#59060D
(89,6,13)
#44060A
(68,6,10)
#2F0607
(47,6,7)
#1A0604
(26,6,4)
#000000
(0,0,0)

Tints of #EC0622

#EC0622
(236,6,34)
#ED1C36
(237,28,54)
#EE324A
(238,50,74)
#EF485E
(239,72,94)
#F05E72
(240,94,114)
#F17486
(241,116,134)
#F28A9A
(242,138,154)
#F3A0AE
(243,160,174)
#F4B6C2
(244,182,194)
#F5CCD6
(245,204,214)
#F6E2EA
(246,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC0622; }

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

This text font color is #EC0622.


Background Color

.myBgColor { background-color: #EC0622; }

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

This div background color is #EC0622.


Border color

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

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

This div border color is #EC0622.


Opacity

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

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

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

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

This text has shadow with #EC0622 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC0622 on black background.


Color preview on white background

This text has color #EC0622 on white background.



Black color preview on #EC0622 background

This text has black color on #EC0622 background.


White color preview on #EC0622 background

This text has white color on #EC0622 background.