Color Hex Logo

#d3253e Color Hex

#D3253E
(211,37,62)
0 Favorites   0 Comments

Color spaces of #d3253e

RGB 2113762
HSL0.980.700.49
HSV351°82°83°
CMYK 0.000.820.71   0.17
XYZ28.395015.51986.0565
Yxy15.51980.56820.3106
Hunter Lab39.395259.716518.4616
CIE-Lab46.338165.551231.1339

#d3253e color RGB value is (211,37,62).

#d3253e hex color red value is 211, green value is 37 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d3253e hue: 0.98 , saturation: 0.70 and the lightness value of d3253e is 0.49.

The process color (four color CMYK) of #d3253e color hex is 0.00, 0.82, 0.71, 0.17. Web safe color of #d3253e is #cc3333. Color #d3253e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100101 00111110
Octal 323 45 76
Decimal 211 37 62
Hex D3 25 3E

RGB Percentages of Color #d3253e

%68.06
%11.94
%20.00

CMYK Percentages of Color #d3253e

%0
%82
%71
%17

Triadic Colors of #d3253e

#d3253e #3ed325 #253ed3

Analogous Colors of #d3253e

#d3253e #d36325 #d32595

Monochromatic Colors of #d3253e

#d3253e

Complementary Color

#d3253e #25d3ba

#d3253e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3253e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3253e Color CSS Codes

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

#d3253e Text Font Color

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

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


#d3253e Background Color

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

This div background color is #d3253e


#d3253e Border Color

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

This div border color is #d3253e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3253e


Comments

No comments written yet.

Please login to write comment.