Shades of Crimson #D72047
Tints of Crimson #D72047
RGB
CMYK
RGB Variations
Color information
#D72047 (or 0xD72047) is known color: Crimson. HEX triplet: D7, 20 and 47. RGB value is (215,32,71). Sum of RGB (Red+Green+Blue) = 215+32+71=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D72047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72047 is #28DFB8. Grayscale: #5B5B5B. Windows color (decimal): -2678713 or 4661463. OLE color: 4661463.
HSL color Cylindrical-coordinate representation of color #D72047: hue angle of 347.21º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72047 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 71 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.16 |
| HSL | 347.21º | 0.74% | 0.48% | - |
| HSV(B) | 347.21º | 0.85% | 0.84% | - |
| XYZ | 29.68 | 15.94 | 7.47 | - |
| YUV | 91.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 71 | 0 | 0.85 | 0.67 | 0.16 | 347.21 | 0.74 | 0.48 |
| Hex | D7 | 20 | 47 | 0 | 55 | 43 | 10 | 15B | 4A | 30 |
| Octal | 327 | 40 | 107 | 0 | 125 | 103 | 20 | 533 | 112 | 60 |
| Binary | 11010111 | 100000 | 1000111 | 0 | 1010101 | 1000011 | 10000 | 101011011 | 1001010 | 110000 |
Color Harmonies of #D72047
Complementary color
Monochromatic Colors of #D72047
Black with #D72047
Text Example
Text Example
White with #D72047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72047; }
p { color: rgb(215,32,71); }
H1.HeaderClassName
{
color: #D72047;
}
.AnyTagClassName
{
color: #D72047;
}
</style>
background-color css
<style>
a { background-color: #D72047; }
a { background-color: rgb(215,32,71); }
div.DivClassName
{
background-color: #D72047;
}
.BgClassName
{
background-color: #D72047;
}
</style>
border-color css
<style>
span { border-color: #D72047; }
span { border-color: rgb(215,32,71); }
td.TdClassName
{
border-color: #D72047;
}
.TagClassName
{
border-color: #D72047;
}
</style>