Color Hex Logo

#d21728 Color Hex

#D21728
(210,23,40)
0 Favorites   0 Comments

Color spaces of #d21728

RGB 2102340
HSL0.980.800.46
HSV355°89°82°
CMYK 0.000.890.81   0.18
XYZ27.267714.46763.3628
Yxy14.46760.60460.3208
Hunter Lab38.036361.400721.3836
CIE-Lab44.896267.283042.2439

#d21728 color RGB value is (210,23,40).

#d21728 hex color red value is 210, green value is 23 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #d21728 hue: 0.98 , saturation: 0.80 and the lightness value of d21728 is 0.46.

The process color (four color CMYK) of #d21728 color hex is 0.00, 0.89, 0.81, 0.18. Web safe color of #d21728 is #cc0033. Color #d21728 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010111 00101000
Octal 322 27 50
Decimal 210 23 40
Hex D2 17 28

RGB Percentages of Color #d21728

%76.92
%8.42
%14.65

CMYK Percentages of Color #d21728

%0
%89
%81
%18

Triadic Colors of #d21728

#d21728 #28d217 #1728d2

Analogous Colors of #d21728

#d21728 #d26317 #d21786

Monochromatic Colors of #d21728

#d21728

Complementary Color

#d21728 #17d2c1

#d21728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21728 Color CSS Codes

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

#d21728 Text Font Color

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

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


#d21728 Background Color

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

This div background color is #d21728


#d21728 Border Color

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

This div border color is #d21728


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,23,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d21728; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d21728;
  -webkit-box-shadow: 1px 1px 3px 2px #d21728;
  box-shadow:         1px 1px 3px 2px #d21728; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,23,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21728


Comments

No comments written yet.

Please login to write comment.