COLOR #EE0026

HEX: #EE0026
RGB: (238,0,38)

Color info

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

RGB color model

#EE0026 color RGB value is (238,0,38).

  • red value is 238;
  • green value is 0;
  • blue value is 38.
RGB:
(238,0,38)
(93%,0%,15%)

RGB channels and saturation

R 238 of 255 = 93%
G 0 of 255 = 0%
B 38 of 255 = 15%

238
0
38

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

Portions of RGB colors in percentages

R + G + B =
238 + 0 + 38 = 276 (100%)
R 238 of 276 ~ 86.23%
G 0 of 276 ~ 0%
B 38 of 276 ~ 13.77%

%86.23
%13.77

CMYK color model

#EE0026 color CMYK value is (0,100,84,7).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 84.03%
  • key color value is 6.67%
CMYK:
(0,100,84,7)
C0M100Y84K7 
(0%,100%,84%,7%)
(0.00/1.00/0.84/0.07)	

CMYK percentages

%0
%100
%84.03
%6.67

Codes

Color #EE0026 in popluar color models

EE0026
RGB238038
HSL350°100.00%46.67%
HSB/HSV350°100.00%93.33%
CMYK0.00%100.00%84.03%
6.67%

Color #EE0026 in popluar number systems.

HEXEE0026
Decimal238038
Binary111011100100110
Octal356046

Shades and tints

Shades of #EE0026

#EE0026
(238,0,38)
#D90023
(217,0,35)
#C40020
(196,0,32)
#AF001D
(175,0,29)
#9A001A
(154,0,26)
#850017
(133,0,23)
#700014
(112,0,20)
#5B0011
(91,0,17)
#46000E
(70,0,14)
#31000B
(49,0,11)
#1C0008
(28,0,8)
#000000
(0,0,0)

Tints of #EE0026

#EE0026
(238,0,38)
#EF1739
(239,23,57)
#F02E4C
(240,46,76)
#F1455F
(241,69,95)
#F25C72
(242,92,114)
#F37385
(243,115,133)
#F48A98
(244,138,152)
#F5A1AB
(245,161,171)
#F6B8BE
(246,184,190)
#F7CFD1
(247,207,209)
#F8E6E4
(248,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE0026 color. Also use rgb(238,0,38) instead hex code.

Text Font Color

.myTextColor { color: #EE0026; }

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

This text font color is #EE0026.


Background Color

.myBgColor { background-color: #EE0026; }

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

This div background color is #EE0026.


Border color

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

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

This div border color is #EE0026.


Opacity

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

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

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

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

This text has shadow with #EE0026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE0026 on black background.


Color preview on white background

This text has color #EE0026 on white background.



Black color preview on #EE0026 background

This text has black color on #EE0026 background.


White color preview on #EE0026 background

This text has white color on #EE0026 background.