COLOR #CE2029

HEX: #CE2029
RGB: (206,32,41)

Color info

#CE2029 contains mainly red color. Web safe color of #CE2029 is #CC3333 (or #C33).

RGB color model

#CE2029 color RGB value is (206,32,41).

  • red value is 206;
  • green value is 32;
  • blue value is 41.
RGB:
(206,32,41)
(81%,13%,16%)

RGB channels and saturation

R 206 of 255 = 81%
G 32 of 255 = 13%
B 41 of 255 = 16%

206
32
41

R + G + B ~ 37%. #CE2029 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
206 + 32 + 41 = 279 (100%)
R 206 of 279 ~ 73.84%
G 32 of 279 ~ 11.47%
B 41 of 279 ~ 14.7%

%73.84
%11.47
%14.7

CMYK color model

#CE2029 color CMYK value is (0,84,80,19).

  • cyan value is 0.00%
  • magenta value is 84.47%
  • yellow value is 80.10%
  • key color value is 19.22%
CMYK:
(0,84,80,19)
C0M84Y80K19 
(0%,84%,80%,19%)
(0.00/0.84/0.80/0.19)	

CMYK percentages

%0
%84.47
%80.1
%19.22

Codes

Color #CE2029 in popluar color models

CE2029
RGB2063241
HSL357°73.11%46.67%
HSB/HSV357°84.47%80.78%
CMYK0.00%84.47%80.10%
19.22%

Color #CE2029 in popluar number systems.

HEXCE2029
Decimal2063241
Binary11001110100000101001
Octal3164051

Shades and tints

Shades of #CE2029

#CE2029
(206,32,41)
#BC1E26
(188,30,38)
#AA1C23
(170,28,35)
#981A20
(152,26,32)
#86181D
(134,24,29)
#74161A
(116,22,26)
#621417
(98,20,23)
#501214
(80,18,20)
#3E1011
(62,16,17)
#2C0E0E
(44,14,14)
#1A0C0B
(26,12,11)
#000000
(0,0,0)

Tints of #CE2029

#CE2029
(206,32,41)
#D2343C
(210,52,60)
#D6484F
(214,72,79)
#DA5C62
(218,92,98)
#DE7075
(222,112,117)
#E28488
(226,132,136)
#E6989B
(230,152,155)
#EAACAE
(234,172,174)
#EEC0C1
(238,192,193)
#F2D4D4
(242,212,212)
#F6E8E7
(246,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE2029 color. Also use rgb(206,32,41) instead hex code.

Text Font Color

.myTextColor { color: #CE2029; }

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

This text font color is #CE2029.


Background Color

.myBgColor { background-color: #CE2029; }

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

This div background color is #CE2029.


Border color

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

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

This div border color is #CE2029.


Opacity

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

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

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

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

This text has shadow with #CE2029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE2029 on black background.


Color preview on white background

This text has color #CE2029 on white background.



Black color preview on #CE2029 background

This text has black color on #CE2029 background.


White color preview on #CE2029 background

This text has white color on #CE2029 background.