COLOR #EE100D

HEX: #EE100D
RGB: (238,16,13)

Color info

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

RGB color model

#EE100D color RGB value is (238,16,13).

  • red value is 238;
  • green value is 16;
  • blue value is 13.
RGB:
(238,16,13)
(93%,6%,5%)

RGB channels and saturation

R 238 of 255 = 93%
G 16 of 255 = 6%
B 13 of 255 = 5%

238
16
13

R + G + B ~ 35%. #EE100D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
238 + 16 + 13 = 267 (100%)
R 238 of 267 ~ 89.14%
G 16 of 267 ~ 5.99%
B 13 of 267 ~ 4.87%

%89.14

CMYK color model

#EE100D color CMYK value is (0,93,95,7).

  • cyan value is 0.00%
  • magenta value is 93.28%
  • yellow value is 94.54%
  • key color value is 6.67%
CMYK:
(0,93,95,7)
C0M93Y95K7 
(0%,93%,95%,7%)
(0.00/0.93/0.95/0.07)	

CMYK percentages

%0
%93.28
%94.54
%6.67

Codes

Color #EE100D in popluar color models

EE100D
RGB2381613
HSL89.64%49.22%
HSB/HSV94.54%93.33%
CMYK0.00%93.28%94.54%
6.67%

Color #EE100D in popluar number systems.

HEXEE100D
Decimal2381613
Binary11101110100001101
Octal3562015

Shades and tints

Shades of #EE100D

#EE100D
(238,16,13)
#D90F0C
(217,15,12)
#C40E0B
(196,14,11)
#AF0D0A
(175,13,10)
#9A0C09
(154,12,9)
#850B08
(133,11,8)
#700A07
(112,10,7)
#5B0906
(91,9,6)
#460805
(70,8,5)
#310704
(49,7,4)
#1C0603
(28,6,3)
#000000
(0,0,0)

Tints of #EE100D

#EE100D
(238,16,13)
#EF2523
(239,37,35)
#F03A39
(240,58,57)
#F14F4F
(241,79,79)
#F26465
(242,100,101)
#F3797B
(243,121,123)
#F48E91
(244,142,145)
#F5A3A7
(245,163,167)
#F6B8BD
(246,184,189)
#F7CDD3
(247,205,211)
#F8E2E9
(248,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE100D color. Also use rgb(238,16,13) instead hex code.

Text Font Color

.myTextColor { color: #EE100D; }

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

This text font color is #EE100D.


Background Color

.myBgColor { background-color: #EE100D; }

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

This div background color is #EE100D.


Border color

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

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

This div border color is #EE100D.


Opacity

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

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

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

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

This text has shadow with #EE100D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE100D on black background.


Color preview on white background

This text has color #EE100D on white background.



Black color preview on #EE100D background

This text has black color on #EE100D background.


White color preview on #EE100D background

This text has white color on #EE100D background.