Color Hex Logo

#d30d05 Color Hex

#D30D05
(211,13,5)
0 Favorites   0 Comments

Color spaces of #d30d05

RGB 211135
HSL0.010.950.42
HSV98°83°
CMYK 0.000.940.98   0.17
XYZ27.035314.14771.4494
Yxy14.14770.63410.3319
Hunter Lab37.613462.476524.0447
CIE-Lab44.444068.292656.8144

#d30d05 color RGB value is (211,13,5).

#d30d05 hex color red value is 211, green value is 13 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #d30d05 hue: 0.01 , saturation: 0.95 and the lightness value of d30d05 is 0.42.

The process color (four color CMYK) of #d30d05 color hex is 0.00, 0.94, 0.98, 0.17. Web safe color of #d30d05 is #cc0000. Color #d30d05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001101 00000101
Octal 323 15 5
Decimal 211 13 5
Hex D3 D 5

RGB Percentages of Color #d30d05

%92.14
%5.68
%2.18

CMYK Percentages of Color #d30d05

%0
%94
%98
%17

Triadic Colors of #d30d05

#d30d05 #05d30d #0d05d3

Analogous Colors of #d30d05

#d30d05 #d37405 #d30564

Monochromatic Colors of #d30d05

#d30d05

Complementary Color

#d30d05 #05cbd3

#d30d05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30d05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30d05 Color CSS Codes

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

#d30d05 Text Font Color

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

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


#d30d05 Background Color

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

This div background color is #d30d05


#d30d05 Border Color

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

This div border color is #d30d05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30d05


Comments

No comments written yet.

Please login to write comment.