Color Hex Logo

#d73224 Color Hex

#D73224
(215,50,36)
0 Favorites   0 Comments

Color spaces of #d73224

RGB 2155036
HSL0.010.710.49
HSV83°84°
CMYK 0.000.770.83   0.16
XYZ29.483416.85573.3686
Yxy16.85570.59310.3391
Hunter Lab41.055756.339123.8743
CIE-Lab48.077762.270147.6932

#d73224 color RGB value is (215,50,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110010 00100100
Octal 327 62 44
Decimal 215 50 36
Hex D7 32 24

RGB Percentages of Color #d73224

%71.43
%16.61
%11.96

CMYK Percentages of Color #d73224

%0
%77
%83
%16

Triadic Colors of #d73224

#d73224 #24d732 #3224d7

Analogous Colors of #d73224

#d73224 #d78c24 #d72470

Monochromatic Colors of #d73224

#d73224

Complementary Color

#d73224 #24c9d7

#d73224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73224 Color CSS Codes

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

#d73224 Text Font Color

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

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


#d73224 Background Color

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

This div background color is #d73224


#d73224 Border Color

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

This div border color is #d73224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73224


Comments

No comments written yet.

Please login to write comment.