COLOR #CF270E

HEX: #CF270E
RGB: (207,39,14)

Color info

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

RGB color model

#CF270E color RGB value is (207,39,14).

  • red value is 207;
  • green value is 39;
  • blue value is 14.
RGB:
(207,39,14)
(81%,15%,5%)

RGB channels and saturation

R 207 of 255 = 81%
G 39 of 255 = 15%
B 14 of 255 = 5%

207
39
14

R + G + B ~ 34%. #CF270E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
207 + 39 + 14 = 260 (100%)
R 207 of 260 ~ 79.62%
G 39 of 260 ~ 15%
B 14 of 260 ~ 5.38%

%79.62
%15

CMYK color model

#CF270E color CMYK value is (0,81,93,19).

  • cyan value is 0.00%
  • magenta value is 81.16%
  • yellow value is 93.24%
  • key color value is 18.82%
CMYK:
(0,81,93,19)
C0M81Y93K19 
(0%,81%,93%,19%)
(0.00/0.81/0.93/0.19)	

CMYK percentages

%0
%81.16
%93.24
%18.82

Codes

Color #CF270E in popluar color models

CF270E
RGB2073914
HSL87.33%43.33%
HSB/HSV93.24%81.18%
CMYK0.00%81.16%93.24%
18.82%

Color #CF270E in popluar number systems.

HEXCF270E
Decimal2073914
Binary110011111001111110
Octal3174716

Shades and tints

Shades of #CF270E

#CF270E
(207,39,14)
#BD240D
(189,36,13)
#AB210C
(171,33,12)
#991E0B
(153,30,11)
#871B0A
(135,27,10)
#751809
(117,24,9)
#631508
(99,21,8)
#511207
(81,18,7)
#3F0F06
(63,15,6)
#2D0C05
(45,12,5)
#1B0904
(27,9,4)
#000000
(0,0,0)

Tints of #CF270E

#CF270E
(207,39,14)
#D33A23
(211,58,35)
#D74D38
(215,77,56)
#DB604D
(219,96,77)
#DF7362
(223,115,98)
#E38677
(227,134,119)
#E7998C
(231,153,140)
#EBACA1
(235,172,161)
#EFBFB6
(239,191,182)
#F3D2CB
(243,210,203)
#F7E5E0
(247,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF270E color. Also use rgb(207,39,14) instead hex code.

Text Font Color

.myTextColor { color: #CF270E; }

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

This text font color is #CF270E.


Background Color

.myBgColor { background-color: #CF270E; }

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

This div background color is #CF270E.


Border color

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

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

This div border color is #CF270E.


Opacity

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

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

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

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

This text has shadow with #CF270E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF270E on black background.


Color preview on white background

This text has color #CF270E on white background.



Black color preview on #CF270E background

This text has black color on #CF270E background.


White color preview on #CF270E background

This text has white color on #CF270E background.