Color Hex Logo

#d53641 Color Hex

#D53641
(213,54,65)
0 Favorites   0 Comments

Color spaces of #d53641

RGB 2135465
HSL0.990.650.52
HSV356°75°84°
CMYK 0.000.750.69   0.16
XYZ29.713917.16616.7483
Yxy17.16610.55410.3201
Hunter Lab41.432055.509419.3454
CIE-Lab48.468661.464732.0046

#d53641 color RGB value is (213,54,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110110 01000001
Octal 325 66 101
Decimal 213 54 65
Hex D5 36 41

RGB Percentages of Color #d53641

%64.16
%16.27
%19.58

CMYK Percentages of Color #d53641

%0
%75
%69
%16

Triadic Colors of #d53641

#d53641 #41d536 #3641d5

Analogous Colors of #d53641

#d53641 #d57b36 #d53691

Monochromatic Colors of #d53641

#d53641

Complementary Color

#d53641 #36d5ca

#d53641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53641 Color CSS Codes

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

#d53641 Text Font Color

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

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


#d53641 Background Color

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

This div background color is #d53641


#d53641 Border Color

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

This div border color is #d53641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53641


Comments

No comments written yet.

Please login to write comment.