Color Hex Logo

#d9003c Color Hex

#D9003C
(217,0,60)
0 Favorites   0 Comments

Color spaces of #d9003c

RGB 217060
HSL0.951.000.43
HSV343°100°85°
CMYK 0.001.000.72   0.15
XYZ29.430915.07805.6341
Yxy15.07800.58690.3007
Hunter Lab38.830467.338118.5786
CIE-Lab45.740872.141731.9220

#d9003c color RGB value is (217,0,60).

#d9003c hex color red value is 217, green value is 0 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #d9003c hue: 0.95 , saturation: 1.00 and the lightness value of d9003c is 0.43.

The process color (four color CMYK) of #d9003c color hex is 0.00, 1.00, 0.72, 0.15. Web safe color of #d9003c is #cc0033. Color #d9003c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000000 00111100
Octal 331 0 74
Decimal 217 0 60
Hex D9 0 3C

RGB Percentages of Color #d9003c

%78.34
%0.00
%21.66

CMYK Percentages of Color #d9003c

%0
%100
%72
%15

Triadic Colors of #d9003c

#d9003c #3cd900 #003cd9

Analogous Colors of #d9003c

#d9003c #d93100 #d900a9

Monochromatic Colors of #d9003c

#d9003c

Complementary Color

#d9003c #00d99d

#d9003c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9003c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9003c Color CSS Codes

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

#d9003c Text Font Color

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

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


#d9003c Background Color

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

This div background color is #d9003c


#d9003c Border Color

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

This div border color is #d9003c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9003c


Comments

No comments written yet.

Please login to write comment.