COLOR #E30022

HEX: #E30022
RGB: (227,0,34)

Color info

#E30022 contains mainly red color. Web safe color of #E30022 is #CC0033 (or #C03).

RGB color model

#E30022 color RGB value is (227,0,34).

  • red value is 227;
  • green value is 0;
  • blue value is 34.
RGB:
(227,0,34)
(89%,0%,13%)

RGB channels and saturation

R 227 of 255 = 89%
G 0 of 255 = 0%
B 34 of 255 = 13%

227
0
34

R + G + B ~ 34%. #E30022 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
227 + 0 + 34 = 261 (100%)
R 227 of 261 ~ 86.97%
G 0 of 261 ~ 0%
B 34 of 261 ~ 13.03%

%86.97
%13.03

CMYK color model

#E30022 color CMYK value is (0,100,85,11).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 85.02%
  • key color value is 10.98%
CMYK:
(0,100,85,11)
C0M100Y85K11 
(0%,100%,85%,11%)
(0.00/1.00/0.85/0.11)	

CMYK percentages

%0
%100
%85.02
%10.98

Codes

Color #E30022 in popluar color models

E30022
RGB227034
HSL351°100.00%44.51%
HSB/HSV351°100.00%89.02%
CMYK0.00%100.00%85.02%
10.98%

Color #E30022 in popluar number systems.

HEXE30022
Decimal227034
Binary111000110100010
Octal343042

Shades and tints

Shades of #E30022

#E30022
(227,0,34)
#CF001F
(207,0,31)
#BB001C
(187,0,28)
#A70019
(167,0,25)
#930016
(147,0,22)
#7F0013
(127,0,19)
#6B0010
(107,0,16)
#57000D
(87,0,13)
#43000A
(67,0,10)
#2F0007
(47,0,7)
#1B0004
(27,0,4)
#000000
(0,0,0)

Tints of #E30022

#E30022
(227,0,34)
#E51736
(229,23,54)
#E72E4A
(231,46,74)
#E9455E
(233,69,94)
#EB5C72
(235,92,114)
#ED7386
(237,115,134)
#EF8A9A
(239,138,154)
#F1A1AE
(241,161,174)
#F3B8C2
(243,184,194)
#F5CFD6
(245,207,214)
#F7E6EA
(247,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E30022 color. Also use rgb(227,0,34) instead hex code.

Text Font Color

.myTextColor { color: #E30022; }

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

This text font color is #E30022.


Background Color

.myBgColor { background-color: #E30022; }

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

This div background color is #E30022.


Border color

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

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

This div border color is #E30022.


Opacity

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

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

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

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

This text has shadow with #E30022 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E30022 on black background.


Color preview on white background

This text has color #E30022 on white background.



Black color preview on #E30022 background

This text has black color on #E30022 background.


White color preview on #E30022 background

This text has white color on #E30022 background.