Shades of Alizarin #D4223A
Tints of Alizarin #D4223A
RGB
CMYK
RGB Variations
Color information
#D4223A (or 0xD4223A) is known color: Alizarin. HEX triplet: D4, 22 and 3A. RGB value is (212,34,58). Sum of RGB (Red+Green+Blue) = 212+34+58=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D4223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4223A is #2BDDC5. Grayscale: #5A5A5A. Windows color (decimal): -2874822 or 3810004. OLE color: 3810004.
HSL color Cylindrical-coordinate representation of color #D4223A: hue angle of 351.91º 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 #D4223A is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 34 | 58 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.17 |
| HSL | 351.91º | 0.72% | 0.48% | - |
| HSV(B) | 351.91º | 0.84% | 0.83% | - |
| XYZ | 28.49 | 15.45 | 5.48 | - |
| YUV | 89.96 | 109.97 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 58 | 0 | 0.84 | 0.73 | 0.17 | 351.91 | 0.72 | 0.48 |
| Hex | D4 | 22 | 3A | 0 | 54 | 49 | 11 | 160 | 48 | 30 |
| Octal | 324 | 42 | 72 | 0 | 124 | 111 | 21 | 540 | 110 | 60 |
| Binary | 11010100 | 100010 | 111010 | 0 | 1010100 | 1001001 | 10001 | 101100000 | 1001000 | 110000 |
Color Harmonies of #D4223A
Complementary color
Monochromatic Colors of #D4223A
Black with #D4223A
Text Example
Text Example
White with #D4223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4223A; }
p { color: rgb(212,34,58); }
H1.HeaderClassName
{
color: #D4223A;
}
.AnyTagClassName
{
color: #D4223A;
}
</style>
background-color css
<style>
a { background-color: #D4223A; }
a { background-color: rgb(212,34,58); }
div.DivClassName
{
background-color: #D4223A;
}
.BgClassName
{
background-color: #D4223A;
}
</style>
border-color css
<style>
span { border-color: #D4223A; }
span { border-color: rgb(212,34,58); }
td.TdClassName
{
border-color: #D4223A;
}
.TagClassName
{
border-color: #D4223A;
}
</style>