COLOR #CD231E

HEX: #CD231E
RGB: (205,35,30)

Color info

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

RGB color model

#CD231E color RGB value is (205,35,30).

  • red value is 205;
  • green value is 35;
  • blue value is 30.
RGB:
(205,35,30)
(80%,14%,12%)

RGB channels and saturation

R 205 of 255 = 80%
G 35 of 255 = 14%
B 30 of 255 = 12%

205
35
30

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

Portions of RGB colors in percentages

R + G + B =
205 + 35 + 30 = 270 (100%)
R 205 of 270 ~ 75.93%
G 35 of 270 ~ 12.96%
B 30 of 270 ~ 11.11%

%75.93
%12.96
%11.11

CMYK color model

#CD231E color CMYK value is (0,83,85,20).

  • cyan value is 0.00%
  • magenta value is 82.93%
  • yellow value is 85.37%
  • key color value is 19.61%
CMYK:
(0,83,85,20)
C0M83Y85K20 
(0%,83%,85%,20%)
(0.00/0.83/0.85/0.20)	

CMYK percentages

%0
%82.93
%85.37
%19.61

Codes

Color #CD231E in popluar color models

CD231E
RGB2053530
HSL74.47%46.08%
HSB/HSV85.37%80.39%
CMYK0.00%82.93%85.37%
19.61%

Color #CD231E in popluar number systems.

HEXCD231E
Decimal2053530
Binary1100110110001111110
Octal3154336

Shades and tints

Shades of #CD231E

#CD231E
(205,35,30)
#BB201C
(187,32,28)
#A91D1A
(169,29,26)
#971A18
(151,26,24)
#851716
(133,23,22)
#731414
(115,20,20)
#611112
(97,17,18)
#4F0E10
(79,14,16)
#3D0B0E
(61,11,14)
#2B080C
(43,8,12)
#19050A
(25,5,10)
#000000
(0,0,0)

Tints of #CD231E

#CD231E
(205,35,30)
#D13732
(209,55,50)
#D54B46
(213,75,70)
#D95F5A
(217,95,90)
#DD736E
(221,115,110)
#E18782
(225,135,130)
#E59B96
(229,155,150)
#E9AFAA
(233,175,170)
#EDC3BE
(237,195,190)
#F1D7D2
(241,215,210)
#F5EBE6
(245,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD231E color. Also use rgb(205,35,30) instead hex code.

Text Font Color

.myTextColor { color: #CD231E; }

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

This text font color is #CD231E.


Background Color

.myBgColor { background-color: #CD231E; }

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

This div background color is #CD231E.


Border color

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

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

This div border color is #CD231E.


Opacity

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

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

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

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

This text has shadow with #CD231E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD231E on black background.


Color preview on white background

This text has color #CD231E on white background.



Black color preview on #CD231E background

This text has black color on #CD231E background.


White color preview on #CD231E background

This text has white color on #CD231E background.