Color Hex Logo

#d7202d Color Hex

#D7202D
(215,32,45)
0 Favorites   0 Comments

Color spaces of #d7202d

RGB 2153245
HSL0.990.740.48
HSV356°85°84°
CMYK 0.000.850.79   0.16
XYZ29.014515.66963.9779
Yxy15.66960.59620.3220
Hunter Lab39.584861.561621.7513
CIE-Lab46.538067.102841.4608

#d7202d color RGB value is (215,32,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100000 00101101
Octal 327 40 55
Decimal 215 32 45
Hex D7 20 2D

RGB Percentages of Color #d7202d

%73.63
%10.96
%15.41

CMYK Percentages of Color #d7202d

%0
%85
%79
%16

Triadic Colors of #d7202d

#d7202d #2dd720 #202dd7

Analogous Colors of #d7202d

#d7202d #d76f20 #d72089

Monochromatic Colors of #d7202d

#d7202d

Complementary Color

#d7202d #20d7ca

#d7202d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7202d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7202d Color CSS Codes

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

#d7202d Text Font Color

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

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


#d7202d Background Color

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

This div background color is #d7202d


#d7202d Border Color

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

This div border color is #d7202d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7202d


Comments

No comments written yet.

Please login to write comment.