COLOR #CF3127

HEX: #CF3127
RGB: (207,49,39)

Color info

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

RGB color model

#CF3127 color RGB value is (207,49,39).

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

RGB channels and saturation

R 207 of 255 = 81%
G 49 of 255 = 19%
B 39 of 255 = 15%

207
49
39

R + G + B ~ 38%. #CF3127 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
207 + 49 + 39 = 295 (100%)
R 207 of 295 ~ 70.17%
G 49 of 295 ~ 16.61%
B 39 of 295 ~ 13.22%

%70.17
%16.61
%13.22

CMYK color model

#CF3127 color CMYK value is (0,76,81,19).

  • cyan value is 0.00%
  • magenta value is 76.33%
  • yellow value is 81.16%
  • key color value is 18.82%
CMYK:
(0,76,81,19)
C0M76Y81K19 
(0%,76%,81%,19%)
(0.00/0.76/0.81/0.19)	

CMYK percentages

%0
%76.33
%81.16
%18.82

Codes

Color #CF3127 in popluar color models

CF3127
RGB2074939
HSL68.29%48.24%
HSB/HSV81.16%81.18%
CMYK0.00%76.33%81.16%
18.82%

Color #CF3127 in popluar number systems.

HEXCF3127
Decimal2074939
Binary11001111110001100111
Octal3176147

Shades and tints

Shades of #CF3127

#CF3127
(207,49,39)
#BD2D24
(189,45,36)
#AB2921
(171,41,33)
#99251E
(153,37,30)
#87211B
(135,33,27)
#751D18
(117,29,24)
#631915
(99,25,21)
#511512
(81,21,18)
#3F110F
(63,17,15)
#2D0D0C
(45,13,12)
#1B0909
(27,9,9)
#000000
(0,0,0)

Tints of #CF3127

#CF3127
(207,49,39)
#D3433A
(211,67,58)
#D7554D
(215,85,77)
#DB6760
(219,103,96)
#DF7973
(223,121,115)
#E38B86
(227,139,134)
#E79D99
(231,157,153)
#EBAFAC
(235,175,172)
#EFC1BF
(239,193,191)
#F3D3D2
(243,211,210)
#F7E5E5
(247,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF3127; }

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

This text font color is #CF3127.


Background Color

.myBgColor { background-color: #CF3127; }

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

This div background color is #CF3127.


Border color

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

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

This div border color is #CF3127.


Opacity

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

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

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

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

This text has shadow with #CF3127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF3127 on black background.


Color preview on white background

This text has color #CF3127 on white background.



Black color preview on #CF3127 background

This text has black color on #CF3127 background.


White color preview on #CF3127 background

This text has white color on #CF3127 background.