Color Hex Logo

#d52331 Color Hex

#D52331
(213,35,49)
0 Favorites   0 Comments

Color spaces of #d52331

RGB 2133549
HSL0.990.720.49
HSV355°84°84°
CMYK 0.000.840.77   0.16
XYZ28.596015.56994.4039
Yxy15.56990.58880.3206
Hunter Lab39.458760.307421.0039
CIE-Lab46.405166.049238.9426

#d52331 color RGB value is (213,35,49).

#d52331 hex color red value is 213, green value is 35 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #d52331 hue: 0.99 , saturation: 0.72 and the lightness value of d52331 is 0.49.

The process color (four color CMYK) of #d52331 color hex is 0.00, 0.84, 0.77, 0.16. Web safe color of #d52331 is #cc3333. Color #d52331 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100011 00110001
Octal 325 43 61
Decimal 213 35 49
Hex D5 23 31

RGB Percentages of Color #d52331

%71.72
%11.78
%16.50

CMYK Percentages of Color #d52331

%0
%84
%77
%16

Triadic Colors of #d52331

#d52331 #31d523 #2331d5

Analogous Colors of #d52331

#d52331 #d56e23 #d5238a

Monochromatic Colors of #d52331

#d52331

Complementary Color

#d52331 #23d5c7

#d52331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52331 Color CSS Codes

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

#d52331 Text Font Color

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

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


#d52331 Background Color

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

This div background color is #d52331


#d52331 Border Color

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

This div border color is #d52331


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,35,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d52331; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d52331;
  -webkit-box-shadow: 1px 1px 3px 2px #d52331;
  box-shadow:         1px 1px 3px 2px #d52331; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,35,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52331


Comments

No comments written yet.

Please login to write comment.