Color Hex Logo

#d53841 Color Hex

#D53841
(213,56,65)
0 Favorites   0 Comments

Color spaces of #d53841

RGB 2135665
HSL0.990.650.53
HSV357°74°84°
CMYK 0.000.740.69   0.16
XYZ29.808917.35616.7800
Yxy17.35610.55260.3217
Hunter Lab41.660754.813619.5134
CIE-Lab48.705660.804532.2894

#d53841 color RGB value is (213,56,65).

#d53841 hex color red value is 213, green value is 56 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #d53841 hue: 0.99 , saturation: 0.65 and the lightness value of d53841 is 0.53.

The process color (four color CMYK) of #d53841 color hex is 0.00, 0.74, 0.69, 0.16. Web safe color of #d53841 is #cc3333. Color #d53841 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111000 01000001
Octal 325 70 101
Decimal 213 56 65
Hex D5 38 41

RGB Percentages of Color #d53841

%63.77
%16.77
%19.46

CMYK Percentages of Color #d53841

%0
%74
%69
%16

Triadic Colors of #d53841

#d53841 #41d538 #3841d5

Analogous Colors of #d53841

#d53841 #d57e38 #d53890

Monochromatic Colors of #d53841

#d53841

Complementary Color

#d53841 #38d5cc

#d53841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53841 Color CSS Codes

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

#d53841 Text Font Color

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

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


#d53841 Background Color

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

This div background color is #d53841


#d53841 Border Color

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

This div border color is #d53841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53841


Comments

No comments written yet.

Please login to write comment.