Color Hex Logo

#d9013f Color Hex

#D9013F
(217,1,63)
0 Favorites   0 Comments

Color spaces of #d9013f

RGB 217163
HSL0.950.990.43
HSV343°100°85°
CMYK 0.001.000.71   0.15
XYZ29.523315.13236.0674
Yxy15.13230.58200.2983
Hunter Lab38.900367.396917.9825
CIE-Lab45.814972.176230.1860

#d9013f color RGB value is (217,1,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000001 00111111
Octal 331 1 77
Decimal 217 1 63
Hex D9 1 3F

RGB Percentages of Color #d9013f

%77.22
%0.36
%22.42

CMYK Percentages of Color #d9013f

%0
%100
%71
%15

Triadic Colors of #d9013f

#d9013f #3fd901 #013fd9

Analogous Colors of #d9013f

#d9013f #d92f01 #d901ab

Monochromatic Colors of #d9013f

#d9013f

Complementary Color

#d9013f #01d99b

#d9013f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9013f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9013f Color CSS Codes

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

#d9013f Text Font Color

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

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


#d9013f Background Color

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

This div background color is #d9013f


#d9013f Border Color

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

This div border color is #d9013f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9013f


Comments

No comments written yet.

Please login to write comment.