Color Hex Logo

#d2393e Color Hex

#D2393E
(210,57,62)
0 Favorites   0 Comments

Color spaces of #d2393e

RGB 2105762
HSL0.990.630.52
HSV358°73°82°
CMYK 0.000.730.70   0.18
XYZ28.911016.97576.3103
Yxy16.97570.55390.3252
Hunter Lab41.201653.150119.7604
CIE-Lab48.229459.411533.3429

#d2393e color RGB value is (210,57,62).

#d2393e hex color red value is 210, green value is 57 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d2393e hue: 0.99 , saturation: 0.63 and the lightness value of d2393e is 0.52.

The process color (four color CMYK) of #d2393e color hex is 0.00, 0.73, 0.70, 0.18. Web safe color of #d2393e is #cc3333. Color #d2393e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111001 00111110
Octal 322 71 76
Decimal 210 57 62
Hex D2 39 3E

RGB Percentages of Color #d2393e

%63.83
%17.33
%18.84

CMYK Percentages of Color #d2393e

%0
%73
%70
%18

Triadic Colors of #d2393e

#d2393e #3ed239 #393ed2

Analogous Colors of #d2393e

#d2393e #d28139 #d2398b

Monochromatic Colors of #d2393e

#d2393e

Complementary Color

#d2393e #39d2cd

#d2393e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2393e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2393e Color CSS Codes

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

#d2393e Text Font Color

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

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


#d2393e Background Color

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

This div background color is #d2393e


#d2393e Border Color

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

This div border color is #d2393e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2393e


Comments

No comments written yet.

Please login to write comment.