Color Hex Logo

#d9050f Color Hex

#D9050F
(217,5,15)
0 Favorites   0 Comments

Color spaces of #d9050f

RGB 217515
HSL0.990.950.44
HSV357°98°85°
CMYK 0.000.980.93   0.15
XYZ28.755814.89471.8113
Yxy14.89470.63250.3276
Hunter Lab38.593765.459924.2329
CIE-Lab45.489670.618054.9614

#d9050f color RGB value is (217,5,15).

#d9050f hex color red value is 217, green value is 5 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #d9050f hue: 0.99 , saturation: 0.95 and the lightness value of d9050f is 0.44.

The process color (four color CMYK) of #d9050f color hex is 0.00, 0.98, 0.93, 0.15. Web safe color of #d9050f is #cc0000. Color #d9050f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000101 00001111
Octal 331 5 17
Decimal 217 5 15
Hex D9 5 F

RGB Percentages of Color #d9050f

%91.56
%2.11
%6.33

CMYK Percentages of Color #d9050f

%0
%98
%93
%15

Triadic Colors of #d9050f

#d9050f #0fd905 #050fd9

Analogous Colors of #d9050f

#d9050f #d96505 #d90579

Monochromatic Colors of #d9050f

#d9050f

Complementary Color

#d9050f #05d9cf

#d9050f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9050f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9050f Color CSS Codes

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

#d9050f Text Font Color

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

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


#d9050f Background Color

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

This div background color is #d9050f


#d9050f Border Color

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

This div border color is #d9050f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,5,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9050f


Comments

No comments written yet.

Please login to write comment.