COLOR #CF255D

HEX: #CF255D
RGB: (207,37,93)

Color info

#CF255D contains mainly red color. Web safe color of #CF255D is #CC3366 (or #C36).

RGB color model

#CF255D color RGB value is (207,37,93).

  • red value is 207;
  • green value is 37;
  • blue value is 93.
RGB:
(207,37,93)
(81%,15%,36%)

RGB channels and saturation

R 207 of 255 = 81%
G 37 of 255 = 15%
B 93 of 255 = 36%

207
37
93

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

Portions of RGB colors in percentages

R + G + B =
207 + 37 + 93 = 337 (100%)
R 207 of 337 ~ 61.42%
G 37 of 337 ~ 10.98%
B 93 of 337 ~ 27.6%

%61.42
%10.98
%27.6

CMYK color model

#CF255D color CMYK value is (0,82,55,19).

  • cyan value is 0.00%
  • magenta value is 82.13%
  • yellow value is 55.07%
  • key color value is 18.82%
CMYK:
(0,82,55,19)
C0M82Y55K19 
(0%,82%,55%,19%)
(0.00/0.82/0.55/0.19)	

CMYK percentages

%0
%82.13
%55.07
%18.82

Codes

Color #CF255D in popluar color models

CF255D
RGB2073793
HSL340°69.67%47.84%
HSB/HSV340°82.13%81.18%
CMYK0.00%82.13%55.07%
18.82%

Color #CF255D in popluar number systems.

HEXCF255D
Decimal2073793
Binary110011111001011011101
Octal31745135

Shades and tints

Shades of #CF255D

#CF255D
(207,37,93)
#BD2255
(189,34,85)
#AB1F4D
(171,31,77)
#991C45
(153,28,69)
#87193D
(135,25,61)
#751635
(117,22,53)
#63132D
(99,19,45)
#511025
(81,16,37)
#3F0D1D
(63,13,29)
#2D0A15
(45,10,21)
#1B070D
(27,7,13)
#000000
(0,0,0)

Tints of #CF255D

#CF255D
(207,37,93)
#D3386B
(211,56,107)
#D74B79
(215,75,121)
#DB5E87
(219,94,135)
#DF7195
(223,113,149)
#E384A3
(227,132,163)
#E797B1
(231,151,177)
#EBAABF
(235,170,191)
#EFBDCD
(239,189,205)
#F3D0DB
(243,208,219)
#F7E3E9
(247,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF255D color. Also use rgb(207,37,93) instead hex code.

Text Font Color

.myTextColor { color: #CF255D; }

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

This text font color is #CF255D.


Background Color

.myBgColor { background-color: #CF255D; }

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

This div background color is #CF255D.


Border color

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

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

This div border color is #CF255D.


Opacity

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

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

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

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

This text has shadow with #CF255D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF255D on black background.


Color preview on white background

This text has color #CF255D on white background.



Black color preview on #CF255D background

This text has black color on #CF255D background.


White color preview on #CF255D background

This text has white color on #CF255D background.