COLOR #CE143D

HEX: #CE143D
RGB: (206,20,61)

Color info

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

RGB color model

#CE143D color RGB value is (206,20,61).

  • red value is 206;
  • green value is 20;
  • blue value is 61.
RGB:
(206,20,61)
(81%,8%,24%)

RGB channels and saturation

R 206 of 255 = 81%
G 20 of 255 = 8%
B 61 of 255 = 24%

206
20
61

R + G + B ~ 38%. #CE143D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
206 + 20 + 61 = 287 (100%)
R 206 of 287 ~ 71.78%
G 20 of 287 ~ 6.97%
B 61 of 287 ~ 21.25%

%71.78
%21.25

CMYK color model

#CE143D color CMYK value is (0,90,70,19).

  • cyan value is 0.00%
  • magenta value is 90.29%
  • yellow value is 70.39%
  • key color value is 19.22%
CMYK:
(0,90,70,19)
C0M90Y70K19 
(0%,90%,70%,19%)
(0.00/0.90/0.70/0.19)	

CMYK percentages

%0
%90.29
%70.39
%19.22

Codes

Color #CE143D in popluar color models

CE143D
RGB2062061
HSL347°82.30%44.31%
HSB/HSV347°90.29%80.78%
CMYK0.00%90.29%70.39%
19.22%

Color #CE143D in popluar number systems.

HEXCE143D
Decimal2062061
Binary1100111010100111101
Octal3162475

Shades and tints

Shades of #CE143D

#CE143D
(206,20,61)
#BC1338
(188,19,56)
#AA1233
(170,18,51)
#98112E
(152,17,46)
#861029
(134,16,41)
#740F24
(116,15,36)
#620E1F
(98,14,31)
#500D1A
(80,13,26)
#3E0C15
(62,12,21)
#2C0B10
(44,11,16)
#1A0A0B
(26,10,11)
#000000
(0,0,0)

Tints of #CE143D

#CE143D
(206,20,61)
#D2294E
(210,41,78)
#D63E5F
(214,62,95)
#DA5370
(218,83,112)
#DE6881
(222,104,129)
#E27D92
(226,125,146)
#E692A3
(230,146,163)
#EAA7B4
(234,167,180)
#EEBCC5
(238,188,197)
#F2D1D6
(242,209,214)
#F6E6E7
(246,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE143D color. Also use rgb(206,20,61) instead hex code.

Text Font Color

.myTextColor { color: #CE143D; }

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

This text font color is #CE143D.


Background Color

.myBgColor { background-color: #CE143D; }

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

This div background color is #CE143D.


Border color

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

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

This div border color is #CE143D.


Opacity

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

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

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

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

This text has shadow with #CE143D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE143D on black background.


Color preview on white background

This text has color #CE143D on white background.



Black color preview on #CE143D background

This text has black color on #CE143D background.


White color preview on #CE143D background

This text has white color on #CE143D background.