Color Hex Logo

#d9310f Color Hex

#D9310F
(217,49,15)
0 Favorites   0 Comments

Color spaces of #d9310f

RGB 2174915
HSL0.030.870.45
HSV10°93°85°
CMYK 0.000.770.93   0.15
XYZ29.799816.98282.1593
Yxy16.98280.60890.3470
Hunter Lab41.210256.958625.7405
CIE-Lab48.238462.784056.6204

#d9310f color RGB value is (217,49,15).

#d9310f hex color red value is 217, green value is 49 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #d9310f hue: 0.03 , saturation: 0.87 and the lightness value of d9310f is 0.45.

The process color (four color CMYK) of #d9310f color hex is 0.00, 0.77, 0.93, 0.15. Web safe color of #d9310f is #cc3300. Color #d9310f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110001 00001111
Octal 331 61 17
Decimal 217 49 15
Hex D9 31 F

RGB Percentages of Color #d9310f

%77.22
%17.44
%5.34

CMYK Percentages of Color #d9310f

%0
%77
%93
%15

Triadic Colors of #d9310f

#d9310f #0fd931 #310fd9

Analogous Colors of #d9310f

#d9310f #d9960f #d90f52

Monochromatic Colors of #d9310f

#d9310f

Complementary Color

#d9310f #0fb7d9

#d9310f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9310f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9310f Color CSS Codes

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

#d9310f Text Font Color

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

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


#d9310f Background Color

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

This div background color is #d9310f


#d9310f Border Color

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

This div border color is #d9310f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9310f


Comments

No comments written yet.

Please login to write comment.