Shades of Alizarin #D72632
Tints of Alizarin #D72632
RGB
CMYK
RGB Variations
Color information
#D72632 (or 0xD72632) is known color: Alizarin. HEX triplet: D7, 26 and 32. RGB value is (215,38,50). Sum of RGB (Red+Green+Blue) = 215+38+50=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D72632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72632 is #28D9CD. Grayscale: #5C5C5C. Windows color (decimal): -2677198 or 3286743. OLE color: 3286743.
HSL color Cylindrical-coordinate representation of color #D72632: hue angle of 355.93º 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 #D72632 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 50 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.16 |
| HSL | 355.93º | 0.7% | 0.5% | - |
| HSV(B) | 355.93º | 0.82% | 0.84% | - |
| XYZ | 29.29 | 16.06 | 4.57 | - |
| YUV | 92.29 | 104.14 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 50 | 0 | 0.82 | 0.77 | 0.16 | 355.93 | 0.7 | 0.5 |
| Hex | D7 | 26 | 32 | 0 | 52 | 4D | 10 | 164 | 46 | 32 |
| Octal | 327 | 46 | 62 | 0 | 122 | 115 | 20 | 544 | 106 | 62 |
| Binary | 11010111 | 100110 | 110010 | 0 | 1010010 | 1001101 | 10000 | 101100100 | 1000110 | 110010 |
Color Harmonies of #D72632
Complementary color
Monochromatic Colors of #D72632
Black with #D72632
Text Example
Text Example
White with #D72632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72632; }
p { color: rgb(215,38,50); }
H1.HeaderClassName
{
color: #D72632;
}
.AnyTagClassName
{
color: #D72632;
}
</style>
background-color css
<style>
a { background-color: #D72632; }
a { background-color: rgb(215,38,50); }
div.DivClassName
{
background-color: #D72632;
}
.BgClassName
{
background-color: #D72632;
}
</style>
border-color css
<style>
span { border-color: #D72632; }
span { border-color: rgb(215,38,50); }
td.TdClassName
{
border-color: #D72632;
}
.TagClassName
{
border-color: #D72632;
}
</style>