Color Hex Logo

#d31615 Color Hex

#D31615
(211,22,21)
0 Favorites   0 Comments

Color spaces of #d31615

RGB 2112221
HSL0.000.820.45
HSV90°83°
CMYK 0.000.900.90   0.17
XYZ27.286214.47682.0656
Yxy14.47680.62260.3303
Hunter Lab38.048461.425623.4151
CIE-Lab44.909167.302051.6750

#d31615 color RGB value is (211,22,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010110 00010101
Octal 323 26 25
Decimal 211 22 21
Hex D3 16 15

RGB Percentages of Color #d31615

%83.07
%8.66
%8.27

CMYK Percentages of Color #d31615

%0
%90
%90
%17

Triadic Colors of #d31615

#d31615 #15d316 #1615d3

Analogous Colors of #d31615

#d31615 #d37515 #d31573

Monochromatic Colors of #d31615

#d31615

Complementary Color

#d31615 #15d2d3

#d31615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31615 Color CSS Codes

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

#d31615 Text Font Color

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

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


#d31615 Background Color

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

This div background color is #d31615


#d31615 Border Color

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

This div border color is #d31615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31615


Comments

No comments written yet.

Please login to write comment.