Color Hex Logo

#d30911 Color Hex

#D30911
(211,9,17)
0 Favorites   0 Comments

Color spaces of #d30911

RGB 211917
HSL0.990.920.43
HSV358°96°83°
CMYK 0.000.960.92   0.17
XYZ27.062814.08471.8226
Yxy14.08470.62980.3278
Hunter Lab37.529663.040623.3913
CIE-Lab44.354268.791352.8977

#d30911 color RGB value is (211,9,17).

#d30911 hex color red value is 211, green value is 9 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #d30911 hue: 0.99 , saturation: 0.92 and the lightness value of d30911 is 0.43.

The process color (four color CMYK) of #d30911 color hex is 0.00, 0.96, 0.92, 0.17. Web safe color of #d30911 is #cc0000. Color #d30911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001001 00010001
Octal 323 11 21
Decimal 211 9 17
Hex D3 9 11

RGB Percentages of Color #d30911

%89.03
%3.80
%7.17

CMYK Percentages of Color #d30911

%0
%96
%92
%17

Triadic Colors of #d30911

#d30911 #11d309 #0911d3

Analogous Colors of #d30911

#d30911 #d36609 #d30976

Monochromatic Colors of #d30911

#d30911

Complementary Color

#d30911 #09d3cb

#d30911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30911 Color CSS Codes

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

#d30911 Text Font Color

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

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


#d30911 Background Color

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

This div background color is #d30911


#d30911 Border Color

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

This div border color is #d30911


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,9,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30911


Comments

No comments written yet.

Please login to write comment.