COLOR #CF0006

HEX: #CF0006
RGB: (207,0,6)

Color info

#CF0006 contains mainly red color. Web safe color of #CF0006 is #CC0000 (or #C00).

RGB color model

#CF0006 color RGB value is (207,0,6).

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

RGB channels and saturation

R 207 of 255 = 81%
G 0 of 255 = 0%
B 6 of 255 = 2%

207
0
6

R + G + B ~ 28%. #CF0006 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
207 + 0 + 6 = 213 (100%)
R 207 of 213 ~ 97.18%
G 0 of 213 ~ 0%
B 6 of 213 ~ 2.82%

%97.18

CMYK color model

#CF0006 color CMYK value is (0,100,97,19).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 97.10%
  • key color value is 18.82%
CMYK:
(0,100,97,19)
C0M100Y97K19 
(0%,100%,97%,19%)
(0.00/1.00/0.97/0.19)	

CMYK percentages

%0
%100
%97.1
%18.82

Codes

Color #CF0006 in popluar color models

CF0006
RGB20706
HSL358°100.00%40.59%
HSB/HSV358°100.00%81.18%
CMYK0.00%100.00%97.10%
18.82%

Color #CF0006 in popluar number systems.

HEXCF0006
Decimal20706
Binary110011110110
Octal31706

Shades and tints

Shades of #CF0006

#CF0006
(207,0,6)
#BD0006
(189,0,6)
#AB0006
(171,0,6)
#990006
(153,0,6)
#870006
(135,0,6)
#750006
(117,0,6)
#630006
(99,0,6)
#510006
(81,0,6)
#3F0006
(63,0,6)
#2D0006
(45,0,6)
#1B0006
(27,0,6)
#000000
(0,0,0)

Tints of #CF0006

#CF0006
(207,0,6)
#D3171C
(211,23,28)
#D72E32
(215,46,50)
#DB4548
(219,69,72)
#DF5C5E
(223,92,94)
#E37374
(227,115,116)
#E78A8A
(231,138,138)
#EBA1A0
(235,161,160)
#EFB8B6
(239,184,182)
#F3CFCC
(243,207,204)
#F7E6E2
(247,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF0006; }

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

This text font color is #CF0006.


Background Color

.myBgColor { background-color: #CF0006; }

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

This div background color is #CF0006.


Border color

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

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

This div border color is #CF0006.


Opacity

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

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

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

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

This text has shadow with #CF0006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF0006 on black background.


Color preview on white background

This text has color #CF0006 on white background.



Black color preview on #CF0006 background

This text has black color on #CF0006 background.


White color preview on #CF0006 background

This text has white color on #CF0006 background.