Color Hex Logo

#d6042e Color Hex

#D6042E
(214,4,46)
0 Favorites   0 Comments

Color spaces of #d6042e

RGB 214446
HSL0.970.960.43
HSV348°98°84°
CMYK 0.000.980.79   0.16
XYZ28.268114.58023.9091
Yxy14.58020.60460.3118
Hunter Lab38.184065.323720.6590
CIE-Lab45.053870.588339.2867

#d6042e color RGB value is (214,4,46).

#d6042e hex color red value is 214, green value is 4 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #d6042e hue: 0.97 , saturation: 0.96 and the lightness value of d6042e is 0.43.

The process color (four color CMYK) of #d6042e color hex is 0.00, 0.98, 0.79, 0.16. Web safe color of #d6042e is #cc0033. Color #d6042e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000100 00101110
Octal 326 4 56
Decimal 214 4 46
Hex D6 4 2E

RGB Percentages of Color #d6042e

%81.06
%1.52
%17.42

CMYK Percentages of Color #d6042e

%0
%98
%79
%16

Triadic Colors of #d6042e

#d6042e #2ed604 #042ed6

Analogous Colors of #d6042e

#d6042e #d64304 #d60497

Monochromatic Colors of #d6042e

#d6042e

Complementary Color

#d6042e #04d6ac

#d6042e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6042e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6042e Color CSS Codes

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

#d6042e Text Font Color

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

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


#d6042e Background Color

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

This div background color is #d6042e


#d6042e Border Color

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

This div border color is #d6042e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6042e


Comments

No comments written yet.

Please login to write comment.