Color Hex Logo

#d9203e Color Hex

#D9203E
(217,32,62)
0 Favorites   0 Comments

Color spaces of #d9203e

RGB 2173262
HSL0.970.740.49
HSV350°85°85°
CMYK 0.000.850.71   0.15
XYZ30.001316.13256.0901
Yxy16.13250.57450.3089
Hunter Lab40.165363.040619.1258
CIE-Lab47.147868.248432.3891

#d9203e color RGB value is (217,32,62).

#d9203e hex color red value is 217, green value is 32 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d9203e hue: 0.97 , saturation: 0.74 and the lightness value of d9203e is 0.49.

The process color (four color CMYK) of #d9203e color hex is 0.00, 0.85, 0.71, 0.15. Web safe color of #d9203e is #cc3333. Color #d9203e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100000 00111110
Octal 331 40 76
Decimal 217 32 62
Hex D9 20 3E

RGB Percentages of Color #d9203e

%69.77
%10.29
%19.94

CMYK Percentages of Color #d9203e

%0
%85
%71
%15

Triadic Colors of #d9203e

#d9203e #3ed920 #203ed9

Analogous Colors of #d9203e

#d9203e #d95f20 #d9209b

Monochromatic Colors of #d9203e

#d9203e

Complementary Color

#d9203e #20d9bb

#d9203e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9203e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9203e Color CSS Codes

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

#d9203e Text Font Color

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

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


#d9203e Background Color

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

This div background color is #d9203e


#d9203e Border Color

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

This div border color is #d9203e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,32,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 #d9203e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9203e


Comments

No comments written yet.

Please login to write comment.