COLOR #EB190C

HEX: #EB190C
RGB: (235,25,12)

Color info

#EB190C contains mainly red color. Web safe color of #EB190C is #FF0000 (or #F00).

RGB color model

#EB190C color RGB value is (235,25,12).

  • red value is 235;
  • green value is 25;
  • blue value is 12.
RGB:
(235,25,12)
(92%,10%,5%)

RGB channels and saturation

R 235 of 255 = 92%
G 25 of 255 = 10%
B 12 of 255 = 5%

235
25
12

R + G + B ~ 36%. #EB190C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
235 + 25 + 12 = 272 (100%)
R 235 of 272 ~ 86.4%
G 25 of 272 ~ 9.19%
B 12 of 272 ~ 4.41%

%86.4

CMYK color model

#EB190C color CMYK value is (0,89,95,8).

  • cyan value is 0.00%
  • magenta value is 89.36%
  • yellow value is 94.89%
  • key color value is 7.84%
CMYK:
(0,89,95,8)
C0M89Y95K8 
(0%,89%,95%,8%)
(0.00/0.89/0.95/0.08)	

CMYK percentages

%0
%89.36
%94.89
%7.84

Codes

Color #EB190C in popluar color models

EB190C
RGB2352512
HSL90.28%48.43%
HSB/HSV94.89%92.16%
CMYK0.00%89.36%94.89%
7.84%

Color #EB190C in popluar number systems.

HEXEB190C
Decimal2352512
Binary11101011110011100
Octal3533114

Shades and tints

Shades of #EB190C

#EB190C
(235,25,12)
#D6170B
(214,23,11)
#C1150A
(193,21,10)
#AC1309
(172,19,9)
#971108
(151,17,8)
#820F07
(130,15,7)
#6D0D06
(109,13,6)
#580B05
(88,11,5)
#430904
(67,9,4)
#2E0703
(46,7,3)
#190502
(25,5,2)
#000000
(0,0,0)

Tints of #EB190C

#EB190C
(235,25,12)
#EC2D22
(236,45,34)
#ED4138
(237,65,56)
#EE554E
(238,85,78)
#EF6964
(239,105,100)
#F07D7A
(240,125,122)
#F19190
(241,145,144)
#F2A5A6
(242,165,166)
#F3B9BC
(243,185,188)
#F4CDD2
(244,205,210)
#F5E1E8
(245,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB190C color. Also use rgb(235,25,12) instead hex code.

Text Font Color

.myTextColor { color: #EB190C; }

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

This text font color is #EB190C.


Background Color

.myBgColor { background-color: #EB190C; }

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

This div background color is #EB190C.


Border color

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

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

This div border color is #EB190C.


Opacity

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

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

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

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

This text has shadow with #EB190C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB190C on black background.


Color preview on white background

This text has color #EB190C on white background.



Black color preview on #EB190C background

This text has black color on #EB190C background.


White color preview on #EB190C background

This text has white color on #EB190C background.