Color Hex Logo

#d81318 Color Hex

#D81318
(216,19,24)
0 Favorites   0 Comments

Color spaces of #d81318

RGB 2161924
HSL1.000.840.46
HSV358°91°85°
CMYK 0.000.910.89   0.15
XYZ28.716615.13062.2711
Yxy15.13060.62270.3281
Hunter Lab38.898163.706523.7669
CIE-Lab45.812669.073551.5194

#d81318 color RGB value is (216,19,24).

#d81318 hex color red value is 216, green value is 19 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #d81318 hue: 1.00 , saturation: 0.84 and the lightness value of d81318 is 0.46.

The process color (four color CMYK) of #d81318 color hex is 0.00, 0.91, 0.89, 0.15. Web safe color of #d81318 is #cc0000. Color #d81318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010011 00011000
Octal 330 23 30
Decimal 216 19 24
Hex D8 13 18

RGB Percentages of Color #d81318

%83.40
%7.34
%9.27

CMYK Percentages of Color #d81318

%0
%91
%89
%15

Triadic Colors of #d81318

#d81318 #18d813 #1318d8

Analogous Colors of #d81318

#d81318 #d87113 #d8137b

Monochromatic Colors of #d81318

#d81318

Complementary Color

#d81318 #13d8d3

#d81318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81318 Color CSS Codes

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

#d81318 Text Font Color

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

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


#d81318 Background Color

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

This div background color is #d81318


#d81318 Border Color

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

This div border color is #d81318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81318


Comments

No comments written yet.

Please login to write comment.