Color Hex Logo

#d6291f Color Hex

#D6291F
(214,41,31)
0 Favorites   0 Comments

Color spaces of #d6291f

RGB 2144131
HSL0.010.750.48
HSV86°84°
CMYK 0.000.810.86   0.16
XYZ28.771815.98092.8645
Yxy15.98090.60420.3356
Hunter Lab39.976158.512723.7348
CIE-Lab46.949464.388149.0505

#d6291f color RGB value is (214,41,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101001 00011111
Octal 326 51 37
Decimal 214 41 31
Hex D6 29 1F

RGB Percentages of Color #d6291f

%74.83
%14.34
%10.84

CMYK Percentages of Color #d6291f

%0
%81
%86
%16

Triadic Colors of #d6291f

#d6291f #1fd629 #291fd6

Analogous Colors of #d6291f

#d6291f #d6851f #d61f71

Monochromatic Colors of #d6291f

#d6291f

Complementary Color

#d6291f #1fccd6

#d6291f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6291f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6291f Color CSS Codes

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

#d6291f Text Font Color

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

This sample text font color is #d6291f
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.


#d6291f Background Color

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

This div background color is #d6291f


#d6291f Border Color

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

This div border color is #d6291f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,41,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 #d6291f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6291f


Comments

No comments written yet.

Please login to write comment.