Color Hex Logo

#d5202d Color Hex

#D5202D
(213,32,45)
0 Favorites   0 Comments

Color spaces of #d5202d

RGB 2133245
HSL0.990.740.48
HSV356°85°84°
CMYK 0.000.850.79   0.16
XYZ28.430715.36863.9506
Yxy15.36860.59540.3219
Hunter Lab39.202860.847021.4671
CIE-Lab46.135066.566740.9181

#d5202d color RGB value is (213,32,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100000 00101101
Octal 325 40 55
Decimal 213 32 45
Hex D5 20 2D

RGB Percentages of Color #d5202d

%73.45
%11.03
%15.52

CMYK Percentages of Color #d5202d

%0
%85
%79
%16

Triadic Colors of #d5202d

#d5202d #2dd520 #202dd5

Analogous Colors of #d5202d

#d5202d #d56e20 #d52088

Monochromatic Colors of #d5202d

#d5202d

Complementary Color

#d5202d #20d5c8

#d5202d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5202d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5202d Color CSS Codes

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

#d5202d Text Font Color

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

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


#d5202d Background Color

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

This div background color is #d5202d


#d5202d Border Color

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

This div border color is #d5202d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5202d


Comments

No comments written yet.

Please login to write comment.