COLOR #CD1349

HEX: #CD1349
RGB: (205,19,73)

Color info

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

RGB color model

#CD1349 color RGB value is (205,19,73).

  • red value is 205;
  • green value is 19;
  • blue value is 73.
RGB:
(205,19,73)
(80%,7%,29%)

RGB channels and saturation

R 205 of 255 = 80%
G 19 of 255 = 7%
B 73 of 255 = 29%

205
19
73

R + G + B ~ 39%. #CD1349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
205 + 19 + 73 = 297 (100%)
R 205 of 297 ~ 69.02%
G 19 of 297 ~ 6.4%
B 73 of 297 ~ 24.58%

%69.02
%24.58

CMYK color model

#CD1349 color CMYK value is (0,91,64,20).

  • cyan value is 0.00%
  • magenta value is 90.73%
  • yellow value is 64.39%
  • key color value is 19.61%
CMYK:
(0,91,64,20)
C0M91Y64K20 
(0%,91%,64%,20%)
(0.00/0.91/0.64/0.20)	

CMYK percentages

%0
%90.73
%64.39
%19.61

Codes

Color #CD1349 in popluar color models

CD1349
RGB2051973
HSL343°83.04%43.92%
HSB/HSV343°90.73%80.39%
CMYK0.00%90.73%64.39%
19.61%

Color #CD1349 in popluar number systems.

HEXCD1349
Decimal2051973
Binary11001101100111001001
Octal31523111

Shades and tints

Shades of #CD1349

#CD1349
(205,19,73)
#BB1243
(187,18,67)
#A9113D
(169,17,61)
#971037
(151,16,55)
#850F31
(133,15,49)
#730E2B
(115,14,43)
#610D25
(97,13,37)
#4F0C1F
(79,12,31)
#3D0B19
(61,11,25)
#2B0A13
(43,10,19)
#19090D
(25,9,13)
#000000
(0,0,0)

Tints of #CD1349

#CD1349
(205,19,73)
#D12859
(209,40,89)
#D53D69
(213,61,105)
#D95279
(217,82,121)
#DD6789
(221,103,137)
#E17C99
(225,124,153)
#E591A9
(229,145,169)
#E9A6B9
(233,166,185)
#EDBBC9
(237,187,201)
#F1D0D9
(241,208,217)
#F5E5E9
(245,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD1349 color. Also use rgb(205,19,73) instead hex code.

Text Font Color

.myTextColor { color: #CD1349; }

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

This text font color is #CD1349.


Background Color

.myBgColor { background-color: #CD1349; }

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

This div background color is #CD1349.


Border color

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

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

This div border color is #CD1349.


Opacity

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

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

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

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

This text has shadow with #CD1349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD1349 on black background.


Color preview on white background

This text has color #CD1349 on white background.



Black color preview on #CD1349 background

This text has black color on #CD1349 background.


White color preview on #CD1349 background

This text has white color on #CD1349 background.