COLOR #CF303C

HEX: #CF303C
RGB: (207,48,60)

Color info

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

RGB color model

#CF303C color RGB value is (207,48,60).

  • red value is 207;
  • green value is 48;
  • blue value is 60.
RGB:
(207,48,60)
(81%,19%,24%)

RGB channels and saturation

R 207 of 255 = 81%
G 48 of 255 = 19%
B 60 of 255 = 24%

207
48
60

R + G + B ~ 41%. #CF303C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
207 + 48 + 60 = 315 (100%)
R 207 of 315 ~ 65.71%
G 48 of 315 ~ 15.24%
B 60 of 315 ~ 19.05%

%65.71
%15.24
%19.05

CMYK color model

#CF303C color CMYK value is (0,77,71,19).

  • cyan value is 0.00%
  • magenta value is 76.81%
  • yellow value is 71.01%
  • key color value is 18.82%
CMYK:
(0,77,71,19)
C0M77Y71K19 
(0%,77%,71%,19%)
(0.00/0.77/0.71/0.19)	

CMYK percentages

%0
%76.81
%71.01
%18.82

Codes

Color #CF303C in popluar color models

CF303C
RGB2074860
HSL355°62.35%50.00%
HSB/HSV355°76.81%81.18%
CMYK0.00%76.81%71.01%
18.82%

Color #CF303C in popluar number systems.

HEXCF303C
Decimal2074860
Binary11001111110000111100
Octal3176074

Shades and tints

Shades of #CF303C

#CF303C
(207,48,60)
#BD2C37
(189,44,55)
#AB2832
(171,40,50)
#99242D
(153,36,45)
#872028
(135,32,40)
#751C23
(117,28,35)
#63181E
(99,24,30)
#511419
(81,20,25)
#3F1014
(63,16,20)
#2D0C0F
(45,12,15)
#1B080A
(27,8,10)
#000000
(0,0,0)

Tints of #CF303C

#CF303C
(207,48,60)
#D3424D
(211,66,77)
#D7545E
(215,84,94)
#DB666F
(219,102,111)
#DF7880
(223,120,128)
#E38A91
(227,138,145)
#E79CA2
(231,156,162)
#EBAEB3
(235,174,179)
#EFC0C4
(239,192,196)
#F3D2D5
(243,210,213)
#F7E4E6
(247,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF303C color. Also use rgb(207,48,60) instead hex code.

Text Font Color

.myTextColor { color: #CF303C; }

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

This text font color is #CF303C.


Background Color

.myBgColor { background-color: #CF303C; }

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

This div background color is #CF303C.


Border color

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

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

This div border color is #CF303C.


Opacity

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

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

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

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

This text has shadow with #CF303C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF303C on black background.


Color preview on white background

This text has color #CF303C on white background.



Black color preview on #CF303C background

This text has black color on #CF303C background.


White color preview on #CF303C background

This text has white color on #CF303C background.