COLOR #E1252A

HEX: #E1252A
RGB: (225,37,42)

Color info

#E1252A contains mainly red color. Web safe color of #E1252A is #CC3333 (or #C33).

RGB color model

#E1252A color RGB value is (225,37,42).

  • red value is 225;
  • green value is 37;
  • blue value is 42.
RGB:
(225,37,42)
(88%,15%,16%)

RGB channels and saturation

R 225 of 255 = 88%
G 37 of 255 = 15%
B 42 of 255 = 16%

225
37
42

R + G + B ~ 40%. #E1252A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
225 + 37 + 42 = 304 (100%)
R 225 of 304 ~ 74.01%
G 37 of 304 ~ 12.17%
B 42 of 304 ~ 13.82%

%74.01
%12.17
%13.82

CMYK color model

#E1252A color CMYK value is (0,84,81,12).

  • cyan value is 0.00%
  • magenta value is 83.56%
  • yellow value is 81.33%
  • key color value is 11.76%
CMYK:
(0,84,81,12)
C0M84Y81K12 
(0%,84%,81%,12%)
(0.00/0.84/0.81/0.12)	

CMYK percentages

%0
%83.56
%81.33
%11.76

Codes

Color #E1252A in popluar color models

E1252A
RGB2253742
HSL358°75.81%51.37%
HSB/HSV358°83.56%88.24%
CMYK0.00%83.56%81.33%
11.76%

Color #E1252A in popluar number systems.

HEXE1252A
Decimal2253742
Binary11100001100101101010
Octal3414552

Shades and tints

Shades of #E1252A

#E1252A
(225,37,42)
#CD2227
(205,34,39)
#B91F24
(185,31,36)
#A51C21
(165,28,33)
#91191E
(145,25,30)
#7D161B
(125,22,27)
#691318
(105,19,24)
#551015
(85,16,21)
#410D12
(65,13,18)
#2D0A0F
(45,10,15)
#19070C
(25,7,12)
#000000
(0,0,0)

Tints of #E1252A

#E1252A
(225,37,42)
#E3383D
(227,56,61)
#E54B50
(229,75,80)
#E75E63
(231,94,99)
#E97176
(233,113,118)
#EB8489
(235,132,137)
#ED979C
(237,151,156)
#EFAAAF
(239,170,175)
#F1BDC2
(241,189,194)
#F3D0D5
(243,208,213)
#F5E3E8
(245,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1252A color. Also use rgb(225,37,42) instead hex code.

Text Font Color

.myTextColor { color: #E1252A; }

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

This text font color is #E1252A.


Background Color

.myBgColor { background-color: #E1252A; }

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

This div background color is #E1252A.


Border color

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

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

This div border color is #E1252A.


Opacity

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

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

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

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

This text has shadow with #E1252A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1252A on black background.


Color preview on white background

This text has color #E1252A on white background.



Black color preview on #E1252A background

This text has black color on #E1252A background.


White color preview on #E1252A background

This text has white color on #E1252A background.