COLOR #CF4348

HEX: #CF4348
RGB: (207,67,72)

Color info

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

RGB color model

#CF4348 color RGB value is (207,67,72).

  • red value is 207;
  • green value is 67;
  • blue value is 72.
RGB:
(207,67,72)
(81%,26%,28%)

RGB channels and saturation

R 207 of 255 = 81%
G 67 of 255 = 26%
B 72 of 255 = 28%

207
67
72

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

Portions of RGB colors in percentages

R + G + B =
207 + 67 + 72 = 346 (100%)
R 207 of 346 ~ 59.83%
G 67 of 346 ~ 19.36%
B 72 of 346 ~ 20.81%

%59.83
%19.36
%20.81

CMYK color model

#CF4348 color CMYK value is (0,68,65,19).

  • cyan value is 0.00%
  • magenta value is 67.63%
  • yellow value is 65.22%
  • key color value is 18.82%
CMYK:
(0,68,65,19)
C0M68Y65K19 
(0%,68%,65%,19%)
(0.00/0.68/0.65/0.19)	

CMYK percentages

%0
%67.63
%65.22
%18.82

Codes

Color #CF4348 in popluar color models

CF4348
RGB2076772
HSL358°59.32%53.73%
HSB/HSV358°67.63%81.18%
CMYK0.00%67.63%65.22%
18.82%

Color #CF4348 in popluar number systems.

HEXCF4348
Decimal2076772
Binary1100111110000111001000
Octal317103110

Shades and tints

Shades of #CF4348

#CF4348
(207,67,72)
#BD3D42
(189,61,66)
#AB373C
(171,55,60)
#993136
(153,49,54)
#872B30
(135,43,48)
#75252A
(117,37,42)
#631F24
(99,31,36)
#51191E
(81,25,30)
#3F1318
(63,19,24)
#2D0D12
(45,13,18)
#1B070C
(27,7,12)
#000000
(0,0,0)

Tints of #CF4348

#CF4348
(207,67,72)
#D35458
(211,84,88)
#D76568
(215,101,104)
#DB7678
(219,118,120)
#DF8788
(223,135,136)
#E39898
(227,152,152)
#E7A9A8
(231,169,168)
#EBBAB8
(235,186,184)
#EFCBC8
(239,203,200)
#F3DCD8
(243,220,216)
#F7EDE8
(247,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF4348 color. Also use rgb(207,67,72) instead hex code.

Text Font Color

.myTextColor { color: #CF4348; }

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

This text font color is #CF4348.


Background Color

.myBgColor { background-color: #CF4348; }

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

This div background color is #CF4348.


Border color

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

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

This div border color is #CF4348.


Opacity

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

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

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

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

This text has shadow with #CF4348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF4348 on black background.


Color preview on white background

This text has color #CF4348 on white background.



Black color preview on #CF4348 background

This text has black color on #CF4348 background.


White color preview on #CF4348 background

This text has white color on #CF4348 background.