Shades of Alizarin #D32133
Tints of Alizarin #D32133
RGB
CMYK
RGB Variations
Color information
#D32133 (or 0xD32133) is known color: Alizarin. HEX triplet: D3, 21 and 33. RGB value is (211,33,51). Sum of RGB (Red+Green+Blue) = 211+33+51=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D32133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32133 is #2CDECC. Grayscale: #585858. Windows color (decimal): -2940621 or 3350995. OLE color: 3350995.
HSL color Cylindrical-coordinate representation of color #D32133: hue angle of 353.93º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32133 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 51 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.17 |
| HSL | 353.93º | 0.73% | 0.48% | - |
| HSV(B) | 353.93º | 0.84% | 0.83% | - |
| XYZ | 28.01 | 15.18 | 4.59 | - |
| YUV | 88.27 | 106.97 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 51 | 0 | 0.84 | 0.76 | 0.17 | 353.93 | 0.73 | 0.48 |
| Hex | D3 | 21 | 33 | 0 | 54 | 4C | 11 | 162 | 49 | 30 |
| Octal | 323 | 41 | 63 | 0 | 124 | 114 | 21 | 542 | 111 | 60 |
| Binary | 11010011 | 100001 | 110011 | 0 | 1010100 | 1001100 | 10001 | 101100010 | 1001001 | 110000 |
Color Harmonies of #D32133
Complementary color
Monochromatic Colors of #D32133
Black with #D32133
Text Example
Text Example
White with #D32133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32133; }
p { color: rgb(211,33,51); }
H1.HeaderClassName
{
color: #D32133;
}
.AnyTagClassName
{
color: #D32133;
}
</style>
background-color css
<style>
a { background-color: #D32133; }
a { background-color: rgb(211,33,51); }
div.DivClassName
{
background-color: #D32133;
}
.BgClassName
{
background-color: #D32133;
}
</style>
border-color css
<style>
span { border-color: #D32133; }
span { border-color: rgb(211,33,51); }
td.TdClassName
{
border-color: #D32133;
}
.TagClassName
{
border-color: #D32133;
}
</style>