Color Hex Logo

#d73223 Color Hex

#D73223
(215,50,35)
0 Favorites   0 Comments

Color spaces of #d73223

RGB 2155035
HSL0.010.720.49
HSV84°84°
CMYK 0.000.770.84   0.16
XYZ29.468316.84963.2893
Yxy16.84960.59400.3397
Hunter Lab41.048356.309623.9827
CIE-Lab48.070062.245648.1765

#d73223 color RGB value is (215,50,35).

#d73223 hex color red value is 215, green value is 50 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #d73223 hue: 0.01 , saturation: 0.72 and the lightness value of d73223 is 0.49.

The process color (four color CMYK) of #d73223 color hex is 0.00, 0.77, 0.84, 0.16. Web safe color of #d73223 is #cc3333. Color #d73223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110010 00100011
Octal 327 62 43
Decimal 215 50 35
Hex D7 32 23

RGB Percentages of Color #d73223

%71.67
%16.67
%11.67

CMYK Percentages of Color #d73223

%0
%77
%84
%16

Triadic Colors of #d73223

#d73223 #23d732 #3223d7

Analogous Colors of #d73223

#d73223 #d78c23 #d7236e

Monochromatic Colors of #d73223

#d73223

Complementary Color

#d73223 #23c8d7

#d73223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73223 Color CSS Codes

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

#d73223 Text Font Color

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

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


#d73223 Background Color

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

This div background color is #d73223


#d73223 Border Color

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

This div border color is #d73223


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,50,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73223


Comments

No comments written yet.

Please login to write comment.