COLOR #E10F03

HEX: #E10F03
RGB: (225,15,3)

Color info

#E10F03 contains mainly red color. Web safe color of #E10F03 is #CC0000 (or #C00).

RGB color model

#E10F03 color RGB value is (225,15,3).

  • red value is 225;
  • green value is 15;
  • blue value is 3.
RGB:
(225,15,3)
(88%,6%,1%)

RGB channels and saturation

R 225 of 255 = 88%
G 15 of 255 = 6%
B 3 of 255 = 1%

225
15
3

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

Portions of RGB colors in percentages

R + G + B =
225 + 15 + 3 = 243 (100%)
R 225 of 243 ~ 92.59%
G 15 of 243 ~ 6.17%
B 3 of 243 ~ 1.23%

%92.59

CMYK color model

#E10F03 color CMYK value is (0,93,99,12).

  • cyan value is 0.00%
  • magenta value is 93.33%
  • yellow value is 98.67%
  • key color value is 11.76%
CMYK:
(0,93,99,12)
C0M93Y99K12 
(0%,93%,99%,12%)
(0.00/0.93/0.99/0.12)	

CMYK percentages

%0
%93.33
%98.67
%11.76

Codes

Color #E10F03 in popluar color models

E10F03
RGB225153
HSL97.37%44.71%
HSB/HSV98.67%88.24%
CMYK0.00%93.33%98.67%
11.76%

Color #E10F03 in popluar number systems.

HEXE10F03
Decimal225153
Binary11100001111111
Octal341173

Shades and tints

Shades of #E10F03

#E10F03
(225,15,3)
#CD0E03
(205,14,3)
#B90D03
(185,13,3)
#A50C03
(165,12,3)
#910B03
(145,11,3)
#7D0A03
(125,10,3)
#690903
(105,9,3)
#550803
(85,8,3)
#410703
(65,7,3)
#2D0603
(45,6,3)
#190503
(25,5,3)
#000000
(0,0,0)

Tints of #E10F03

#E10F03
(225,15,3)
#E32419
(227,36,25)
#E5392F
(229,57,47)
#E74E45
(231,78,69)
#E9635B
(233,99,91)
#EB7871
(235,120,113)
#ED8D87
(237,141,135)
#EFA29D
(239,162,157)
#F1B7B3
(241,183,179)
#F3CCC9
(243,204,201)
#F5E1DF
(245,225,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E10F03 color. Also use rgb(225,15,3) instead hex code.

Text Font Color

.myTextColor { color: #E10F03; }

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

This text font color is #E10F03.


Background Color

.myBgColor { background-color: #E10F03; }

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

This div background color is #E10F03.


Border color

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

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

This div border color is #E10F03.


Opacity

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

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

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

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

This text has shadow with #E10F03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E10F03 on black background.


Color preview on white background

This text has color #E10F03 on white background.



Black color preview on #E10F03 background

This text has black color on #E10F03 background.


White color preview on #E10F03 background

This text has white color on #E10F03 background.