Color Hex Logo

#d6211f Color Hex

#D6211F
(214,33,31)
0 Favorites   0 Comments

Color spaces of #d6211f

RGB 2143331
HSL0.000.750.48
HSV86°84°
CMYK 0.000.850.86   0.16
XYZ28.522715.48282.7815
Yxy15.48280.60960.3309
Hunter Lab39.348260.531723.3526
CIE-Lab46.288566.265248.4911

#d6211f color RGB value is (214,33,31).

#d6211f hex color red value is 214, green value is 33 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d6211f hue: 0.00 , saturation: 0.75 and the lightness value of d6211f is 0.48.

The process color (four color CMYK) of #d6211f color hex is 0.00, 0.85, 0.86, 0.16. Web safe color of #d6211f is #cc3333. Color #d6211f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100001 00011111
Octal 326 41 37
Decimal 214 33 31
Hex D6 21 1F

RGB Percentages of Color #d6211f

%76.98
%11.87
%11.15

CMYK Percentages of Color #d6211f

%0
%85
%86
%16

Triadic Colors of #d6211f

#d6211f #1fd621 #211fd6

Analogous Colors of #d6211f

#d6211f #d67d1f #d61f79

Monochromatic Colors of #d6211f

#d6211f

Complementary Color

#d6211f #1fd4d6

#d6211f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6211f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6211f Color CSS Codes

.mybgcolor {background-color:#d6211f; } 
.myforecolor {color:#d6211f; }
.mybordercolor {border:3px solid #d6211f; }

#d6211f Text Font Color

<p style="color:#d6211f">Text here</p>

This sample text font color is #d6211f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d6211f Background Color

<div style="background-color:#d6211f">
Div content here</div>

This div background color is #d6211f


#d6211f Border Color

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

This div border color is #d6211f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,33,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6211f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6211f;
  -webkit-box-shadow: 1px 1px 3px 2px #d6211f;
  box-shadow:         1px 1px 3px 2px #d6211f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,33,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d6211f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d6211f;
  -webkit-box-shadow: 1px 1px 3px 2px #d6211f;
  box-shadow:         1px 1px 3px 2px #d6211f;">
Div content here</div>

This div box has shadow with color #d6211f


Comments

No comments written yet.

Please login to write comment.