Color Hex Logo

#d7240e Color Hex

#D7240E
(215,36,14)
0 Favorites   0 Comments

Color spaces of #d7240e

RGB 2153614
HSL0.020.880.45
HSV93°84°
CMYK 0.000.830.93   0.16
XYZ28.734515.74051.9392
Yxy15.74050.61910.3391
Hunter Lab39.674359.850424.8740
CIE-Lab46.632265.610455.7568

#d7240e color RGB value is (215,36,14).

#d7240e hex color red value is 215, green value is 36 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #d7240e hue: 0.02 , saturation: 0.88 and the lightness value of d7240e is 0.45.

The process color (four color CMYK) of #d7240e color hex is 0.00, 0.83, 0.93, 0.16. Web safe color of #d7240e is #cc3300. Color #d7240e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100100 00001110
Octal 327 44 16
Decimal 215 36 14
Hex D7 24 E

RGB Percentages of Color #d7240e

%81.13
%13.58
%5.28

CMYK Percentages of Color #d7240e

%0
%83
%93
%16

Triadic Colors of #d7240e

#d7240e #0ed724 #240ed7

Analogous Colors of #d7240e

#d7240e #d7890e #d70e5c

Monochromatic Colors of #d7240e

#d7240e

Complementary Color

#d7240e #0ec1d7

#d7240e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7240e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7240e Color CSS Codes

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

#d7240e Text Font Color

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

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


#d7240e Background Color

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

This div background color is #d7240e


#d7240e Border Color

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

This div border color is #d7240e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7240e


Comments

No comments written yet.

Please login to write comment.