Color Hex Logo

#d5202a Color Hex

#D5202A
(213,32,42)
0 Favorites   0 Comments

Color spaces of #d5202a

RGB 2133242
HSL0.990.740.48
HSV357°85°84°
CMYK 0.000.850.80   0.16
XYZ28.375015.34633.6571
Yxy15.34630.59890.3239
Hunter Lab39.174460.737121.8871
CIE-Lab46.104966.477842.5483

#d5202a color RGB value is (213,32,42).

#d5202a hex color red value is 213, green value is 32 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d5202a hue: 0.99 , saturation: 0.74 and the lightness value of d5202a is 0.48.

The process color (four color CMYK) of #d5202a color hex is 0.00, 0.85, 0.80, 0.16. Web safe color of #d5202a is #cc3333. Color #d5202a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100000 00101010
Octal 325 40 52
Decimal 213 32 42
Hex D5 20 2A

RGB Percentages of Color #d5202a

%74.22
%11.15
%14.63

CMYK Percentages of Color #d5202a

%0
%85
%80
%16

Triadic Colors of #d5202a

#d5202a #2ad520 #202ad5

Analogous Colors of #d5202a

#d5202a #d57120 #d52085

Monochromatic Colors of #d5202a

#d5202a

Complementary Color

#d5202a #20d5cb

#d5202a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5202a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5202a Color CSS Codes

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

#d5202a Text Font Color

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

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


#d5202a Background Color

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

This div background color is #d5202a


#d5202a Border Color

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

This div border color is #d5202a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5202a


Comments

No comments written yet.

Please login to write comment.