COLOR #6F1521

HEX: #6F1521 RGB: (111,21,33)

Color info

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

RGB color model

#6F1521 color RGB value is (111,21,33).

RGB: (111,21,33) (44%, 8%, 13%)

RGB channels and saturation

R 111 of 255 = 44%
G 21 of 255 = 8%
B 33 of 255 = 13%

111
21
33

R + G + B ~ 22%. #6F1521 is dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 21 + 33 = 165 (100%)
R 111 of 165 ~ 67.27%
G 21 of 165 ~ 12.73%
B 33 of 165 ~ 20'%

%67.27
%12.73
%20

CMYK color model

#6F1521 color CMYK value is (0,81,70,56).

  • cyan value is 0.00%
  • magenta value is 81.08%
  • yellow value is 70.27%
  • key color value is 56.47%

CMYK: (0,81,70,56)
C0M81Y70K56 (0%, 81%, 70%, 56%)
(0.00 / 0.81 / 0.70 / 0.56)

CMYK percentages

%0
%81.08
%70.27
%56.47

Codes

Color #6F1521 in popluar color models

6F 15 21
RGB 111 21 33
HSL 352° 68.18% 25.88%
HSB/HSV 352° 81.08% 43.53%
CMYK 0.00% 81.08% 70.27%
56.47%

Color #6F1521 in popluar number systems.

HEX 6F 15 21
Decimal 111 21 33
Binary 1101111 10101 100001
Octal 157 25 41

Shades and tints

Shades of #6F1521

#6F1521
(111,21,33)
#65141E
(101,20,30)
#5B131B
(91,19,27)
#511218
(81,18,24)
#471115
(71,17,21)
#3D1012
(61,16,18)
#330F0F
(51,15,15)
#290E0C
(41,14,12)
#1F0D09
(31,13,9)
#150C06
(21,12,6)
#0B0B03
(11,11,3)
#000000
(0,0,0)

Tints of #6F1521

#6F1521
(111,21,33)
#7C2A35
(124,42,53)
#893F49
(137,63,73)
#96545D
(150,84,93)
#A36971
(163,105,113)
#B07E85
(176,126,133)
#BD9399
(189,147,153)
#CAA8AD
(202,168,173)
#D7BDC1
(215,189,193)
#E4D2D5
(228,210,213)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1521; }

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

This text font color is #6F1521.

Background Color

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

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

This div background color is #6F1521.

Border color

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

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

This div border color is #6F1521.

Opacity

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

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

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

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

This text has shadow with #6F1521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F1521.

Preview

Color preview on black background

This text has color #6F1521 on black background.


Color preview on white background

This text has color #6F1521 on white background.


Black color preview on #6F1521 background

This text has black color on #6F1521 background.


White color preview on #6F1521 background

This text has white color on #6F1521 background.


Related colors

Complementary color

Complementary color for #hex is #90EADE.


I love getcolorcode.com

Triadic colors

1 #216F15 and #15216F with #6F1521 are triadic colors.

2 #21156F and #156F21 with #6F1521 are triadic colors.