Shades of Alizarin #DA2633
Tints of Alizarin #DA2633
RGB
CMYK
RGB Variations
Color information
#DA2633 (or 0xDA2633) is known color: Alizarin. HEX triplet: DA, 26 and 33. RGB value is (218,38,51). Sum of RGB (Red+Green+Blue) = 218+38+51=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2633 is #25D9CC. Grayscale: #5D5D5D. Windows color (decimal): -2480589 or 3352282. OLE color: 3352282.
HSL color Cylindrical-coordinate representation of color #DA2633: hue angle of 355.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2633 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 51 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.15 |
| HSL | 355.67º | 0.71% | 0.5% | - |
| HSV(B) | 355.67º | 0.83% | 0.85% | - |
| XYZ | 30.2 | 16.53 | 4.73 | - |
| YUV | 93.3 | 104.13 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 51 | 0 | 0.83 | 0.77 | 0.15 | 355.67 | 0.71 | 0.5 |
| Hex | DA | 26 | 33 | 0 | 53 | 4D | F | 164 | 47 | 32 |
| Octal | 332 | 46 | 63 | 0 | 123 | 115 | 17 | 544 | 107 | 62 |
| Binary | 11011010 | 100110 | 110011 | 0 | 1010011 | 1001101 | 1111 | 101100100 | 1000111 | 110010 |
Color Harmonies of #DA2633
Complementary color
Monochromatic Colors of #DA2633
Black with #DA2633
Text Example
Text Example
White with #DA2633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2633; }
p { color: rgb(218,38,51); }
H1.HeaderClassName
{
color: #DA2633;
}
.AnyTagClassName
{
color: #DA2633;
}
</style>
background-color css
<style>
a { background-color: #DA2633; }
a { background-color: rgb(218,38,51); }
div.DivClassName
{
background-color: #DA2633;
}
.BgClassName
{
background-color: #DA2633;
}
</style>
border-color css
<style>
span { border-color: #DA2633; }
span { border-color: rgb(218,38,51); }
td.TdClassName
{
border-color: #DA2633;
}
.TagClassName
{
border-color: #DA2633;
}
</style>