Color Hex Logo

#d91030 Color Hex

#D91030
(217,16,48)
0 Favorites   0 Comments

Color spaces of #d91030

RGB 2171648
HSL0.970.860.46
HSV350°93°85°
CMYK 0.000.930.78   0.15
XYZ29.334115.33574.2103
Yxy15.33570.60010.3137
Hunter Lab39.160865.177121.0381
CIE-Lab46.090670.262939.4215

#d91030 color RGB value is (217,16,48).

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

The process color (four color CMYK) of #d91030 color hex is 0.00, 0.93, 0.78, 0.15. Web safe color of #d91030 is #cc0033. Color #d91030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010000 00110000
Octal 331 20 60
Decimal 217 16 48
Hex D9 10 30

RGB Percentages of Color #d91030

%77.22
%5.69
%17.08

CMYK Percentages of Color #d91030

%0
%93
%78
%15

Triadic Colors of #d91030

#d91030 #30d910 #1030d9

Analogous Colors of #d91030

#d91030 #d95410 #d91095

Monochromatic Colors of #d91030

#d91030

Complementary Color

#d91030 #10d9b9

#d91030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d91030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d91030 Color CSS Codes

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

#d91030 Text Font Color

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

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


#d91030 Background Color

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

This div background color is #d91030


#d91030 Border Color

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

This div border color is #d91030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d91030


Comments

No comments written yet.

Please login to write comment.