COLOR #CF013B

HEX: #CF013B
RGB: (207,1,59)

Color info

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

RGB color model

#CF013B color RGB value is (207,1,59).

  • red value is 207;
  • green value is 1;
  • blue value is 59.
RGB:
(207,1,59)
(81%,0%,23%)

RGB channels and saturation

R 207 of 255 = 81%
G 1 of 255 = 0%
B 59 of 255 = 23%

207
1
59

R + G + B ~ 35%. #CF013B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
207 + 1 + 59 = 267 (100%)
R 207 of 267 ~ 77.53%
G 1 of 267 ~ 0.37%
B 59 of 267 ~ 22.1%

%77.53
%22.1

CMYK color model

#CF013B color CMYK value is (0,100,71,19).

  • cyan value is 0.00%
  • magenta value is 99.52%
  • yellow value is 71.50%
  • key color value is 18.82%
CMYK:
(0,100,71,19)
C0M100Y71K19 
(0%,100%,71%,19%)
(0.00/1.00/0.71/0.19)	

CMYK percentages

%0
%99.52
%71.5
%18.82

Codes

Color #CF013B in popluar color models

CF013B
RGB207159
HSL343°99.04%40.78%
HSB/HSV343°99.52%81.18%
CMYK0.00%99.52%71.50%
18.82%

Color #CF013B in popluar number systems.

HEXCF013B
Decimal207159
Binary110011111111011
Octal317173

Shades and tints

Shades of #CF013B

#CF013B
(207,1,59)
#BD0136
(189,1,54)
#AB0131
(171,1,49)
#99012C
(153,1,44)
#870127
(135,1,39)
#750122
(117,1,34)
#63011D
(99,1,29)
#510118
(81,1,24)
#3F0113
(63,1,19)
#2D010E
(45,1,14)
#1B0109
(27,1,9)
#000000
(0,0,0)

Tints of #CF013B

#CF013B
(207,1,59)
#D3184C
(211,24,76)
#D72F5D
(215,47,93)
#DB466E
(219,70,110)
#DF5D7F
(223,93,127)
#E37490
(227,116,144)
#E78BA1
(231,139,161)
#EBA2B2
(235,162,178)
#EFB9C3
(239,185,195)
#F3D0D4
(243,208,212)
#F7E7E5
(247,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF013B color. Also use rgb(207,1,59) instead hex code.

Text Font Color

.myTextColor { color: #CF013B; }

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

This text font color is #CF013B.


Background Color

.myBgColor { background-color: #CF013B; }

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

This div background color is #CF013B.


Border color

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

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

This div border color is #CF013B.


Opacity

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

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

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

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

This text has shadow with #CF013B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF013B on black background.


Color preview on white background

This text has color #CF013B on white background.



Black color preview on #CF013B background

This text has black color on #CF013B background.


White color preview on #CF013B background

This text has white color on #CF013B background.