Shades of Alizarin #DA323A
Tints of Alizarin #DA323A
RGB
CMYK
RGB Variations
Color information
#DA323A (or 0xDA323A) is known color: Alizarin. HEX triplet: DA, 32 and 3A. RGB value is (218,50,58). Sum of RGB (Red+Green+Blue) = 218+50+58=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA323A is #25CDC5. Grayscale: #656565. Windows color (decimal): -2477510 or 3814106. OLE color: 3814106.
HSL color Cylindrical-coordinate representation of color #DA323A: hue angle of 357.14º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA323A is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 58 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.15 |
| HSL | 357.14º | 0.69% | 0.53% | - |
| HSV(B) | 357.14º | 0.77% | 0.85% | - |
| XYZ | 30.82 | 17.49 | 5.76 | - |
| YUV | 101.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 58 | 0 | 0.77 | 0.73 | 0.15 | 357.14 | 0.69 | 0.53 |
| Hex | DA | 32 | 3A | 0 | 4D | 49 | F | 165 | 45 | 35 |
| Octal | 332 | 62 | 72 | 0 | 115 | 111 | 17 | 545 | 105 | 65 |
| Binary | 11011010 | 110010 | 111010 | 0 | 1001101 | 1001001 | 1111 | 101100101 | 1000101 | 110101 |
Color Harmonies of #DA323A
Complementary color
Monochromatic Colors of #DA323A
Black with #DA323A
Text Example
Text Example
White with #DA323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA323A; }
p { color: rgb(218,50,58); }
H1.HeaderClassName
{
color: #DA323A;
}
.AnyTagClassName
{
color: #DA323A;
}
</style>
background-color css
<style>
a { background-color: #DA323A; }
a { background-color: rgb(218,50,58); }
div.DivClassName
{
background-color: #DA323A;
}
.BgClassName
{
background-color: #DA323A;
}
</style>
border-color css
<style>
span { border-color: #DA323A; }
span { border-color: rgb(218,50,58); }
td.TdClassName
{
border-color: #DA323A;
}
.TagClassName
{
border-color: #DA323A;
}
</style>