Shades of Alizarin #D42531
Tints of Alizarin #D42531
RGB
CMYK
RGB Variations
Color information
#D42531 (or 0xD42531) is known color: Alizarin. HEX triplet: D4, 25 and 31. RGB value is (212,37,49). Sum of RGB (Red+Green+Blue) = 212+37+49=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D42531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42531 is #2BDACE. Grayscale: #5A5A5A. Windows color (decimal): -2874063 or 3220948. OLE color: 3220948.
HSL color Cylindrical-coordinate representation of color #D42531: hue angle of 355.89º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42531 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 49 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.17 |
| HSL | 355.89º | 0.7% | 0.49% | - |
| HSV(B) | 355.89º | 0.83% | 0.83% | - |
| XYZ | 28.37 | 15.54 | 4.41 | - |
| YUV | 90.69 | 104.48 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 49 | 0 | 0.83 | 0.77 | 0.17 | 355.89 | 0.7 | 0.49 |
| Hex | D4 | 25 | 31 | 0 | 53 | 4D | 11 | 164 | 46 | 31 |
| Octal | 324 | 45 | 61 | 0 | 123 | 115 | 21 | 544 | 106 | 61 |
| Binary | 11010100 | 100101 | 110001 | 0 | 1010011 | 1001101 | 10001 | 101100100 | 1000110 | 110001 |
Color Harmonies of #D42531
Complementary color
Monochromatic Colors of #D42531
Black with #D42531
Text Example
Text Example
White with #D42531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42531; }
p { color: rgb(212,37,49); }
H1.HeaderClassName
{
color: #D42531;
}
.AnyTagClassName
{
color: #D42531;
}
</style>
background-color css
<style>
a { background-color: #D42531; }
a { background-color: rgb(212,37,49); }
div.DivClassName
{
background-color: #D42531;
}
.BgClassName
{
background-color: #D42531;
}
</style>
border-color css
<style>
span { border-color: #D42531; }
span { border-color: rgb(212,37,49); }
td.TdClassName
{
border-color: #D42531;
}
.TagClassName
{
border-color: #D42531;
}
</style>