Shades of Alizarin #DA223F
Tints of Alizarin #DA223F
RGB
CMYK
RGB Variations
Color information
#DA223F (or 0xDA223F) is known color: Alizarin. HEX triplet: DA, 22 and 3F. RGB value is (218,34,63). Sum of RGB (Red+Green+Blue) = 218+34+63=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA223F is #25DDC0. Grayscale: #5C5C5C. Windows color (decimal): -2481601 or 4137690. OLE color: 4137690.
HSL color Cylindrical-coordinate representation of color #DA223F: hue angle of 350.54º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA223F is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 63 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.15 |
| HSL | 350.54º | 0.73% | 0.49% | - |
| HSV(B) | 350.54º | 0.84% | 0.85% | - |
| XYZ | 30.38 | 16.41 | 6.27 | - |
| YUV | 92.32 | 111.46 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 63 | 0 | 0.84 | 0.71 | 0.15 | 350.54 | 0.73 | 0.49 |
| Hex | DA | 22 | 3F | 0 | 54 | 47 | F | 15F | 49 | 31 |
| Octal | 332 | 42 | 77 | 0 | 124 | 107 | 17 | 537 | 111 | 61 |
| Binary | 11011010 | 100010 | 111111 | 0 | 1010100 | 1000111 | 1111 | 101011111 | 1001001 | 110001 |
Color Harmonies of #DA223F
Complementary color
Monochromatic Colors of #DA223F
Black with #DA223F
Text Example
Text Example
White with #DA223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA223F; }
p { color: rgb(218,34,63); }
H1.HeaderClassName
{
color: #DA223F;
}
.AnyTagClassName
{
color: #DA223F;
}
</style>
background-color css
<style>
a { background-color: #DA223F; }
a { background-color: rgb(218,34,63); }
div.DivClassName
{
background-color: #DA223F;
}
.BgClassName
{
background-color: #DA223F;
}
</style>
border-color css
<style>
span { border-color: #DA223F; }
span { border-color: rgb(218,34,63); }
td.TdClassName
{
border-color: #DA223F;
}
.TagClassName
{
border-color: #DA223F;
}
</style>