Shades of Alizarin #DA323D
Tints of Alizarin #DA323D
RGB
CMYK
RGB Variations
Color information
#DA323D (or 0xDA323D) is known color: Alizarin. HEX triplet: DA, 32 and 3D. RGB value is (218,50,61). Sum of RGB (Red+Green+Blue) = 218+50+61=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA323D is #25CDC2. Grayscale: #656565. Windows color (decimal): -2477507 or 4010714. OLE color: 4010714.
HSL color Cylindrical-coordinate representation of color #DA323D: hue angle of 356.07º 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 #DA323D is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 61 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.15 |
| HSL | 356.07º | 0.69% | 0.53% | - |
| HSV(B) | 356.07º | 0.77% | 0.85% | - |
| XYZ | 30.9 | 17.52 | 6.17 | - |
| YUV | 101.49 | 105.16 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 61 | 0 | 0.77 | 0.72 | 0.15 | 356.07 | 0.69 | 0.53 |
| Hex | DA | 32 | 3D | 0 | 4D | 48 | F | 164 | 45 | 35 |
| Octal | 332 | 62 | 75 | 0 | 115 | 110 | 17 | 544 | 105 | 65 |
| Binary | 11011010 | 110010 | 111101 | 0 | 1001101 | 1001000 | 1111 | 101100100 | 1000101 | 110101 |
Color Harmonies of #DA323D
Complementary color
Monochromatic Colors of #DA323D
Black with #DA323D
Text Example
Text Example
White with #DA323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA323D; }
p { color: rgb(218,50,61); }
H1.HeaderClassName
{
color: #DA323D;
}
.AnyTagClassName
{
color: #DA323D;
}
</style>
background-color css
<style>
a { background-color: #DA323D; }
a { background-color: rgb(218,50,61); }
div.DivClassName
{
background-color: #DA323D;
}
.BgClassName
{
background-color: #DA323D;
}
</style>
border-color css
<style>
span { border-color: #DA323D; }
span { border-color: rgb(218,50,61); }
td.TdClassName
{
border-color: #DA323D;
}
.TagClassName
{
border-color: #DA323D;
}
</style>