Color Hex Logo

#d51219 Color Hex

#D51219
(213,18,25)
0 Favorites   0 Comments

Color spaces of #d51219

RGB 2131825
HSL0.990.840.45
HSV358°92°84°
CMYK 0.000.920.88   0.16
XYZ27.832314.64892.2803
Yxy14.64890.62180.3273
Hunter Lab38.273962.823723.2593
CIE-Lab45.149568.451650.3020

#d51219 color RGB value is (213,18,25).

#d51219 hex color red value is 213, green value is 18 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #d51219 hue: 0.99 , saturation: 0.84 and the lightness value of d51219 is 0.45.

The process color (four color CMYK) of #d51219 color hex is 0.00, 0.92, 0.88, 0.16. Web safe color of #d51219 is #cc0000. Color #d51219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010010 00011001
Octal 325 22 31
Decimal 213 18 25
Hex D5 12 19

RGB Percentages of Color #d51219

%83.20
%7.03
%9.77

CMYK Percentages of Color #d51219

%0
%92
%88
%16

Triadic Colors of #d51219

#d51219 #19d512 #1219d5

Analogous Colors of #d51219

#d51219 #d56d12 #d5127b

Monochromatic Colors of #d51219

#d51219

Complementary Color

#d51219 #12d5ce

#d51219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51219 Color CSS Codes

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

#d51219 Text Font Color

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

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


#d51219 Background Color

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

This div background color is #d51219


#d51219 Border Color

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

This div border color is #d51219


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,18,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d51219; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d51219;
  -webkit-box-shadow: 1px 1px 3px 2px #d51219;
  box-shadow:         1px 1px 3px 2px #d51219; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,18,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51219


Comments

No comments written yet.

Please login to write comment.