Shades of Alizarin #D42231
Tints of Alizarin #D42231
RGB
CMYK
RGB Variations
Color information
#D42231 (or 0xD42231) is known color: Alizarin. HEX triplet: D4, 22 and 31. RGB value is (212,34,49). Sum of RGB (Red+Green+Blue) = 212+34+49=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D42231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42231 is #2BDDCE. Grayscale: #595959. Windows color (decimal): -2874831 or 3220180. OLE color: 3220180.
HSL color Cylindrical-coordinate representation of color #D42231: hue angle of 354.94º degrees, saturation: 0.72, 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 #D42231 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 34 | 49 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.17 |
| HSL | 354.94º | 0.72% | 0.48% | - |
| HSV(B) | 354.94º | 0.84% | 0.83% | - |
| XYZ | 28.28 | 15.36 | 4.38 | - |
| YUV | 88.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 49 | 0 | 0.84 | 0.77 | 0.17 | 354.94 | 0.72 | 0.48 |
| Hex | D4 | 22 | 31 | 0 | 54 | 4D | 11 | 163 | 48 | 30 |
| Octal | 324 | 42 | 61 | 0 | 124 | 115 | 21 | 543 | 110 | 60 |
| Binary | 11010100 | 100010 | 110001 | 0 | 1010100 | 1001101 | 10001 | 101100011 | 1001000 | 110000 |
Color Harmonies of #D42231
Complementary color
Monochromatic Colors of #D42231
Black with #D42231
Text Example
Text Example
White with #D42231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42231; }
p { color: rgb(212,34,49); }
H1.HeaderClassName
{
color: #D42231;
}
.AnyTagClassName
{
color: #D42231;
}
</style>
background-color css
<style>
a { background-color: #D42231; }
a { background-color: rgb(212,34,49); }
div.DivClassName
{
background-color: #D42231;
}
.BgClassName
{
background-color: #D42231;
}
</style>
border-color css
<style>
span { border-color: #D42231; }
span { border-color: rgb(212,34,49); }
td.TdClassName
{
border-color: #D42231;
}
.TagClassName
{
border-color: #D42231;
}
</style>