COLOR #E6043D

HEX: #E6043D
RGB: (230,4,61)

Color info

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

RGB color model

#E6043D color RGB value is (230,4,61).

  • red value is 230;
  • green value is 4;
  • blue value is 61.
RGB:
(230,4,61)
(90%,2%,24%)

RGB channels and saturation

R 230 of 255 = 90%
G 4 of 255 = 2%
B 61 of 255 = 24%

230
4
61

R + G + B ~ 39%. #E6043D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
230 + 4 + 61 = 295 (100%)
R 230 of 295 ~ 77.97%
G 4 of 295 ~ 1.36%
B 61 of 295 ~ 20.68%

%77.97
%20.68

CMYK color model

#E6043D color CMYK value is (0,98,73,10).

  • cyan value is 0.00%
  • magenta value is 98.26%
  • yellow value is 73.48%
  • key color value is 9.80%
CMYK:
(0,98,73,10)
C0M98Y73K10 
(0%,98%,73%,10%)
(0.00/0.98/0.73/0.10)	

CMYK percentages

%0
%98.26
%73.48
%9.8

Codes

Color #E6043D in popluar color models

E6043D
RGB230461
HSL345°96.58%45.88%
HSB/HSV345°98.26%90.20%
CMYK0.00%98.26%73.48%
9.80%

Color #E6043D in popluar number systems.

HEXE6043D
Decimal230461
Binary11100110100111101
Octal346475

Shades and tints

Shades of #E6043D

#E6043D
(230,4,61)
#D20438
(210,4,56)
#BE0433
(190,4,51)
#AA042E
(170,4,46)
#960429
(150,4,41)
#820424
(130,4,36)
#6E041F
(110,4,31)
#5A041A
(90,4,26)
#460415
(70,4,21)
#320410
(50,4,16)
#1E040B
(30,4,11)
#000000
(0,0,0)

Tints of #E6043D

#E6043D
(230,4,61)
#E81A4E
(232,26,78)
#EA305F
(234,48,95)
#EC4670
(236,70,112)
#EE5C81
(238,92,129)
#F07292
(240,114,146)
#F288A3
(242,136,163)
#F49EB4
(244,158,180)
#F6B4C5
(246,180,197)
#F8CAD6
(248,202,214)
#FAE0E7
(250,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6043D color. Also use rgb(230,4,61) instead hex code.

Text Font Color

.myTextColor { color: #E6043D; }

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

This text font color is #E6043D.


Background Color

.myBgColor { background-color: #E6043D; }

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

This div background color is #E6043D.


Border color

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

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

This div border color is #E6043D.


Opacity

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

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

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

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

This text has shadow with #E6043D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6043D on black background.


Color preview on white background

This text has color #E6043D on white background.



Black color preview on #E6043D background

This text has black color on #E6043D background.


White color preview on #E6043D background

This text has white color on #E6043D background.