Color Hex Logo

#d53925 Color Hex

#D53925
(213,57,37)
0 Favorites   0 Comments

Color spaces of #d53925

RGB 2135737
HSL0.020.700.49
HSV83°84°
CMYK 0.000.730.83   0.16
XYZ29.237617.20603.5304
Yxy17.20600.58510.3443
Hunter Lab41.480153.227023.9899
CIE-Lab48.518659.426647.4638

#d53925 color RGB value is (213,57,37).

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

The process color (four color CMYK) of #d53925 color hex is 0.00, 0.73, 0.83, 0.16. Web safe color of #d53925 is #cc3333. Color #d53925 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111001 00100101
Octal 325 71 45
Decimal 213 57 37
Hex D5 39 25

RGB Percentages of Color #d53925

%69.38
%18.57
%12.05

CMYK Percentages of Color #d53925

%0
%73
%83
%16

Triadic Colors of #d53925

#d53925 #25d539 #3925d5

Analogous Colors of #d53925

#d53925 #d59125 #d52569

Monochromatic Colors of #d53925

#d53925

Complementary Color

#d53925 #25c1d5

#d53925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53925 Color CSS Codes

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

#d53925 Text Font Color

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

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


#d53925 Background Color

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

This div background color is #d53925


#d53925 Border Color

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

This div border color is #d53925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53925


Comments

No comments written yet.

Please login to write comment.