Color Hex Logo

#d51512 Color Hex

#D51512
(213,21,18)
0 Favorites   0 Comments

Color spaces of #d51512

RGB 2132118
HSL0.000.840.45
HSV92°84°
CMYK 0.000.900.92   0.16
XYZ27.817914.72611.9485
Yxy14.72610.62520.3310
Hunter Lab38.374662.239823.8517
CIE-Lab45.256767.932253.3020

#d51512 color RGB value is (213,21,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010101 00010010
Octal 325 25 22
Decimal 213 21 18
Hex D5 15 12

RGB Percentages of Color #d51512

%84.52
%8.33
%7.14

CMYK Percentages of Color #d51512

%0
%90
%92
%16

Triadic Colors of #d51512

#d51512 #12d515 #1512d5

Analogous Colors of #d51512

#d51512 #d57712 #d51271

Monochromatic Colors of #d51512

#d51512

Complementary Color

#d51512 #12d2d5

#d51512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51512 Color CSS Codes

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

#d51512 Text Font Color

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

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


#d51512 Background Color

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

This div background color is #d51512


#d51512 Border Color

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

This div border color is #d51512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51512


Comments

No comments written yet.

Please login to write comment.