COLOR #CF3749

HEX: #CF3749
RGB: (207,55,73)

Color info

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

RGB color model

#CF3749 color RGB value is (207,55,73).

  • red value is 207;
  • green value is 55;
  • blue value is 73.
RGB:
(207,55,73)
(81%,22%,29%)

RGB channels and saturation

R 207 of 255 = 81%
G 55 of 255 = 22%
B 73 of 255 = 29%

207
55
73

R + G + B ~ 44%. #CF3749 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
207 + 55 + 73 = 335 (100%)
R 207 of 335 ~ 61.79%
G 55 of 335 ~ 16.42%
B 73 of 335 ~ 21.79%

%61.79
%16.42
%21.79

CMYK color model

#CF3749 color CMYK value is (0,73,65,19).

  • cyan value is 0.00%
  • magenta value is 73.43%
  • yellow value is 64.73%
  • key color value is 18.82%
CMYK:
(0,73,65,19)
C0M73Y65K19 
(0%,73%,65%,19%)
(0.00/0.73/0.65/0.19)	

CMYK percentages

%0
%73.43
%64.73
%18.82

Codes

Color #CF3749 in popluar color models

CF3749
RGB2075573
HSL353°61.29%51.37%
HSB/HSV353°73.43%81.18%
CMYK0.00%73.43%64.73%
18.82%

Color #CF3749 in popluar number systems.

HEXCF3749
Decimal2075573
Binary110011111101111001001
Octal31767111

Shades and tints

Shades of #CF3749

#CF3749
(207,55,73)
#BD3243
(189,50,67)
#AB2D3D
(171,45,61)
#992837
(153,40,55)
#872331
(135,35,49)
#751E2B
(117,30,43)
#631925
(99,25,37)
#51141F
(81,20,31)
#3F0F19
(63,15,25)
#2D0A13
(45,10,19)
#1B050D
(27,5,13)
#000000
(0,0,0)

Tints of #CF3749

#CF3749
(207,55,73)
#D34959
(211,73,89)
#D75B69
(215,91,105)
#DB6D79
(219,109,121)
#DF7F89
(223,127,137)
#E39199
(227,145,153)
#E7A3A9
(231,163,169)
#EBB5B9
(235,181,185)
#EFC7C9
(239,199,201)
#F3D9D9
(243,217,217)
#F7EBE9
(247,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF3749 color. Also use rgb(207,55,73) instead hex code.

Text Font Color

.myTextColor { color: #CF3749; }

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

This text font color is #CF3749.


Background Color

.myBgColor { background-color: #CF3749; }

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

This div background color is #CF3749.


Border color

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

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

This div border color is #CF3749.


Opacity

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

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

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

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

This text has shadow with #CF3749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF3749 on black background.


Color preview on white background

This text has color #CF3749 on white background.



Black color preview on #CF3749 background

This text has black color on #CF3749 background.


White color preview on #CF3749 background

This text has white color on #CF3749 background.