Color Hex Logo

#d91f0e Color Hex

#D91F0E
(217,31,14)
0 Favorites   0 Comments

Color spaces of #d91f0e

RGB 2173114
HSL0.010.880.45
HSV94°85°
CMYK 0.000.860.94   0.15
XYZ29.184515.76341.9199
Yxy15.76340.62270.3363
Hunter Lab39.703161.729124.9252
CIE-Lab46.662567.222255.9830

#d91f0e color RGB value is (217,31,14).

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

The process color (four color CMYK) of #d91f0e color hex is 0.00, 0.86, 0.94, 0.15. Web safe color of #d91f0e is #cc3300. Color #d91f0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011111 00001110
Octal 331 37 16
Decimal 217 31 14
Hex D9 1F E

RGB Percentages of Color #d91f0e

%82.82
%11.83
%5.34

CMYK Percentages of Color #d91f0e

%0
%86
%94
%15

Triadic Colors of #d91f0e

#d91f0e #0ed91f #1f0ed9

Analogous Colors of #d91f0e

#d91f0e #d9850e #d90e62

Monochromatic Colors of #d91f0e

#d91f0e

Complementary Color

#d91f0e #0ec8d9

#d91f0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d91f0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d91f0e Color CSS Codes

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

#d91f0e Text Font Color

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

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


#d91f0e Background Color

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

This div background color is #d91f0e


#d91f0e Border Color

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

This div border color is #d91f0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d91f0e


Comments

No comments written yet.

Please login to write comment.