Shades of Alizarin #DA223D
Tints of Alizarin #DA223D
RGB
CMYK
RGB Variations
Color information
#DA223D (or 0xDA223D) is known color: Alizarin. HEX triplet: DA, 22 and 3D. RGB value is (218,34,61). Sum of RGB (Red+Green+Blue) = 218+34+61=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA223D is #25DDC2. Grayscale: #5C5C5C. Windows color (decimal): -2481603 or 4006618. OLE color: 4006618.
HSL color Cylindrical-coordinate representation of color #DA223D: hue angle of 351.2º 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 #DA223D is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 61 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.15 |
| HSL | 351.2º | 0.73% | 0.49% | - |
| HSV(B) | 351.2º | 0.84% | 0.85% | - |
| XYZ | 30.33 | 16.39 | 5.98 | - |
| YUV | 92.09 | 110.46 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 61 | 0 | 0.84 | 0.72 | 0.15 | 351.2 | 0.73 | 0.49 |
| Hex | DA | 22 | 3D | 0 | 54 | 48 | F | 15F | 49 | 31 |
| Octal | 332 | 42 | 75 | 0 | 124 | 110 | 17 | 537 | 111 | 61 |
| Binary | 11011010 | 100010 | 111101 | 0 | 1010100 | 1001000 | 1111 | 101011111 | 1001001 | 110001 |
Color Harmonies of #DA223D
Complementary color
Monochromatic Colors of #DA223D
Black with #DA223D
Text Example
Text Example
White with #DA223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA223D; }
p { color: rgb(218,34,61); }
H1.HeaderClassName
{
color: #DA223D;
}
.AnyTagClassName
{
color: #DA223D;
}
</style>
background-color css
<style>
a { background-color: #DA223D; }
a { background-color: rgb(218,34,61); }
div.DivClassName
{
background-color: #DA223D;
}
.BgClassName
{
background-color: #DA223D;
}
</style>
border-color css
<style>
span { border-color: #DA223D; }
span { border-color: rgb(218,34,61); }
td.TdClassName
{
border-color: #DA223D;
}
.TagClassName
{
border-color: #DA223D;
}
</style>