Color Hex Logo

#d93110 Color Hex

#D93110
(217,49,16)
0 Favorites   0 Comments

Color spaces of #d93110

RGB 2174916
HSL0.030.860.46
HSV10°93°85°
CMYK 0.000.770.93   0.15
XYZ29.807116.98572.1978
Yxy16.98570.60840.3467
Hunter Lab41.213756.973025.6878
CIE-Lab48.242062.796056.3069

#d93110 color RGB value is (217,49,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110001 00010000
Octal 331 61 20
Decimal 217 49 16
Hex D9 31 10

RGB Percentages of Color #d93110

%76.95
%17.38
%5.67

CMYK Percentages of Color #d93110

%0
%77
%93
%15

Triadic Colors of #d93110

#d93110 #10d931 #3110d9

Analogous Colors of #d93110

#d93110 #d99610 #d91054

Monochromatic Colors of #d93110

#d93110

Complementary Color

#d93110 #10b8d9

#d93110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93110 Color CSS Codes

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

#d93110 Text Font Color

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

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


#d93110 Background Color

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

This div background color is #d93110


#d93110 Border Color

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

This div border color is #d93110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93110


Comments

No comments written yet.

Please login to write comment.