COLOR #EB4330

HEX: #EB4330
RGB: (235,67,48)

Color info

#EB4330 contains mainly red color. Web safe color of #EB4330 is #FF3333 (or #F33).

RGB color model

#EB4330 color RGB value is (235,67,48).

  • red value is 235;
  • green value is 67;
  • blue value is 48.
RGB:
(235,67,48)
(92%,26%,19%)

RGB channels and saturation

R 235 of 255 = 92%
G 67 of 255 = 26%
B 48 of 255 = 19%

235
67
48

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

Portions of RGB colors in percentages

R + G + B =
235 + 67 + 48 = 350 (100%)
R 235 of 350 ~ 67.14%
G 67 of 350 ~ 19.14%
B 48 of 350 ~ 13.71%

%67.14
%19.14
%13.71

CMYK color model

#EB4330 color CMYK value is (0,71,80,8).

  • cyan value is 0.00%
  • magenta value is 71.49%
  • yellow value is 79.57%
  • key color value is 7.84%
CMYK:
(0,71,80,8)
C0M71Y80K8 
(0%,71%,80%,8%)
(0.00/0.71/0.80/0.08)	

CMYK percentages

%0
%71.49
%79.57
%7.84

Codes

Color #EB4330 in popluar color models

EB4330
RGB2356748
HSL82.38%55.49%
HSB/HSV79.57%92.16%
CMYK0.00%71.49%79.57%
7.84%

Color #EB4330 in popluar number systems.

HEXEB4330
Decimal2356748
Binary111010111000011110000
Octal35310360

Shades and tints

Shades of #EB4330

#EB4330
(235,67,48)
#D63D2C
(214,61,44)
#C13728
(193,55,40)
#AC3124
(172,49,36)
#972B20
(151,43,32)
#82251C
(130,37,28)
#6D1F18
(109,31,24)
#581914
(88,25,20)
#431310
(67,19,16)
#2E0D0C
(46,13,12)
#190708
(25,7,8)
#000000
(0,0,0)

Tints of #EB4330

#EB4330
(235,67,48)
#EC5442
(236,84,66)
#ED6554
(237,101,84)
#EE7666
(238,118,102)
#EF8778
(239,135,120)
#F0988A
(240,152,138)
#F1A99C
(241,169,156)
#F2BAAE
(242,186,174)
#F3CBC0
(243,203,192)
#F4DCD2
(244,220,210)
#F5EDE4
(245,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB4330 color. Also use rgb(235,67,48) instead hex code.

Text Font Color

.myTextColor { color: #EB4330; }

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

This text font color is #EB4330.


Background Color

.myBgColor { background-color: #EB4330; }

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

This div background color is #EB4330.


Border color

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

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

This div border color is #EB4330.


Opacity

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

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

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

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

This text has shadow with #EB4330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB4330 on black background.


Color preview on white background

This text has color #EB4330 on white background.



Black color preview on #EB4330 background

This text has black color on #EB4330 background.


White color preview on #EB4330 background

This text has white color on #EB4330 background.