Color Hex Logo

#d72b26 Color Hex

#D72B26
(215,43,38)
0 Favorites   0 Comments

Color spaces of #d72b26

RGB 2154338
HSL0.000.700.50
HSV82°84°
CMYK 0.000.800.82   0.16
XYZ29.238116.31483.4418
Yxy16.31480.59680.3330
Hunter Lab40.391658.524823.2220
CIE-Lab47.384864.315346.0471

#d72b26 color RGB value is (215,43,38).

#d72b26 hex color red value is 215, green value is 43 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #d72b26 hue: 0.00 , saturation: 0.70 and the lightness value of d72b26 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101011 00100110
Octal 327 53 46
Decimal 215 43 38
Hex D7 2B 26

RGB Percentages of Color #d72b26

%72.64
%14.53
%12.84

CMYK Percentages of Color #d72b26

%0
%80
%82
%16

Triadic Colors of #d72b26

#d72b26 #26d72b #2b26d7

Analogous Colors of #d72b26

#d72b26 #d78426 #d7267a

Monochromatic Colors of #d72b26

#d72b26

Complementary Color

#d72b26 #26d2d7

#d72b26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72b26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72b26 Color CSS Codes

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

#d72b26 Text Font Color

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

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


#d72b26 Background Color

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

This div background color is #d72b26


#d72b26 Border Color

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

This div border color is #d72b26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72b26


Comments

No comments written yet.

Please login to write comment.