Color Hex Logo

#d7261e Color Hex

#D7261E
(215,38,30)
0 Favorites   0 Comments

Color spaces of #d7261e

RGB 2153830
HSL0.010.760.48
HSV86°84°
CMYK 0.000.820.86   0.16
XYZ28.951815.92702.7766
Yxy15.92700.60750.3342
Hunter Lab39.908659.653023.8110
CIE-Lab46.878665.392149.5431

#d7261e color RGB value is (215,38,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100110 00011110
Octal 327 46 36
Decimal 215 38 30
Hex D7 26 1E

RGB Percentages of Color #d7261e

%75.97
%13.43
%10.60

CMYK Percentages of Color #d7261e

%0
%82
%86
%16

Triadic Colors of #d7261e

#d7261e #1ed726 #261ed7

Analogous Colors of #d7261e

#d7261e #d7831e #d71e73

Monochromatic Colors of #d7261e

#d7261e

Complementary Color

#d7261e #1ecfd7

#d7261e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7261e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7261e Color CSS Codes

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

#d7261e Text Font Color

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

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


#d7261e Background Color

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

This div background color is #d7261e


#d7261e Border Color

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

This div border color is #d7261e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7261e


Comments

No comments written yet.

Please login to write comment.