Color Hex Logo

#d9091e Color Hex

#D9091E
(217,9,30)
0 Favorites   0 Comments

Color spaces of #d9091e

RGB 217930
HSL0.980.920.44
HSV354°96°85°
CMYK 0.000.960.86   0.15
XYZ28.947315.04082.6058
Yxy15.04080.62130.3228
Hunter Lab38.782565.363423.1640
CIE-Lab45.690070.497748.7266

#d9091e color RGB value is (217,9,30).

#d9091e hex color red value is 217, green value is 9 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d9091e hue: 0.98 , saturation: 0.92 and the lightness value of d9091e is 0.44.

The process color (four color CMYK) of #d9091e color hex is 0.00, 0.96, 0.86, 0.15. Web safe color of #d9091e is #cc0033. Color #d9091e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001001 00011110
Octal 331 11 36
Decimal 217 9 30
Hex D9 9 1E

RGB Percentages of Color #d9091e

%84.77
%3.52
%11.72

CMYK Percentages of Color #d9091e

%0
%96
%86
%15

Triadic Colors of #d9091e

#d9091e #1ed909 #091ed9

Analogous Colors of #d9091e

#d9091e #d95c09 #d90986

Monochromatic Colors of #d9091e

#d9091e

Complementary Color

#d9091e #09d9c4

#d9091e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9091e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9091e Color CSS Codes

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

#d9091e Text Font Color

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

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


#d9091e Background Color

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

This div background color is #d9091e


#d9091e Border Color

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

This div border color is #d9091e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9091e


Comments

No comments written yet.

Please login to write comment.