COLOR #CE2119

HEX: #CE2119
RGB: (206,33,25)

Color info

#CE2119 contains mainly red color. Web safe color of #CE2119 is #CC3300 (or #C30).

RGB color model

#CE2119 color RGB value is (206,33,25).

  • red value is 206;
  • green value is 33;
  • blue value is 25.
RGB:
(206,33,25)
(81%,13%,10%)

RGB channels and saturation

R 206 of 255 = 81%
G 33 of 255 = 13%
B 25 of 255 = 10%

206
33
25

R + G + B ~ 35%. #CE2119 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
206 + 33 + 25 = 264 (100%)
R 206 of 264 ~ 78.03%
G 33 of 264 ~ 12.5%
B 25 of 264 ~ 9.47%

%78.03
%12.5

CMYK color model

#CE2119 color CMYK value is (0,84,88,19).

  • cyan value is 0.00%
  • magenta value is 83.98%
  • yellow value is 87.86%
  • key color value is 19.22%
CMYK:
(0,84,88,19)
C0M84Y88K19 
(0%,84%,88%,19%)
(0.00/0.84/0.88/0.19)	

CMYK percentages

%0
%83.98
%87.86
%19.22

Codes

Color #CE2119 in popluar color models

CE2119
RGB2063325
HSL78.35%45.29%
HSB/HSV87.86%80.78%
CMYK0.00%83.98%87.86%
19.22%

Color #CE2119 in popluar number systems.

HEXCE2119
Decimal2063325
Binary1100111010000111001
Octal3164131

Shades and tints

Shades of #CE2119

#CE2119
(206,33,25)
#BC1E17
(188,30,23)
#AA1B15
(170,27,21)
#981813
(152,24,19)
#861511
(134,21,17)
#74120F
(116,18,15)
#620F0D
(98,15,13)
#500C0B
(80,12,11)
#3E0909
(62,9,9)
#2C0607
(44,6,7)
#1A0305
(26,3,5)
#000000
(0,0,0)

Tints of #CE2119

#CE2119
(206,33,25)
#D2352D
(210,53,45)
#D64941
(214,73,65)
#DA5D55
(218,93,85)
#DE7169
(222,113,105)
#E2857D
(226,133,125)
#E69991
(230,153,145)
#EAADA5
(234,173,165)
#EEC1B9
(238,193,185)
#F2D5CD
(242,213,205)
#F6E9E1
(246,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE2119 color. Also use rgb(206,33,25) instead hex code.

Text Font Color

.myTextColor { color: #CE2119; }

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

This text font color is #CE2119.


Background Color

.myBgColor { background-color: #CE2119; }

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

This div background color is #CE2119.


Border color

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

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

This div border color is #CE2119.


Opacity

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

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

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

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

This text has shadow with #CE2119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE2119 on black background.


Color preview on white background

This text has color #CE2119 on white background.



Black color preview on #CE2119 background

This text has black color on #CE2119 background.


White color preview on #CE2119 background

This text has white color on #CE2119 background.