Shades of Alizarin #DA2635
Tints of Alizarin #DA2635
RGB
CMYK
RGB Variations
Color information
#DA2635 (or 0xDA2635) is known color: Alizarin. HEX triplet: DA, 26 and 35. RGB value is (218,38,53). Sum of RGB (Red+Green+Blue) = 218+38+53=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2635 is #25D9CA. Grayscale: #5D5D5D. Windows color (decimal): -2480587 or 3483354. OLE color: 3483354.
HSL color Cylindrical-coordinate representation of color #DA2635: hue angle of 355º 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 #DA2635 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 53 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.15 |
| HSL | 355º | 0.71% | 0.5% | - |
| HSV(B) | 355º | 0.83% | 0.85% | - |
| XYZ | 30.25 | 16.55 | 4.97 | - |
| YUV | 93.53 | 105.13 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 53 | 0 | 0.83 | 0.76 | 0.15 | 355 | 0.71 | 0.5 |
| Hex | DA | 26 | 35 | 0 | 53 | 4C | F | 163 | 47 | 32 |
| Octal | 332 | 46 | 65 | 0 | 123 | 114 | 17 | 543 | 107 | 62 |
| Binary | 11011010 | 100110 | 110101 | 0 | 1010011 | 1001100 | 1111 | 101100011 | 1000111 | 110010 |
Color Harmonies of #DA2635
Complementary color
Monochromatic Colors of #DA2635
Black with #DA2635
Text Example
Text Example
White with #DA2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2635; }
p { color: rgb(218,38,53); }
H1.HeaderClassName
{
color: #DA2635;
}
.AnyTagClassName
{
color: #DA2635;
}
</style>
background-color css
<style>
a { background-color: #DA2635; }
a { background-color: rgb(218,38,53); }
div.DivClassName
{
background-color: #DA2635;
}
.BgClassName
{
background-color: #DA2635;
}
</style>
border-color css
<style>
span { border-color: #DA2635; }
span { border-color: rgb(218,38,53); }
td.TdClassName
{
border-color: #DA2635;
}
.TagClassName
{
border-color: #DA2635;
}
</style>