COLOR #CF141B

HEX: #CF141B
RGB: (207,20,27)

Color info

#CF141B contains mainly red color. Web safe color of #CF141B is #CC0033 (or #C03).

RGB color model

#CF141B color RGB value is (207,20,27).

  • red value is 207;
  • green value is 20;
  • blue value is 27.
RGB:
(207,20,27)
(81%,8%,11%)

RGB channels and saturation

R 207 of 255 = 81%
G 20 of 255 = 8%
B 27 of 255 = 11%

207
20
27

R + G + B ~ 33%. #CF141B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
207 + 20 + 27 = 254 (100%)
R 207 of 254 ~ 81.5%
G 20 of 254 ~ 7.87%
B 27 of 254 ~ 10.63%

%81.5
%10.63

CMYK color model

#CF141B color CMYK value is (0,90,87,19).

  • cyan value is 0.00%
  • magenta value is 90.34%
  • yellow value is 86.96%
  • key color value is 18.82%
CMYK:
(0,90,87,19)
C0M90Y87K19 
(0%,90%,87%,19%)
(0.00/0.90/0.87/0.19)	

CMYK percentages

%0
%90.34
%86.96
%18.82

Codes

Color #CF141B in popluar color models

CF141B
RGB2072027
HSL358°82.38%44.51%
HSB/HSV358°90.34%81.18%
CMYK0.00%90.34%86.96%
18.82%

Color #CF141B in popluar number systems.

HEXCF141B
Decimal2072027
Binary110011111010011011
Octal3172433

Shades and tints

Shades of #CF141B

#CF141B
(207,20,27)
#BD1319
(189,19,25)
#AB1217
(171,18,23)
#991115
(153,17,21)
#871013
(135,16,19)
#750F11
(117,15,17)
#630E0F
(99,14,15)
#510D0D
(81,13,13)
#3F0C0B
(63,12,11)
#2D0B09
(45,11,9)
#1B0A07
(27,10,7)
#000000
(0,0,0)

Tints of #CF141B

#CF141B
(207,20,27)
#D3292F
(211,41,47)
#D73E43
(215,62,67)
#DB5357
(219,83,87)
#DF686B
(223,104,107)
#E37D7F
(227,125,127)
#E79293
(231,146,147)
#EBA7A7
(235,167,167)
#EFBCBB
(239,188,187)
#F3D1CF
(243,209,207)
#F7E6E3
(247,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF141B color. Also use rgb(207,20,27) instead hex code.

Text Font Color

.myTextColor { color: #CF141B; }

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

This text font color is #CF141B.


Background Color

.myBgColor { background-color: #CF141B; }

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

This div background color is #CF141B.


Border color

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

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

This div border color is #CF141B.


Opacity

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

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

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

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

This text has shadow with #CF141B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF141B on black background.


Color preview on white background

This text has color #CF141B on white background.



Black color preview on #CF141B background

This text has black color on #CF141B background.


White color preview on #CF141B background

This text has white color on #CF141B background.