Shades of Alizarin #D72641
Tints of Alizarin #D72641
RGB
CMYK
RGB Variations
Color information
#D72641 (or 0xD72641) is known color: Alizarin. HEX triplet: D7, 26 and 41. RGB value is (215,38,65). Sum of RGB (Red+Green+Blue) = 215+38+65=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D72641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72641 is #28D9BE. Grayscale: #5E5E5E. Windows color (decimal): -2677183 or 4269783. OLE color: 4269783.
HSL color Cylindrical-coordinate representation of color #D72641: hue angle of 350.85º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72641 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 65 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.16 |
| HSL | 350.85º | 0.7% | 0.5% | - |
| HSV(B) | 350.85º | 0.82% | 0.84% | - |
| XYZ | 29.67 | 16.21 | 6.57 | - |
| YUV | 94 | 111.64 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 65 | 0 | 0.82 | 0.70 | 0.16 | 350.85 | 0.7 | 0.5 |
| Hex | D7 | 26 | 41 | 0 | 52 | 46 | 10 | 15F | 46 | 32 |
| Octal | 327 | 46 | 101 | 0 | 122 | 106 | 20 | 537 | 106 | 62 |
| Binary | 11010111 | 100110 | 1000001 | 0 | 1010010 | 1000110 | 10000 | 101011111 | 1000110 | 110010 |
Color Harmonies of #D72641
Complementary color
Monochromatic Colors of #D72641
Black with #D72641
Text Example
Text Example
White with #D72641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72641; }
p { color: rgb(215,38,65); }
H1.HeaderClassName
{
color: #D72641;
}
.AnyTagClassName
{
color: #D72641;
}
</style>
background-color css
<style>
a { background-color: #D72641; }
a { background-color: rgb(215,38,65); }
div.DivClassName
{
background-color: #D72641;
}
.BgClassName
{
background-color: #D72641;
}
</style>
border-color css
<style>
span { border-color: #D72641; }
span { border-color: rgb(215,38,65); }
td.TdClassName
{
border-color: #D72641;
}
.TagClassName
{
border-color: #D72641;
}
</style>