Color Hex Logo

#d3203a Color Hex

#D3203A
(211,32,58)
0 Favorites   0 Comments

Color spaces of #d3203a

RGB 2113258
HSL0.980.740.48
HSV351°85°83°
CMYK 0.000.850.73   0.17
XYZ28.144215.18745.4511
Yxy15.18740.57690.3113
Hunter Lab38.971060.710418.9865
CIE-Lab45.889866.496432.9946

#d3203a color RGB value is (211,32,58).

#d3203a hex color red value is 211, green value is 32 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #d3203a hue: 0.98 , saturation: 0.74 and the lightness value of d3203a is 0.48.

The process color (four color CMYK) of #d3203a color hex is 0.00, 0.85, 0.73, 0.17. Web safe color of #d3203a is #cc3333. Color #d3203a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100000 00111010
Octal 323 40 72
Decimal 211 32 58
Hex D3 20 3A

RGB Percentages of Color #d3203a

%70.10
%10.63
%19.27

CMYK Percentages of Color #d3203a

%0
%85
%73
%17

Triadic Colors of #d3203a

#d3203a #3ad320 #203ad3

Analogous Colors of #d3203a

#d3203a #d36020 #d32094

Monochromatic Colors of #d3203a

#d3203a

Complementary Color

#d3203a #20d3b9

#d3203a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3203a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3203a Color CSS Codes

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

#d3203a Text Font Color

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

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


#d3203a Background Color

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

This div background color is #d3203a


#d3203a Border Color

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

This div border color is #d3203a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,32,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3203a


Comments

No comments written yet.

Please login to write comment.