COLOR #CE072E

HEX: #CE072E
RGB: (206,7,46)

Color info

#CE072E contains mainly red color. Web safe color of #CE072E is #CC0033 (or #C03).

RGB color model

#CE072E color RGB value is (206,7,46).

  • red value is 206;
  • green value is 7;
  • blue value is 46.
RGB:
(206,7,46)
(81%,3%,18%)

RGB channels and saturation

R 206 of 255 = 81%
G 7 of 255 = 3%
B 46 of 255 = 18%

206
7
46

R + G + B ~ 34%. #CE072E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
206 + 7 + 46 = 259 (100%)
R 206 of 259 ~ 79.54%
G 7 of 259 ~ 2.7%
B 46 of 259 ~ 17.76%

%79.54
%17.76

CMYK color model

#CE072E color CMYK value is (0,97,78,19).

  • cyan value is 0.00%
  • magenta value is 96.60%
  • yellow value is 77.67%
  • key color value is 19.22%
CMYK:
(0,97,78,19)
C0M97Y78K19 
(0%,97%,78%,19%)
(0.00/0.97/0.78/0.19)	

CMYK percentages

%0
%96.6
%77.67
%19.22

Codes

Color #CE072E in popluar color models

CE072E
RGB206746
HSL348°93.43%41.76%
HSB/HSV348°96.60%80.78%
CMYK0.00%96.60%77.67%
19.22%

Color #CE072E in popluar number systems.

HEXCE072E
Decimal206746
Binary11001110111101110
Octal316756

Shades and tints

Shades of #CE072E

#CE072E
(206,7,46)
#BC072A
(188,7,42)
#AA0726
(170,7,38)
#980722
(152,7,34)
#86071E
(134,7,30)
#74071A
(116,7,26)
#620716
(98,7,22)
#500712
(80,7,18)
#3E070E
(62,7,14)
#2C070A
(44,7,10)
#1A0706
(26,7,6)
#000000
(0,0,0)

Tints of #CE072E

#CE072E
(206,7,46)
#D21D41
(210,29,65)
#D63354
(214,51,84)
#DA4967
(218,73,103)
#DE5F7A
(222,95,122)
#E2758D
(226,117,141)
#E68BA0
(230,139,160)
#EAA1B3
(234,161,179)
#EEB7C6
(238,183,198)
#F2CDD9
(242,205,217)
#F6E3EC
(246,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE072E color. Also use rgb(206,7,46) instead hex code.

Text Font Color

.myTextColor { color: #CE072E; }

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

This text font color is #CE072E.


Background Color

.myBgColor { background-color: #CE072E; }

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

This div background color is #CE072E.


Border color

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

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

This div border color is #CE072E.


Opacity

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

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

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

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

This text has shadow with #CE072E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE072E on black background.


Color preview on white background

This text has color #CE072E on white background.



Black color preview on #CE072E background

This text has black color on #CE072E background.


White color preview on #CE072E background

This text has white color on #CE072E background.