Color Hex Logo

#d5131a Color Hex

#D5131A
(213,19,26)
0 Favorites   0 Comments

Color spaces of #d5131a

RGB 2131926
HSL0.990.840.45
HSV358°91°84°
CMYK 0.000.910.88   0.16
XYZ27.859914.68652.3437
Yxy14.68650.62060.3272
Hunter Lab38.323062.700123.2001
CIE-Lab45.201868.336049.8858

#d5131a color RGB value is (213,19,26).

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

The process color (four color CMYK) of #d5131a color hex is 0.00, 0.91, 0.88, 0.16. Web safe color of #d5131a is #cc0033. Color #d5131a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010011 00011010
Octal 325 23 32
Decimal 213 19 26
Hex D5 13 1A

RGB Percentages of Color #d5131a

%82.56
%7.36
%10.08

CMYK Percentages of Color #d5131a

%0
%91
%88
%16

Triadic Colors of #d5131a

#d5131a #1ad513 #131ad5

Analogous Colors of #d5131a

#d5131a #d56d13 #d5137b

Monochromatic Colors of #d5131a

#d5131a

Complementary Color

#d5131a #13d5ce

#d5131a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5131a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5131a Color CSS Codes

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

#d5131a Text Font Color

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

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


#d5131a Background Color

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

This div background color is #d5131a


#d5131a Border Color

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

This div border color is #d5131a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5131a


Comments

No comments written yet.

Please login to write comment.