COLOR #21001D

HEX: #21001D
RGB: (33,0,29)

Color info

#21001D contains only red and blue colors. Web safe color of #21001D is #330033 (or #303).

RGB color model

#21001D color RGB value is (33,0,29).

  • red value is 33;
  • green value is 0;
  • blue value is 29.
RGB:
(33,0,29)
(13%,0%,11%)

RGB channels and saturation

R 33 of 255 = 13%
G 0 of 255 = 0%
B 29 of 255 = 11%

33
0
29

R + G + B ~ 8%. #21001D is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 0 + 29 = 62 (100%)
R 33 of 62 ~ 53.23%
G 0 of 62 ~ 0%
B 29 of 62 ~ 46.77%

%53.23
%46.77

CMYK color model

#21001D color CMYK value is (0,100,12,87).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 12.12%
  • key color value is 87.06%
CMYK:
(0,100,12,87)
C0M100Y12K87 
(0%,100%,12%,87%)
(0.00/1.00/0.12/0.87)	

CMYK percentages

%0
%100
%12.12
%87.06

Codes

Color #21001D in popluar color models

21001D
RGB33029
HSL307°100.00%6.47%
HSB/HSV307°100.00%12.94%
CMYK0.00%100.00%12.12%
87.06%

Color #21001D in popluar number systems.

HEX21001D
Decimal33029
Binary100001011101
Octal41035

Shades and tints

Shades of #21001D

#21001D
(33,0,29)
#1E001B
(30,0,27)
#1B0019
(27,0,25)
#180017
(24,0,23)
#150015
(21,0,21)
#120013
(18,0,19)
#0F0011
(15,0,17)
#0C000F
(12,0,15)
#09000D
(9,0,13)
#06000B
(6,0,11)
#030009
(3,0,9)
#000000
(0,0,0)

Tints of #21001D

#21001D
(33,0,29)
#351731
(53,23,49)
#492E45
(73,46,69)
#5D4559
(93,69,89)
#715C6D
(113,92,109)
#857381
(133,115,129)
#998A95
(153,138,149)
#ADA1A9
(173,161,169)
#C1B8BD
(193,184,189)
#D5CFD1
(213,207,209)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21001D color. Also use rgb(33,0,29) instead hex code.

Text Font Color

.myTextColor { color: #21001D; }

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

This text font color is #21001D.


Background Color

.myBgColor { background-color: #21001D; }

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

This div background color is #21001D.


Border color

.myBorderColor { border: 1px solid #21001D; }

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

This div border color is #21001D.


Opacity

.myOpacity80 { color: #21001D; opacity: 0.8; }

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

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

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

This text has shadow with #21001D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21001D on black background.


Color preview on white background

This text has color #21001D on white background.



Black color preview on #21001D background

This text has black color on #21001D background.


White color preview on #21001D background

This text has white color on #21001D background.