COLOR #E3360C

HEX: #E3360C
RGB: (227,54,12)

Color info

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

RGB color model

#E3360C color RGB value is (227,54,12).

  • red value is 227;
  • green value is 54;
  • blue value is 12.
RGB:
(227,54,12)
(89%,21%,5%)

RGB channels and saturation

R 227 of 255 = 89%
G 54 of 255 = 21%
B 12 of 255 = 5%

227
54
12

R + G + B ~ 38%. #E3360C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
227 + 54 + 12 = 293 (100%)
R 227 of 293 ~ 77.47%
G 54 of 293 ~ 18.43%
B 12 of 293 ~ 4.1%

%77.47
%18.43

CMYK color model

#E3360C color CMYK value is (0,76,95,11).

  • cyan value is 0.00%
  • magenta value is 76.21%
  • yellow value is 94.71%
  • key color value is 10.98%
CMYK:
(0,76,95,11)
C0M76Y95K11 
(0%,76%,95%,11%)
(0.00/0.76/0.95/0.11)	

CMYK percentages

%0
%76.21
%94.71
%10.98

Codes

Color #E3360C in popluar color models

E3360C
RGB2275412
HSL12°89.96%46.86%
HSB/HSV12°94.71%89.02%
CMYK0.00%76.21%94.71%
10.98%

Color #E3360C in popluar number systems.

HEXE3360C
Decimal2275412
Binary111000111101101100
Octal3436614

Shades and tints

Shades of #E3360C

#E3360C
(227,54,12)
#CF320B
(207,50,11)
#BB2E0A
(187,46,10)
#A72A09
(167,42,9)
#932608
(147,38,8)
#7F2207
(127,34,7)
#6B1E06
(107,30,6)
#571A05
(87,26,5)
#431604
(67,22,4)
#2F1203
(47,18,3)
#1B0E02
(27,14,2)
#000000
(0,0,0)

Tints of #E3360C

#E3360C
(227,54,12)
#E54822
(229,72,34)
#E75A38
(231,90,56)
#E96C4E
(233,108,78)
#EB7E64
(235,126,100)
#ED907A
(237,144,122)
#EFA290
(239,162,144)
#F1B4A6
(241,180,166)
#F3C6BC
(243,198,188)
#F5D8D2
(245,216,210)
#F7EAE8
(247,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3360C color. Also use rgb(227,54,12) instead hex code.

Text Font Color

.myTextColor { color: #E3360C; }

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

This text font color is #E3360C.


Background Color

.myBgColor { background-color: #E3360C; }

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

This div background color is #E3360C.


Border color

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

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

This div border color is #E3360C.


Opacity

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

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

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

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

This text has shadow with #E3360C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3360C on black background.


Color preview on white background

This text has color #E3360C on white background.



Black color preview on #E3360C background

This text has black color on #E3360C background.


White color preview on #E3360C background

This text has white color on #E3360C background.