Color Hex Logo

#d53928 Color Hex

#D53928
(213,57,40)
0 Favorites   0 Comments

Color spaces of #d53928

RGB 2135740
HSL0.020.680.50
HSV81°84°
CMYK 0.000.730.81   0.16
XYZ29.286717.22563.7888
Yxy17.22560.58220.3424
Hunter Lab41.503753.325223.6401
CIE-Lab48.543059.509945.9865

#d53928 color RGB value is (213,57,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111001 00101000
Octal 325 71 50
Decimal 213 57 40
Hex D5 39 28

RGB Percentages of Color #d53928

%68.71
%18.39
%12.90

CMYK Percentages of Color #d53928

%0
%73
%81
%16

Triadic Colors of #d53928

#d53928 #28d539 #3928d5

Analogous Colors of #d53928

#d53928 #d59028 #d5286e

Monochromatic Colors of #d53928

#d53928

Complementary Color

#d53928 #28c4d5

#d53928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53928 Color CSS Codes

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

#d53928 Text Font Color

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

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


#d53928 Background Color

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

This div background color is #d53928


#d53928 Border Color

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

This div border color is #d53928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53928


Comments

No comments written yet.

Please login to write comment.