Color Hex Logo

#d72026 Color Hex

#D72026
(215,32,38)
0 Favorites   0 Comments

Color spaces of #d72026

RGB 2153238
HSL0.990.740.48
HSV358°85°84°
CMYK 0.000.850.82   0.16
XYZ28.890715.62003.3260
Yxy15.62000.60390.3265
Hunter Lab39.522161.319822.6759
CIE-Lab46.471966.908045.1905

#d72026 color RGB value is (215,32,38).

#d72026 hex color red value is 215, green value is 32 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #d72026 hue: 0.99 , saturation: 0.74 and the lightness value of d72026 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100000 00100110
Octal 327 40 46
Decimal 215 32 38
Hex D7 20 26

RGB Percentages of Color #d72026

%75.44
%11.23
%13.33

CMYK Percentages of Color #d72026

%0
%85
%82
%16

Triadic Colors of #d72026

#d72026 #26d720 #2026d7

Analogous Colors of #d72026

#d72026 #d77620 #d72082

Monochromatic Colors of #d72026

#d72026

Complementary Color

#d72026 #20d7d1

#d72026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72026 Color CSS Codes

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

#d72026 Text Font Color

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

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


#d72026 Background Color

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

This div background color is #d72026


#d72026 Border Color

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

This div border color is #d72026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72026


Comments

No comments written yet.

Please login to write comment.