Shades of Alizarin #D32839
Tints of Alizarin #D32839
RGB
CMYK
RGB Variations
Color information
#D32839 (or 0xD32839) is known color: Alizarin. HEX triplet: D3, 28 and 39. RGB value is (211,40,57). Sum of RGB (Red+Green+Blue) = 211+40+57=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D32839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32839 is #2CD7C6. Grayscale: #5D5D5D. Windows color (decimal): -2938823 or 3746003. OLE color: 3746003.
HSL color Cylindrical-coordinate representation of color #D32839: hue angle of 354.04º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32839 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 57 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.17 |
| HSL | 354.04º | 0.68% | 0.49% | - |
| HSV(B) | 354.04º | 0.81% | 0.83% | - |
| XYZ | 28.36 | 15.66 | 5.4 | - |
| YUV | 93.07 | 107.65 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 57 | 0 | 0.81 | 0.73 | 0.17 | 354.04 | 0.68 | 0.49 |
| Hex | D3 | 28 | 39 | 0 | 51 | 49 | 11 | 162 | 44 | 31 |
| Octal | 323 | 50 | 71 | 0 | 121 | 111 | 21 | 542 | 104 | 61 |
| Binary | 11010011 | 101000 | 111001 | 0 | 1010001 | 1001001 | 10001 | 101100010 | 1000100 | 110001 |
Color Harmonies of #D32839
Complementary color
Monochromatic Colors of #D32839
Black with #D32839
Text Example
Text Example
White with #D32839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32839; }
p { color: rgb(211,40,57); }
H1.HeaderClassName
{
color: #D32839;
}
.AnyTagClassName
{
color: #D32839;
}
</style>
background-color css
<style>
a { background-color: #D32839; }
a { background-color: rgb(211,40,57); }
div.DivClassName
{
background-color: #D32839;
}
.BgClassName
{
background-color: #D32839;
}
</style>
border-color css
<style>
span { border-color: #D32839; }
span { border-color: rgb(211,40,57); }
td.TdClassName
{
border-color: #D32839;
}
.TagClassName
{
border-color: #D32839;
}
</style>