COLOR #CF001F

HEX: #CF001F
RGB: (207,0,31)

Color info

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

RGB color model

#CF001F color RGB value is (207,0,31).

  • red value is 207;
  • green value is 0;
  • blue value is 31.
RGB:
(207,0,31)
(81%,0%,12%)

RGB channels and saturation

R 207 of 255 = 81%
G 0 of 255 = 0%
B 31 of 255 = 12%

207
0
31

R + G + B ~ 31%. #CF001F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
207 + 0 + 31 = 238 (100%)
R 207 of 238 ~ 86.97%
G 0 of 238 ~ 0%
B 31 of 238 ~ 13.03%

%86.97
%13.03

CMYK color model

#CF001F color CMYK value is (0,100,85,19).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 85.02%
  • key color value is 18.82%
CMYK:
(0,100,85,19)
C0M100Y85K19 
(0%,100%,85%,19%)
(0.00/1.00/0.85/0.19)	

CMYK percentages

%0
%100
%85.02
%18.82

Codes

Color #CF001F in popluar color models

CF001F
RGB207031
HSL351°100.00%40.59%
HSB/HSV351°100.00%81.18%
CMYK0.00%100.00%85.02%
18.82%

Color #CF001F in popluar number systems.

HEXCF001F
Decimal207031
Binary11001111011111
Octal317037

Shades and tints

Shades of #CF001F

#CF001F
(207,0,31)
#BD001D
(189,0,29)
#AB001B
(171,0,27)
#990019
(153,0,25)
#870017
(135,0,23)
#750015
(117,0,21)
#630013
(99,0,19)
#510011
(81,0,17)
#3F000F
(63,0,15)
#2D000D
(45,0,13)
#1B000B
(27,0,11)
#000000
(0,0,0)

Tints of #CF001F

#CF001F
(207,0,31)
#D31733
(211,23,51)
#D72E47
(215,46,71)
#DB455B
(219,69,91)
#DF5C6F
(223,92,111)
#E37383
(227,115,131)
#E78A97
(231,138,151)
#EBA1AB
(235,161,171)
#EFB8BF
(239,184,191)
#F3CFD3
(243,207,211)
#F7E6E7
(247,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF001F color. Also use rgb(207,0,31) instead hex code.

Text Font Color

.myTextColor { color: #CF001F; }

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

This text font color is #CF001F.


Background Color

.myBgColor { background-color: #CF001F; }

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

This div background color is #CF001F.


Border color

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

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

This div border color is #CF001F.


Opacity

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

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

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

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

This text has shadow with #CF001F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF001F on black background.


Color preview on white background

This text has color #CF001F on white background.



Black color preview on #CF001F background

This text has black color on #CF001F background.


White color preview on #CF001F background

This text has white color on #CF001F background.