Shades of Alizarin #DA2735
Tints of Alizarin #DA2735
RGB
CMYK
RGB Variations
Color information
#DA2735 (or 0xDA2735) is known color: Alizarin. HEX triplet: DA, 27 and 35. RGB value is (218,39,53). Sum of RGB (Red+Green+Blue) = 218+39+53=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2735 is #25D8CA. Grayscale: #5E5E5E. Windows color (decimal): -2480331 or 3483610. OLE color: 3483610.
HSL color Cylindrical-coordinate representation of color #DA2735: hue angle of 355.31º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2735 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 53 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.15 |
| HSL | 355.31º | 0.71% | 0.5% | - |
| HSV(B) | 355.31º | 0.82% | 0.85% | - |
| XYZ | 30.28 | 16.61 | 4.98 | - |
| YUV | 94.12 | 104.8 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 53 | 0 | 0.82 | 0.76 | 0.15 | 355.31 | 0.71 | 0.5 |
| Hex | DA | 27 | 35 | 0 | 52 | 4C | F | 163 | 47 | 32 |
| Octal | 332 | 47 | 65 | 0 | 122 | 114 | 17 | 543 | 107 | 62 |
| Binary | 11011010 | 100111 | 110101 | 0 | 1010010 | 1001100 | 1111 | 101100011 | 1000111 | 110010 |
Color Harmonies of #DA2735
Complementary color
Monochromatic Colors of #DA2735
Black with #DA2735
Text Example
Text Example
White with #DA2735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2735; }
p { color: rgb(218,39,53); }
H1.HeaderClassName
{
color: #DA2735;
}
.AnyTagClassName
{
color: #DA2735;
}
</style>
background-color css
<style>
a { background-color: #DA2735; }
a { background-color: rgb(218,39,53); }
div.DivClassName
{
background-color: #DA2735;
}
.BgClassName
{
background-color: #DA2735;
}
</style>
border-color css
<style>
span { border-color: #DA2735; }
span { border-color: rgb(218,39,53); }
td.TdClassName
{
border-color: #DA2735;
}
.TagClassName
{
border-color: #DA2735;
}
</style>