Color Hex Logo

#d7041e Color Hex

#D7041E
(215,4,30)
0 Favorites   0 Comments

Color spaces of #d7041e

RGB 215430
HSL0.980.960.43
HSV353°98°84°
CMYK 0.000.980.86   0.16
XYZ28.302114.62762.5600
Yxy14.62760.62220.3216
Hunter Lab38.246065.159522.8037
CIE-Lab45.119970.437248.0832

#d7041e color RGB value is (215,4,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000100 00011110
Octal 327 4 36
Decimal 215 4 30
Hex D7 4 1E

RGB Percentages of Color #d7041e

%86.35
%1.61
%12.05

CMYK Percentages of Color #d7041e

%0
%98
%86
%16

Triadic Colors of #d7041e

#d7041e #1ed704 #041ed7

Analogous Colors of #d7041e

#d7041e #d75404 #d70488

Monochromatic Colors of #d7041e

#d7041e

Complementary Color

#d7041e #04d7bd

#d7041e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7041e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7041e Color CSS Codes

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

#d7041e Text Font Color

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

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


#d7041e Background Color

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

This div background color is #d7041e


#d7041e Border Color

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

This div border color is #d7041e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7041e


Comments

No comments written yet.

Please login to write comment.