COLOR #CF420D

HEX: #CF420D
RGB: (207,66,13)

Color info

#CF420D contains mainly red color. Web safe color of #CF420D is #CC3300 (or #C30).

RGB color model

#CF420D color RGB value is (207,66,13).

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

RGB channels and saturation

R 207 of 255 = 81%
G 66 of 255 = 26%
B 13 of 255 = 5%

207
66
13

R + G + B ~ 37%. #CF420D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
207 + 66 + 13 = 286 (100%)
R 207 of 286 ~ 72.38%
G 66 of 286 ~ 23.08%
B 13 of 286 ~ 4.55%

%72.38
%23.08

CMYK color model

#CF420D color CMYK value is (0,68,94,19).

  • cyan value is 0.00%
  • magenta value is 68.12%
  • yellow value is 93.72%
  • key color value is 18.82%
CMYK:
(0,68,94,19)
C0M68Y94K19 
(0%,68%,94%,19%)
(0.00/0.68/0.94/0.19)	

CMYK percentages

%0
%68.12
%93.72
%18.82

Codes

Color #CF420D in popluar color models

CF420D
RGB2076613
HSL16°88.18%43.14%
HSB/HSV16°93.72%81.18%
CMYK0.00%68.12%93.72%
18.82%

Color #CF420D in popluar number systems.

HEXCF420D
Decimal2076613
Binary1100111110000101101
Octal31710215

Shades and tints

Shades of #CF420D

#CF420D
(207,66,13)
#BD3C0C
(189,60,12)
#AB360B
(171,54,11)
#99300A
(153,48,10)
#872A09
(135,42,9)
#752408
(117,36,8)
#631E07
(99,30,7)
#511806
(81,24,6)
#3F1205
(63,18,5)
#2D0C04
(45,12,4)
#1B0603
(27,6,3)
#000000
(0,0,0)

Tints of #CF420D

#CF420D
(207,66,13)
#D35323
(211,83,35)
#D76439
(215,100,57)
#DB754F
(219,117,79)
#DF8665
(223,134,101)
#E3977B
(227,151,123)
#E7A891
(231,168,145)
#EBB9A7
(235,185,167)
#EFCABD
(239,202,189)
#F3DBD3
(243,219,211)
#F7ECE9
(247,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF420D; }

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

This text font color is #CF420D.


Background Color

.myBgColor { background-color: #CF420D; }

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

This div background color is #CF420D.


Border color

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

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

This div border color is #CF420D.


Opacity

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

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

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

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

This text has shadow with #CF420D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF420D on black background.


Color preview on white background

This text has color #CF420D on white background.



Black color preview on #CF420D background

This text has black color on #CF420D background.


White color preview on #CF420D background

This text has white color on #CF420D background.