COLOR #E52C08

HEX: #E52C08
RGB: (229,44,8)

Color info

#E52C08 contains mainly red color. Web safe color of #E52C08 is #CC3300 (or #C30).

RGB color model

#E52C08 color RGB value is (229,44,8).

  • red value is 229;
  • green value is 44;
  • blue value is 8.
RGB:
(229,44,8)
(90%,17%,3%)

RGB channels and saturation

R 229 of 255 = 90%
G 44 of 255 = 17%
B 8 of 255 = 3%

229
44
8

R + G + B ~ 37%. #E52C08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
229 + 44 + 8 = 281 (100%)
R 229 of 281 ~ 81.49%
G 44 of 281 ~ 15.66%
B 8 of 281 ~ 2.85%

%81.49
%15.66

CMYK color model

#E52C08 color CMYK value is (0,81,97,10).

  • cyan value is 0.00%
  • magenta value is 80.79%
  • yellow value is 96.51%
  • key color value is 10.20%
CMYK:
(0,81,97,10)
C0M81Y97K10 
(0%,81%,97%,10%)
(0.00/0.81/0.97/0.10)	

CMYK percentages

%0
%80.79
%96.51
%10.2

Codes

Color #E52C08 in popluar color models

E52C08
RGB229448
HSL10°93.25%46.47%
HSB/HSV10°96.51%89.80%
CMYK0.00%80.79%96.51%
10.20%

Color #E52C08 in popluar number systems.

HEXE52C08
Decimal229448
Binary111001011011001000
Octal3455410

Shades and tints

Shades of #E52C08

#E52C08
(229,44,8)
#D12808
(209,40,8)
#BD2408
(189,36,8)
#A92008
(169,32,8)
#951C08
(149,28,8)
#811808
(129,24,8)
#6D1408
(109,20,8)
#591008
(89,16,8)
#450C08
(69,12,8)
#310808
(49,8,8)
#1D0408
(29,4,8)
#000000
(0,0,0)

Tints of #E52C08

#E52C08
(229,44,8)
#E73F1E
(231,63,30)
#E95234
(233,82,52)
#EB654A
(235,101,74)
#ED7860
(237,120,96)
#EF8B76
(239,139,118)
#F19E8C
(241,158,140)
#F3B1A2
(243,177,162)
#F5C4B8
(245,196,184)
#F7D7CE
(247,215,206)
#F9EAE4
(249,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E52C08 color. Also use rgb(229,44,8) instead hex code.

Text Font Color

.myTextColor { color: #E52C08; }

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

This text font color is #E52C08.


Background Color

.myBgColor { background-color: #E52C08; }

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

This div background color is #E52C08.


Border color

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

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

This div border color is #E52C08.


Opacity

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

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

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

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

This text has shadow with #E52C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E52C08 on black background.


Color preview on white background

This text has color #E52C08 on white background.



Black color preview on #E52C08 background

This text has black color on #E52C08 background.


White color preview on #E52C08 background

This text has white color on #E52C08 background.