COLOR #CE325D

HEX: #CE325D
RGB: (206,50,93)

Color info

#CE325D contains mainly red color. Web safe color of #CE325D is #CC3366 (or #C36).

RGB color model

#CE325D color RGB value is (206,50,93).

  • red value is 206;
  • green value is 50;
  • blue value is 93.
RGB:
(206,50,93)
(81%,20%,36%)

RGB channels and saturation

R 206 of 255 = 81%
G 50 of 255 = 20%
B 93 of 255 = 36%

206
50
93

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

Portions of RGB colors in percentages

R + G + B =
206 + 50 + 93 = 349 (100%)
R 206 of 349 ~ 59.03%
G 50 of 349 ~ 14.33%
B 93 of 349 ~ 26.65%

%59.03
%14.33
%26.65

CMYK color model

#CE325D color CMYK value is (0,76,55,19).

  • cyan value is 0.00%
  • magenta value is 75.73%
  • yellow value is 54.85%
  • key color value is 19.22%
CMYK:
(0,76,55,19)
C0M76Y55K19 
(0%,76%,55%,19%)
(0.00/0.76/0.55/0.19)	

CMYK percentages

%0
%75.73
%54.85
%19.22

Codes

Color #CE325D in popluar color models

CE325D
RGB2065093
HSL343°61.42%50.20%
HSB/HSV343°75.73%80.78%
CMYK0.00%75.73%54.85%
19.22%

Color #CE325D in popluar number systems.

HEXCE325D
Decimal2065093
Binary110011101100101011101
Octal31662135

Shades and tints

Shades of #CE325D

#CE325D
(206,50,93)
#BC2E55
(188,46,85)
#AA2A4D
(170,42,77)
#982645
(152,38,69)
#86223D
(134,34,61)
#741E35
(116,30,53)
#621A2D
(98,26,45)
#501625
(80,22,37)
#3E121D
(62,18,29)
#2C0E15
(44,14,21)
#1A0A0D
(26,10,13)
#000000
(0,0,0)

Tints of #CE325D

#CE325D
(206,50,93)
#D2446B
(210,68,107)
#D65679
(214,86,121)
#DA6887
(218,104,135)
#DE7A95
(222,122,149)
#E28CA3
(226,140,163)
#E69EB1
(230,158,177)
#EAB0BF
(234,176,191)
#EEC2CD
(238,194,205)
#F2D4DB
(242,212,219)
#F6E6E9
(246,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE325D color. Also use rgb(206,50,93) instead hex code.

Text Font Color

.myTextColor { color: #CE325D; }

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

This text font color is #CE325D.


Background Color

.myBgColor { background-color: #CE325D; }

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

This div background color is #CE325D.


Border color

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

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

This div border color is #CE325D.


Opacity

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

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

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

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

This text has shadow with #CE325D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE325D on black background.


Color preview on white background

This text has color #CE325D on white background.



Black color preview on #CE325D background

This text has black color on #CE325D background.


White color preview on #CE325D background

This text has white color on #CE325D background.