Color spaces of #d72336
RGB | 215 | 35 | 54 |
---|---|---|---|
HSL | 0.98 | 0.72 | 0.49 |
HSV | 354° | 84° | 84° |
CMYK | 0.00 | 0.84 | 0.75 0.16 |
XYZ | 29.2912 | 15.9155 | 5.0182 |
Yxy | 15.9155 | 0.5832 | 0.3169 |
Hunter Lab | 39.8942 | 61.2436 | 20.4680 |
CIE-Lab | 46.8634 | 66.7669 | 36.6786 |
#d72336 color RGB value is (215,35,54).
#d72336 hex color red value is 215, green value is 35 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #d72336 hue: 0.98 , saturation: 0.72 and the lightness value of d72336 is 0.49.
The process color (four color CMYK) of #d72336 color hex is 0.00, 0.84, 0.75, 0.16. Web safe color of #d72336 is #cc3333. Color #d72336 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00100011 | 00110110 |
Octal | 327 | 43 | 66 |
Decimal | 215 | 35 | 54 |
Hex | D7 | 23 | 36 |
Shades of #d72336
Tints of #d72336
RGB Percentages of Color #d72336
CMYK Percentages of Color #d72336
Complementary Color
#d72336 | #23d7c4 |
#d72336 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d72336 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d72336 Color CSS Codes
.mybgcolor {background-color:#d72336; } .myforecolor {color:#d72336; } .mybordercolor {border:3px solid #d72336; }
#d72336 Text Font Color
<p style="color:#d72336">Text here</p>
This sample text font color is #d72336
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.
#d72336 Background Color
<div style="background-color:#d72336">
Div content here</div>
This div background color is #d72336
#d72336 Border Color
<div style="border:3px solid #d72336">
Div here</div>
This div border color is #d72336
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,35,54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d72336; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d72336; -webkit-box-shadow: 1px 1px 3px 2px #d72336; box-shadow: 1px 1px 3px 2px #d72336; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,35,54, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d72336">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d72336; -webkit-box-shadow: 1px 1px 3px 2px #d72336; box-shadow: 1px 1px 3px 2px #d72336;">
Div content here</div>
This div box has shadow with color #d72336
Comments
No comments written yet.
Please login to write comment.