COLOR #CE1757

HEX: #CE1757 RGB: (206,23,87)

Color info

#CE1757 contains mainly red color. Web safe color of #CE1757 is #CC0066 (or #C06).

RGB color model

#CE1757 color RGB value is (206,23,87).

RGB: (206,23,87) (81%, 9%, 34%)

RGB channels and saturation

R 206 of 255 = 81%
G 23 of 255 = 9%
B 87 of 255 = 34%

206
23
87

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

Portions of RGB colors in percentages

R + G + B = 206 + 23 + 87 = 316 (100%)
R 206 of 316 ~ 65.19%
G 23 of 316 ~ 7.28%
B 87 of 316 ~ 27.53'%

%65.19
%27.53

CMYK color model

#CE1757 color CMYK value is (0,89,58,19).

  • cyan value is 0.00%
  • magenta value is 88.83%
  • yellow value is 57.77%
  • key color value is 19.22%

CMYK: (0,89,58,19)
C0M89Y58K19 (0%, 89%, 58%, 19%)
(0.00 / 0.89 / 0.58 / 0.19)

CMYK percentages

%0
%88.83
%57.77
%19.22

Codes

Color #CE1757 in popluar color models

CE 17 57
RGB 206 23 87
HSL 339° 79.91% 44.90%
HSB/HSV 339° 88.83% 80.78%
CMYK 0.00% 88.83% 57.77%
19.22%

Color #CE1757 in popluar number systems.

HEX CE 17 57
Decimal 206 23 87
Binary 11001110 10111 1010111
Octal 316 27 127

Shades and tints

Shades of #CE1757

#CE1757
(206,23,87)
#BC1550
(188,21,80)
#AA1349
(170,19,73)
#981142
(152,17,66)
#860F3B
(134,15,59)
#740D34
(116,13,52)
#620B2D
(98,11,45)
#500926
(80,9,38)
#3E071F
(62,7,31)
#2C0518
(44,5,24)
#1A0311
(26,3,17)
#000000
(0,0,0)

Tints of #CE1757

#CE1757
(206,23,87)
#D22C66
(210,44,102)
#D64175
(214,65,117)
#DA5684
(218,86,132)
#DE6B93
(222,107,147)
#E280A2
(226,128,162)
#E695B1
(230,149,177)
#EAAAC0
(234,170,192)
#EEBFCF
(238,191,207)
#F2D4DE
(242,212,222)
#F6E9ED
(246,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE1757 color. Also use rgb(206,23,87) instead hex code.

Text Font Color

.myTextColor { color: #CE1757; }

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

This text font color is #CE1757.

Background Color

.myBgColor { background-color: #CE1757; }

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

This div background color is #CE1757.

Border color

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

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

This div border color is #CE1757.

Opacity

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

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

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

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

This text has shadow with #CE1757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE1757.

Preview

Color preview on black background

This text has color #CE1757 on black background.


Color preview on white background

This text has color #CE1757 on white background.


Black color preview on #CE1757 background

This text has black color on #CE1757 background.


White color preview on #CE1757 background

This text has white color on #CE1757 background.


Related colors

Complementary color

Complementary color for #hex is #31E8A8.


I love getcolorcode.com

Triadic colors

1 #57CE17 and #1757CE with #CE1757 are triadic colors.

2 #5717CE and #17CE57 with #CE1757 are triadic colors.