COLOR #CE2A1E

HEX: #CE2A1E
RGB: (206,42,30)

Color info

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

RGB color model

#CE2A1E color RGB value is (206,42,30).

  • red value is 206;
  • green value is 42;
  • blue value is 30.
RGB:
(206,42,30)
(81%,16%,12%)

RGB channels and saturation

R 206 of 255 = 81%
G 42 of 255 = 16%
B 30 of 255 = 12%

206
42
30

R + G + B ~ 36%. #CE2A1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
206 + 42 + 30 = 278 (100%)
R 206 of 278 ~ 74.1%
G 42 of 278 ~ 15.11%
B 30 of 278 ~ 10.79%

%74.1
%15.11
%10.79

CMYK color model

#CE2A1E color CMYK value is (0,80,85,19).

  • cyan value is 0.00%
  • magenta value is 79.61%
  • yellow value is 85.44%
  • key color value is 19.22%
CMYK:
(0,80,85,19)
C0M80Y85K19 
(0%,80%,85%,19%)
(0.00/0.80/0.85/0.19)	

CMYK percentages

%0
%79.61
%85.44
%19.22

Codes

Color #CE2A1E in popluar color models

CE2A1E
RGB2064230
HSL74.58%46.27%
HSB/HSV85.44%80.78%
CMYK0.00%79.61%85.44%
19.22%

Color #CE2A1E in popluar number systems.

HEXCE2A1E
Decimal2064230
Binary1100111010101011110
Octal3165236

Shades and tints

Shades of #CE2A1E

#CE2A1E
(206,42,30)
#BC271C
(188,39,28)
#AA241A
(170,36,26)
#982118
(152,33,24)
#861E16
(134,30,22)
#741B14
(116,27,20)
#621812
(98,24,18)
#501510
(80,21,16)
#3E120E
(62,18,14)
#2C0F0C
(44,15,12)
#1A0C0A
(26,12,10)
#000000
(0,0,0)

Tints of #CE2A1E

#CE2A1E
(206,42,30)
#D23D32
(210,61,50)
#D65046
(214,80,70)
#DA635A
(218,99,90)
#DE766E
(222,118,110)
#E28982
(226,137,130)
#E69C96
(230,156,150)
#EAAFAA
(234,175,170)
#EEC2BE
(238,194,190)
#F2D5D2
(242,213,210)
#F6E8E6
(246,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE2A1E color. Also use rgb(206,42,30) instead hex code.

Text Font Color

.myTextColor { color: #CE2A1E; }

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

This text font color is #CE2A1E.


Background Color

.myBgColor { background-color: #CE2A1E; }

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

This div background color is #CE2A1E.


Border color

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

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

This div border color is #CE2A1E.


Opacity

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

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

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

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

This text has shadow with #CE2A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE2A1E on black background.


Color preview on white background

This text has color #CE2A1E on white background.



Black color preview on #CE2A1E background

This text has black color on #CE2A1E background.


White color preview on #CE2A1E background

This text has white color on #CE2A1E background.