COLOR #CF4D4C

HEX: #CF4D4C RGB: (207,77,76)

Color info

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

RGB color model

#CF4D4C color RGB value is (207,77,76).

RGB: (207,77,76) (81%, 30%, 30%)

RGB channels and saturation

R 207 of 255 = 81%
G 77 of 255 = 30%
B 76 of 255 = 30%

207
77
76

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

Portions of RGB colors in percentages

R + G + B = 207 + 77 + 76 = 360 (100%)
R 207 of 360 ~ 57.5%
G 77 of 360 ~ 21.39%
B 76 of 360 ~ 21.11'%

%57.5
%21.39
%21.11

CMYK color model

#CF4D4C color CMYK value is (0,63,63,19).

  • cyan value is 0.00%
  • magenta value is 62.80%
  • yellow value is 63.29%
  • key color value is 18.82%

CMYK: (0,63,63,19)
C0M63Y63K19 (0%, 63%, 63%, 19%)
(0.00 / 0.63 / 0.63 / 0.19)

CMYK percentages

%0
%62.8
%63.29
%18.82

Codes

Color #CF4D4C in popluar color models

CF 4D 4C
RGB 207 77 76
HSL 57.71% 55.49%
HSB/HSV 63.29% 81.18%
CMYK 0.00% 62.80% 63.29%
18.82%

Color #CF4D4C in popluar number systems.

HEX CF 4D 4C
Decimal 207 77 76
Binary 11001111 1001101 1001100
Octal 317 115 114

Shades and tints

Shades of #CF4D4C

#CF4D4C
(207,77,76)
#BD4646
(189,70,70)
#AB3F40
(171,63,64)
#99383A
(153,56,58)
#873134
(135,49,52)
#752A2E
(117,42,46)
#632328
(99,35,40)
#511C22
(81,28,34)
#3F151C
(63,21,28)
#2D0E16
(45,14,22)
#1B0710
(27,7,16)
#000000
(0,0,0)

Tints of #CF4D4C

#CF4D4C
(207,77,76)
#D35D5C
(211,93,92)
#D76D6C
(215,109,108)
#DB7D7C
(219,125,124)
#DF8D8C
(223,141,140)
#E39D9C
(227,157,156)
#E7ADAC
(231,173,172)
#EBBDBC
(235,189,188)
#EFCDCC
(239,205,204)
#F3DDDC
(243,221,220)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF4D4C color. Also use rgb(207,77,76) instead hex code.

Text Font Color

.myTextColor { color: #CF4D4C; }

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

This text font color is #CF4D4C.

Background Color

.myBgColor { background-color: #CF4D4C; }

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

This div background color is #CF4D4C.

Border color

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

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

This div border color is #CF4D4C.

Opacity

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

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

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

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

This text has shadow with #CF4D4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CF4D4C.

Preview

Color preview on black background

This text has color #CF4D4C on black background.


Color preview on white background

This text has color #CF4D4C on white background.


Black color preview on #CF4D4C background

This text has black color on #CF4D4C background.


White color preview on #CF4D4C background

This text has white color on #CF4D4C background.


Related colors

Complementary color

Complementary color for #hex is #30B2B3.


I love getcolorcode.com

Triadic colors

1 #4CCF4D and #4D4CCF with #CF4D4C are triadic colors.

2 #4C4DCF and #4DCF4C with #CF4D4C are triadic colors.