COLOR #CF421C

HEX: #CF421C
RGB: (207,66,28)

Color info

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

RGB color model

#CF421C color RGB value is (207,66,28).

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

RGB channels and saturation

R 207 of 255 = 81%
G 66 of 255 = 26%
B 28 of 255 = 11%

207
66
28

R + G + B ~ 39%. #CF421C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
207 + 66 + 28 = 301 (100%)
R 207 of 301 ~ 68.77%
G 66 of 301 ~ 21.93%
B 28 of 301 ~ 9.3%

%68.77
%21.93

CMYK color model

#CF421C color CMYK value is (0,68,86,19).

  • cyan value is 0.00%
  • magenta value is 68.12%
  • yellow value is 86.47%
  • key color value is 18.82%
CMYK:
(0,68,86,19)
C0M68Y86K19 
(0%,68%,86%,19%)
(0.00/0.68/0.86/0.19)	

CMYK percentages

%0
%68.12
%86.47
%18.82

Codes

Color #CF421C in popluar color models

CF421C
RGB2076628
HSL13°76.17%46.08%
HSB/HSV13°86.47%81.18%
CMYK0.00%68.12%86.47%
18.82%

Color #CF421C in popluar number systems.

HEXCF421C
Decimal2076628
Binary11001111100001011100
Octal31710234

Shades and tints

Shades of #CF421C

#CF421C
(207,66,28)
#BD3C1A
(189,60,26)
#AB3618
(171,54,24)
#993016
(153,48,22)
#872A14
(135,42,20)
#752412
(117,36,18)
#631E10
(99,30,16)
#51180E
(81,24,14)
#3F120C
(63,18,12)
#2D0C0A
(45,12,10)
#1B0608
(27,6,8)
#000000
(0,0,0)

Tints of #CF421C

#CF421C
(207,66,28)
#D35330
(211,83,48)
#D76444
(215,100,68)
#DB7558
(219,117,88)
#DF866C
(223,134,108)
#E39780
(227,151,128)
#E7A894
(231,168,148)
#EBB9A8
(235,185,168)
#EFCABC
(239,202,188)
#F3DBD0
(243,219,208)
#F7ECE4
(247,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF421C color. Also use rgb(207,66,28) instead hex code.

Text Font Color

.myTextColor { color: #CF421C; }

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

This text font color is #CF421C.


Background Color

.myBgColor { background-color: #CF421C; }

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

This div background color is #CF421C.


Border color

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

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

This div border color is #CF421C.


Opacity

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

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

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

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

This text has shadow with #CF421C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF421C on black background.


Color preview on white background

This text has color #CF421C on white background.



Black color preview on #CF421C background

This text has black color on #CF421C background.


White color preview on #CF421C background

This text has white color on #CF421C background.