COLOR #6F0221

HEX: #6F0221
RGB: (111,2,33)

Color info

#6F0221 contains mainly red color. Web safe color of #6F0221 is #660033 (or #603).

RGB color model

#6F0221 color RGB value is (111,2,33).

  • red value is 111;
  • green value is 2;
  • blue value is 33.
RGB:
(111,2,33)
(44%,1%,13%)

RGB channels and saturation

R 111 of 255 = 44%
G 2 of 255 = 1%
B 33 of 255 = 13%

111
2
33

R + G + B ~ 19%. #6F0221 is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 2 + 33 = 146 (100%)
R 111 of 146 ~ 76.03%
G 2 of 146 ~ 1.37%
B 33 of 146 ~ 22.6%

%76.03
%22.6

CMYK color model

#6F0221 color CMYK value is (0,98,70,56).

  • cyan value is 0.00%
  • magenta value is 98.20%
  • yellow value is 70.27%
  • key color value is 56.47%
CMYK:
(0,98,70,56)
C0M98Y70K56 
(0%,98%,70%,56%)
(0.00/0.98/0.70/0.56)	

CMYK percentages

%0
%98.2
%70.27
%56.47

Codes

Color #6F0221 in popluar color models

6F0221
RGB111233
HSL343°96.46%22.16%
HSB/HSV343°98.20%43.53%
CMYK0.00%98.20%70.27%
56.47%

Color #6F0221 in popluar number systems.

HEX6F0221
Decimal111233
Binary110111110100001
Octal157241

Shades and tints

Shades of #6F0221

#6F0221
(111,2,33)
#65021E
(101,2,30)
#5B021B
(91,2,27)
#510218
(81,2,24)
#470215
(71,2,21)
#3D0212
(61,2,18)
#33020F
(51,2,15)
#29020C
(41,2,12)
#1F0209
(31,2,9)
#150206
(21,2,6)
#0B0203
(11,2,3)
#000000
(0,0,0)

Tints of #6F0221

#6F0221
(111,2,33)
#7C1935
(124,25,53)
#893049
(137,48,73)
#96475D
(150,71,93)
#A35E71
(163,94,113)
#B07585
(176,117,133)
#BD8C99
(189,140,153)
#CAA3AD
(202,163,173)
#D7BAC1
(215,186,193)
#E4D1D5
(228,209,213)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F0221 color. Also use rgb(111,2,33) instead hex code.

Text Font Color

.myTextColor { color: #6F0221; }

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

This text font color is #6F0221.


Background Color

.myBgColor { background-color: #6F0221; }

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

This div background color is #6F0221.


Border color

.myBorderColor { border: 1px solid #6F0221; }

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

This div border color is #6F0221.


Opacity

.myOpacity80 { color: #6F0221; opacity: 0.8; }

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

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

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

This text has shadow with #6F0221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F0221 on black background.


Color preview on white background

This text has color #6F0221 on white background.



Black color preview on #6F0221 background

This text has black color on #6F0221 background.


White color preview on #6F0221 background

This text has white color on #6F0221 background.