Color Hex Logo

#d81921 Color Hex

#D81921
(216,25,33)
0 Favorites   0 Comments

Color spaces of #d81921

RGB 2162533
HSL0.990.790.47
HSV357°88°85°
CMYK 0.000.880.85   0.15
XYZ28.941015.40402.8867
Yxy15.40400.61270.3261
Hunter Lab39.247962.940123.1127
CIE-Lab46.182668.350047.5752

#d81921 color RGB value is (216,25,33).

#d81921 hex color red value is 216, green value is 25 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #d81921 hue: 0.99 , saturation: 0.79 and the lightness value of d81921 is 0.47.

The process color (four color CMYK) of #d81921 color hex is 0.00, 0.88, 0.85, 0.15. Web safe color of #d81921 is #cc0033. Color #d81921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011001 00100001
Octal 330 31 41
Decimal 216 25 33
Hex D8 19 21

RGB Percentages of Color #d81921

%78.83
%9.12
%12.04

CMYK Percentages of Color #d81921

%0
%88
%85
%15

Triadic Colors of #d81921

#d81921 #21d819 #1921d8

Analogous Colors of #d81921

#d81921 #d87119 #d81981

Monochromatic Colors of #d81921

#d81921

Complementary Color

#d81921 #19d8d0

#d81921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81921 Color CSS Codes

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

#d81921 Text Font Color

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

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


#d81921 Background Color

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

This div background color is #d81921


#d81921 Border Color

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

This div border color is #d81921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81921


Comments

No comments written yet.

Please login to write comment.