Shades of Alizarin #D32539
Tints of Alizarin #D32539
RGB
CMYK
RGB Variations
Color information
#D32539 (or 0xD32539) is known color: Alizarin. HEX triplet: D3, 25 and 39. RGB value is (211,37,57). Sum of RGB (Red+Green+Blue) = 211+37+57=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D32539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32539 is #2CDAC6. Grayscale: #5B5B5B. Windows color (decimal): -2939591 or 3745235. OLE color: 3745235.
HSL color Cylindrical-coordinate representation of color #D32539: hue angle of 353.1º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32539 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 57 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.17 |
| HSL | 353.1º | 0.7% | 0.49% | - |
| HSV(B) | 353.1º | 0.82% | 0.83% | - |
| XYZ | 28.26 | 15.47 | 5.37 | - |
| YUV | 91.31 | 108.65 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 57 | 0 | 0.82 | 0.73 | 0.17 | 353.1 | 0.7 | 0.49 |
| Hex | D3 | 25 | 39 | 0 | 52 | 49 | 11 | 161 | 46 | 31 |
| Octal | 323 | 45 | 71 | 0 | 122 | 111 | 21 | 541 | 106 | 61 |
| Binary | 11010011 | 100101 | 111001 | 0 | 1010010 | 1001001 | 10001 | 101100001 | 1000110 | 110001 |
Color Harmonies of #D32539
Complementary color
Monochromatic Colors of #D32539
Black with #D32539
Text Example
Text Example
White with #D32539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32539; }
p { color: rgb(211,37,57); }
H1.HeaderClassName
{
color: #D32539;
}
.AnyTagClassName
{
color: #D32539;
}
</style>
background-color css
<style>
a { background-color: #D32539; }
a { background-color: rgb(211,37,57); }
div.DivClassName
{
background-color: #D32539;
}
.BgClassName
{
background-color: #D32539;
}
</style>
border-color css
<style>
span { border-color: #D32539; }
span { border-color: rgb(211,37,57); }
td.TdClassName
{
border-color: #D32539;
}
.TagClassName
{
border-color: #D32539;
}
</style>